struct

ECS::LogEntry::Related

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

hash(new_value : String)

A chainable setter for hash

Source
hash

related.hash

All the hashes seen on your event. Populating this field, then using it to search for hashes can help in situations where you're unsure what the hash algorithm is (and therefore which key name to search).

Level: Extended Type: Keyword

Source
hash=(hash : String | Nil)

related.hash

All the hashes seen on your event. Populating this field, then using it to search for hashes can help in situations where you're unsure what the hash algorithm is (and therefore which key name to search).

Level: Extended Type: Keyword

Source
ip(new_value : String)

A chainable setter for ip

Source
ip

related.ip

All of the IPs seen on your event.

Level: Extended Type: IP

Source
ip=(ip : String | Nil)

related.ip

All of the IPs seen on your event.

Level: Extended Type: IP

Source
user(new_value : String)

A chainable setter for user

Source
user

related.user

All the user names seen on your event.

Level: Extended Type: Keyword

Source
user=(user : String | Nil)

related.user

All the user names seen on your event.

Level: Extended Type: Keyword

Source