Movatterモバイル変換


[0]ホーム

URL:


Loading
  1. Elastic Docs/
  2. Reference/
  3. Ingestion tools/
  4. Elastic integrations

Sysmon for Linux Integration

Version1.9.0 (View all)
Subscription level
What's this?
Basic
Developed by
What's this?
Elastic
Ingestion method(s)File
Minimum Kibana version(s)9.0.0
8.11.0

The Sysmon for Linux integration allows you to monitor theSysmon for Linux, which is an open-source system monitor tool developed to collect security events from Linux environments.

Use the Sysmon for Linux integration to collect logs from linux machine which has sysmon tool running.Then visualize that data in Kibana, create alerts to notify you if something goes wrong, and reference data when troubleshooting an issue.

Note

To collect Sysmon events from Windows event log, useWindowssysmon_operational data stream instead.

You need Elasticsearch for storing and searching your data and Kibana for visualizing and managing it.You can use our hosted Elasticsearch Service on Elastic Cloud, which is recommended, or self-manage the Elastic Stack on your own hardware.

For step-by-step instructions on how to set up an integration,see theGetting started guide.

The Sysmon for Linuxlog data stream provides events from logs produced by Sysmon tool running on Linux machine.

Example
{    "@timestamp": "2025-10-24T17:05:31.000Z",    "agent": {        "ephemeral_id": "c3528964-47f7-4a97-968f-b24d27fb3f5e",        "id": "95b30c83-143a-4fd0-bbe5-4764610ade5c",        "name": "elastic-agent-46474",        "type": "filebeat",        "version": "8.17.3"    },    "data_stream": {        "dataset": "sysmon_linux.log",        "namespace": "83328",        "type": "logs"    },    "ecs": {        "version": "8.17.0"    },    "elastic_agent": {        "id": "95b30c83-143a-4fd0-bbe5-4764610ade5c",        "snapshot": false,        "version": "8.17.3"    },    "event": {        "action": "log",        "agent_id_status": "verified",        "dataset": "sysmon_linux.log",        "ingested": "2025-03-13T12:29:35Z",        "kind": "event",        "timezone": "+00:00"    },    "host": {        "architecture": "x86_64",        "containerized": true,        "hostname": "elastic-agent-46474",        "ip": [            "172.20.0.2",            "172.18.0.7"        ],        "mac": [            "02-42-AC-12-00-07",            "02-42-AC-14-00-02"        ],        "name": "elastic-agent-46474",        "os": {            "kernel": "5.15.153.1-microsoft-standard-WSL2",            "name": "Wolfi",            "platform": "wolfi",            "type": "linux",            "version": "20230201"        }    },    "input": {        "type": "filestream"    },    "log": {        "file": {            "device_id": "2080",            "inode": "1097862",            "path": "/tmp/service_logs/sysmon.log"        },        "offset": 0    },    "message": "Sysmon v1.0.0 - Monitors system events",    "process": {        "name": "sysmon",        "pid": 3041    }}
Exported fields
FieldDescriptionType
@timestampEvent timestamp.date
cloud.account.idThe cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.keyword
cloud.availability_zoneAvailability zone in which this host is running.keyword
cloud.image.idImage ID for the cloud instance.keyword
cloud.instance.idInstance ID of the host machine.keyword
cloud.instance.nameInstance name of the host machine.keyword
cloud.machine.typeMachine type of the host machine.keyword
cloud.project.idName of the project in Google Cloud.keyword
cloud.providerName of the cloud provider. Example values are aws, azure, gcp, or digitalocean.keyword
cloud.regionRegion in which this host is running.keyword
container.idUnique container id.keyword
container.image.nameName of the image the container was built on.keyword
container.labelsImage labels.object
container.nameContainer name.keyword
data_stream.datasetData stream dataset name.constant_keyword
data_stream.namespaceData stream namespace.constant_keyword
data_stream.typeData stream type.constant_keyword
dataset.nameDataset name.constant_keyword
dataset.namespaceDataset namespace.constant_keyword
dataset.typeDataset type.constant_keyword
destination.domainThe domain name of the destination system. This value may be a host name, a fully qualified domain name, or another host naming format. The value may derive from the original event or be added from enrichment.keyword
destination.ipIP address of the destination (IPv4 or IPv6).ip
destination.portPort of the destination.long
dns.answersAn array containing an object for each answer section returned by the server. The main keys that should be present in these objects are defined by ECS. Records that have more information may contain more keys than what ECS defines. Not all DNS data sources give all details about DNS answers. At minimum, answer objects must contain thedata key. If more information is available, map as much of it to ECS as possible, and add any additional fields to the answer objects as custom fields.group
dns.answers.classThe class of DNS data contained in this resource record.keyword
dns.answers.dataThe data describing the resource. The meaning of this data depends on the type and class of the resource record.keyword
dns.answers.nameThe domain name to which this resource record pertains. If a chain of CNAME is being resolved, each answer'sname should be the one that corresponds with the answer'sdata. It should not simply be the originalquestion.name repeated.keyword
dns.answers.ttlThe time interval in seconds that this resource record may be cached before it should be discarded. Zero values mean that the data should not be cached.long
dns.answers.typeThe type of data contained in this resource record.keyword
dns.header_flagsArray of 2 letter DNS header flags.keyword
dns.idThe DNS packet identifier assigned by the program that generated the query. The identifier is copied to the response.keyword
dns.op_codeThe DNS operation code that specifies the kind of query in the message. This value is set by the originator of a query and copied into the response.keyword
dns.question.classThe class of records being queried.keyword
dns.question.nameThe name being queried. If the name field contains non-printable characters (below 32 or above 126), those characters should be represented as escaped base 10 integers (\DDD). Back slashes and quotes should be escaped. Tabs, carriage returns, and line feeds should be converted to \t, \r, and \n respectively.keyword
dns.question.registered_domainThe highest registered domain, stripped of the subdomain. For example, the registered domain for "foo.example.com" is "example.com". This value can be determined precisely with a list like the public suffix list (https://publicsuffix.org). Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".keyword
dns.question.subdomainThe subdomain is all of the labels under the registered_domain. If the domain has multiple levels of subdomain, such as "sub2.sub1.example.com", the subdomain field should contain "sub2.sub1", with no trailing period.keyword
dns.question.top_level_domainThe effective top level domain (eTLD), also known as the domain suffix, is the last part of the domain name. For example, the top level domain for example.com is "com". This value can be determined precisely with a list like the public suffix list (https://publicsuffix.org). Trying to approximate this by simply taking the last label will not work well for effective TLDs such as "co.uk".keyword
dns.question.typeThe type of record being queried.keyword
dns.resolved_ipArray containing all IPs seen inanswers.data. Theanswers array can be difficult to use, because of the variety of data formats it can contain. Extracting all IP addresses seen in there todns.resolved_ip makes it possible to index them as IP addresses, and makes them easier to visualize and query for.ip
dns.response_codeThe DNS response code.keyword
dns.typeThe type of DNS event captured, query or answer. If your source of DNS events only gives you DNS queries, you should only create dns events of typedns.type:query. If your source of DNS events gives you answers as well, you should create one event per query (optionally as soon as the query is seen). And a second event containing all query details as well as an array of answers.keyword
ecs.versionECS version this event conforms to.ecs.version is a required field and must exist in all events. When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.keyword
error.codeError code describing the error.keyword
error.messageError message.match_only_text
event.actionThe action captured by the event. This describes the information in the event. It is more specific thanevent.category. Examples aregroup-add,process-started,file-created. The value is normally defined by the implementer.keyword
event.categoryThis is one of four ECS Categorization Fields, and indicates the second level in the ECS category hierarchy.event.category represents the "big buckets" of ECS categories. For example, filtering onevent.category:process yields all events relating to process activity. This field is closely related toevent.type, which is used as a subcategory. This field is an array. This will allow proper categorization of some events that fall in multiple categories.keyword
event.codeIdentification code for this event, if one exists. Some event sources use event codes to identify messages unambiguously, regardless of message language or wording adjustments over time. An example of this is the Windows Event ID.keyword
event.createdevent.created contains the date/time when the event was first read by an agent, or by your pipeline. This field is distinct from@timestamp in that@timestamp typically contain the time extracted from the original event. In most situations, these two timestamps will be slightly different. The difference can be used to calculate the delay between your source generating an event, and the time when your agent first processed it. This can be used to monitor your agent's or pipeline's ability to keep up with your event source. In case the two timestamps are identical,@timestamp should be used.date
event.datasetEvent datasetconstant_keyword
event.ingestedTimestamp when an event arrived in the central data store. This is different from@timestamp, which is when the event originally occurred. It's also different fromevent.created, which is meant to capture the first time an agent saw the event. In normal conditions, assuming no tampering, the timestamps should chronologically look like this:@timestamp <event.created <event.ingested.date
event.kindThis is one of four ECS Categorization Fields, and indicates the highest level in the ECS category hierarchy.event.kind gives high-level information about what type of information the event contains, without being specific to the contents of the event. For example, values of this field distinguish alert events from metric events. The value of this field can be used to inform how these kinds of events should be handled. They may warrant different retention, different access control, it may also help understand whether the data is coming in at a regular interval or not.keyword
event.moduleEvent moduleconstant_keyword
event.outcomeThis is one of four ECS Categorization Fields, and indicates the lowest level in the ECS category hierarchy.event.outcome simply denotes whether the event represents a success or a failure from the perspective of the entity that produced the event. Note that when a single transaction is described in multiple events, each event may populate different values ofevent.outcome, according to their perspective. Also note that in the case of a compound event (a single event that contains multiple logical events), this field should be populated with the value that best captures the overall success or failure from the perspective of the event producer. Further note that not all events will have an associated outcome. For example, this field is generally not populated for metric events, events withevent.type:info, or any events for which an outcome does not make logical sense.keyword
event.providerSource of the event. Event transports such as Syslog or the Windows Event Log typically mention the source of an event. It can be the name of the software that generated the event (e.g. Sysmon, httpd), or of a subsystem of the operating system (kernel, Microsoft-Windows-Security-Auditing).keyword
event.sequenceSequence number of the event. The sequence number is a value published by some event sources, to make the exact ordering of events unambiguous, regardless of the timestamp precision.long
event.typeThis is one of four ECS Categorization Fields, and indicates the third level in the ECS category hierarchy.event.type represents a categorization "sub-bucket" that, when used along with theevent.category field values, enables filtering events down to a level appropriate for single visualization. This field is an array. This will allow proper categorization of some events that fall in multiple event types.keyword
file.code_signature.existsBoolean to capture if a signature is present.boolean
file.code_signature.statusAdditional information about the certificate status. This is useful for logging cryptographic errors with the certificate validity or trust status. Leave unpopulated if the validity or trust of the certificate was unchecked.keyword
file.code_signature.subject_nameSubject name of the code signerkeyword
file.code_signature.trustedStores the trust status of the certificate chain. Validating the trust of the certificate chain may be complicated, and this field should only be populated by tools that actively check the status.boolean
file.code_signature.validBoolean to capture if the digital signature is verified against the binary content. Leave unpopulated if a certificate was unchecked.boolean
file.directoryDirectory where the file is located. It should include the drive letter, when appropriate.keyword
file.extensionFile extension, excluding the leading dot. Note that when the file name has multiple extensions (example.tar.gz), only the last one should be captured ("gz", not "tar.gz").keyword
file.hash.md5MD5 hash.keyword
file.hash.sha1SHA1 hash.keyword
file.hash.sha256SHA256 hash.keyword
file.hash.sha512SHA512 hash.keyword
file.nameName of the file including the extension, without the directory.keyword
file.pathFull path to the file, including the file name. It should include the drive letter, when appropriate.keyword
file.path.textMulti-field offile.path.match_only_text
file.pe.architectureCPU architecture target for the file.keyword
file.pe.companyInternal company name of the file, provided at compile-time.keyword
file.pe.descriptionInternal description of the file, provided at compile-time.keyword
file.pe.file_versionInternal version of the file, provided at compile-time.keyword
file.pe.imphashA hash of the imports in a PE file. An imphash -- or import hash -- can be used to fingerprint binaries even after recompilation or other code-level transformations have occurred, which would change more traditional hash values. Learn more athttps://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.keyword
file.pe.original_file_nameInternal name of the file, provided at compile-time.keyword
file.pe.productInternal product name of the file, provided at compile-time.keyword
group.domainName of the directory the group is a member of. For example, an LDAP or Active Directory domain name.keyword
group.idUnique identifier for the group on the system/platform.keyword
group.nameName of the group.keyword
host.architectureOperating system architecture.keyword
host.containerizedIf the host is a container.boolean
host.domainName of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider.keyword
host.hostnameHostname of the host. It normally contains what thehostname command returns on the host machine.keyword
host.idUnique host id. As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage ofbeat.name.keyword
host.ipHost ip addresses.ip
host.macHost mac addresses.keyword
host.nameName of the host. It can contain whathostname returns on Unix systems, the fully qualified domain name, or a name specified by the user. The sender decides which value to use.keyword
host.os.buildOS build information.keyword
host.os.codenameOS codename, if any.keyword
host.os.familyOS family (such as redhat, debian, freebsd, windows).keyword
host.os.kernelOperating system kernel version as a raw string.keyword
host.os.nameOperating system name, without the version.keyword
host.os.name.textMulti-field ofhost.os.name.text
host.os.platformOperating system platform (such centos, ubuntu, windows).keyword
host.os.versionOperating system version as a raw string.keyword
host.typeType of host. For Cloud providers this can be the machine type liket2.medium. If vm, this could be the container, for example, or other information meaningful in your environment.keyword
input.typeType of Filebeat input.keyword
log.file.device_idID of the device containing the filesystem where the file resides.keyword
log.file.fingerprintThe sha256 fingerprint identity of the file when fingerprinting is enabled.keyword
log.file.idxhiThe high-order part of a unique identifier that is associated with a file. (Windows-only)keyword
log.file.idxloThe low-order part of a unique identifier that is associated with a file. (Windows-only)keyword
log.file.inodeInode number of the log file.keyword
log.file.pathFull path to the log file this event came from, including the file name. It should include the drive letter, when appropriate. If the event wasn't read from a log file, do not populate this field.keyword
log.file.volThe serial number of the volume that contains a file. (Windows-only)keyword
log.levelOriginal log level of the log event. If the source of the event provides a log level or textual severity, this is the one that goes inlog.level. If your source doesn't specify one, you may put your event transport's severity here (e.g. Syslog severity). Some examples arewarn,err,i,informational.keyword
log.offsetOffset of the entry in the log file.long
messageFor log events the message field contains the log message, optimized for viewing in a log viewer. For structured logs without an original message field, other fields can be concatenated to form a human-readable summary of the event. If multiple messages exist, they can be combined into one message.match_only_text
network.community_idA hash of source and destination IPs and ports, as well as the protocol used in a communication. This is a tool-agnostic standard to identify flows. Learn more athttps://github.com/corelight/community-id-spec.keyword
network.directionDirection of the network traffic. When mapping events from a host-based monitoring context, populate this field from the host's point of view, using the values "ingress" or "egress". When mapping events from a network or perimeter-based monitoring context, populate this field from the point of view of the network perimeter, using the values "inbound", "outbound", "internal" or "external". Note that "internal" is not crossing perimeter boundaries, and is meant to describe communication between two hosts within the perimeter. Note also that "external" is meant to describe traffic between two hosts that are external to the perimeter. This could for example be useful for ISPs or VPN service providers.keyword
network.protocolIn the OSI Model this would be the Application Layer protocol. For example,http,dns, orssh. The field value must be normalized to lowercase for querying.keyword
network.transportSame as network.iana_number, but instead using the Keyword name of the transport layer (udp, tcp, ipv6-icmp, etc.) The field value must be normalized to lowercase for querying.keyword
network.typeIn the OSI Model this would be the Network Layer. ipv4, ipv6, ipsec, pim, etc The field value must be normalized to lowercase for querying.keyword
process.argsArray of process arguments, starting with the absolute path to the executable. May be filtered to protect sensitive information.keyword
process.args_countLength of the process.args array. This field can be useful for querying or performing bucket analysis on how many arguments were provided to start a process. More arguments may be an indication of suspicious activity.long
process.command_lineFull command line that started the process, including the absolute path to the executable, and all arguments. Some arguments may be filtered to protect sensitive information.wildcard
process.command_line.textMulti-field ofprocess.command_line.match_only_text
process.entity_idUnique identifier for the process. The implementation of this is specified by the data source, but some examples of what could be used here are a process-generated UUID, Sysmon Process GUIDs, or a hash of some uniquely identifying components of a process. Constructing a globally unique identifier is a common practice to mitigate PID reuse as well as to identify a specific process over time, across multiple monitored hosts.keyword
process.executableAbsolute path to the process executable.keyword
process.executable.textMulti-field ofprocess.executable.match_only_text
process.hash.md5MD5 hash.keyword
process.hash.sha1SHA1 hash.keyword
process.hash.sha256SHA256 hash.keyword
process.hash.sha512SHA512 hash.keyword
process.nameProcess name. Sometimes called program name or similar.keyword
process.name.textMulti-field ofprocess.name.match_only_text
process.parent.argsArray of process arguments, starting with the absolute path to the executable. May be filtered to protect sensitive information.keyword
process.parent.args_countLength of the process.args array. This field can be useful for querying or performing bucket analysis on how many arguments were provided to start a process. More arguments may be an indication of suspicious activity.long
process.parent.command_lineFull command line that started the process, including the absolute path to the executable, and all arguments. Some arguments may be filtered to protect sensitive information.wildcard
process.parent.command_line.textMulti-field ofprocess.parent.command_line.match_only_text
process.parent.entity_idUnique identifier for the process. The implementation of this is specified by the data source, but some examples of what could be used here are a process-generated UUID, Sysmon Process GUIDs, or a hash of some uniquely identifying components of a process. Constructing a globally unique identifier is a common practice to mitigate PID reuse as well as to identify a specific process over time, across multiple monitored hosts.keyword
process.parent.executableAbsolute path to the process executable.keyword
process.parent.executable.textMulti-field ofprocess.parent.executable.match_only_text
process.parent.nameProcess name. Sometimes called program name or similar.keyword
process.parent.name.textMulti-field ofprocess.parent.name.match_only_text
process.parent.pidProcess id.long
process.pe.architectureCPU architecture target for the file.keyword
process.pe.companyInternal company name of the file, provided at compile-time.keyword
process.pe.descriptionInternal description of the file, provided at compile-time.keyword
process.pe.file_versionInternal version of the file, provided at compile-time.keyword
process.pe.imphashA hash of the imports in a PE file. An imphash -- or import hash -- can be used to fingerprint binaries even after recompilation or other code-level transformations have occurred, which would change more traditional hash values. Learn more athttps://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.keyword
process.pe.original_file_nameInternal name of the file, provided at compile-time.keyword
process.pe.productInternal product name of the file, provided at compile-time.keyword
process.pidProcess id.long
process.titleProcess title. The proctitle, some times the same as process name. Can also be different: for example a browser setting its title to the web page currently opened.keyword
process.title.textMulti-field ofprocess.title.match_only_text
process.working_directoryThe working directory of the process.keyword
process.working_directory.textMulti-field ofprocess.working_directory.match_only_text
registry.data.stringsContent when writing string types. Populated as an array when writing string data to the registry. For single string registry types (REG_SZ, REG_EXPAND_SZ), this should be an array with one string. For sequences of string with REG_MULTI_SZ, this array will be variable length. For numeric data, such as REG_DWORD and REG_QWORD, this should be populated with the decimal representation (e.g"1").wildcard
registry.data.typeStandard registry type for encoding contentskeyword
registry.hiveAbbreviated name for the hive.keyword
registry.keyHive-relative path of keys.keyword
registry.pathFull path, including hive, key and valuekeyword
registry.valueName of the value written.keyword
related.hashAll 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).keyword
related.hostsAll hostnames or other host identifiers seen on your event. Example identifiers include FQDNs, domain names, workstation names, or aliases.keyword
related.ipAll of the IPs seen on your event.ip
related.userAll the user names or other user identifiers seen on the event.keyword
rule.nameThe name of the rule or signature generating the event.keyword
service.nameName of the service data is collected from. The name of the service is normally user given. This allows for distributed services that run on multiple hosts to correlate the related instances based on the name. In the case of Elasticsearch theservice.name could contain the cluster name. For Beats theservice.name is by default a copy of theservice.type field if no name is specified.keyword
service.typeThe type of the service data is collected from. The type can be used to group and correlate logs and metrics from one service type. Example: If logs or metrics are collected from Elasticsearch,service.type would beelasticsearch.keyword
source.domainThe domain name of the source system. This value may be a host name, a fully qualified domain name, or another host naming format. The value may derive from the original event or be added from enrichment.keyword
source.ipIP address of the source (IPv4 or IPv6).ip
source.portPort of the source.long
sysmon.dns.statusWindows status code returned for the DNS query.keyword
sysmon.file.archivedIndicates if the deleted file was archived.boolean
sysmon.file.is_executableIndicates if the deleted file was an executable.boolean
tagsList of keywords used to tag each event.keyword
user.domainName of the directory the user is a member of. For example, an LDAP or Active Directory domain name.keyword
user.idUnique identifier of the user.keyword
user.nameShort name or login of the user.keyword
user.name.textMulti-field ofuser.name.match_only_text
user.target.group.domainName of the directory the group is a member of. For example, an LDAP or Active Directory domain name.keyword
user.target.group.idUnique identifier for the group on the system/platform.keyword
user.target.group.nameName of the group.keyword
user.target.nameShort name or login of the user.keyword
user.target.name.textMulti-field ofuser.target.name.match_only_text
winlog.activity_idA globally unique identifier that identifies the current activity. The events that are published with this identifier are part of the same activity.keyword
winlog.apiThe event log API type used to read the record. The possible values are "wineventlog" for the Windows Event Log API or "eventlogging" for the Event Logging API. The Event Logging API was designed for Windows Server 2003 or Windows 2000 operating systems. In Windows Vista, the event logging infrastructure was redesigned. On Windows Vista or later operating systems, the Windows Event Log API is used. Winlogbeat automatically detects which API to use for reading event logs.keyword
winlog.channelThe name of the channel from which this record was read. This value is one of the names from theevent_logs collection in the configuration.keyword
winlog.computer_nameThe name of the computer that generated the record. When using Windows event forwarding, this name can differ fromagent.hostname.keyword
winlog.event_dataThe event-specific data. This field is mutually exclusive withuser_data. If you are capturing event data on versions prior to Windows Vista, the parameters inevent_data are namedparam1,param2, and so on, because event log parameters are unnamed in earlier versions of Windows.object
winlog.event_data.AuthenticationPackageNamekeyword
winlog.event_data.Binarykeyword
winlog.event_data.BitlockerUserInputTimekeyword
winlog.event_data.BootModekeyword
winlog.event_data.BootTypekeyword
winlog.event_data.BuildVersionkeyword
winlog.event_data.ClientInfokeyword
winlog.event_data.Companykeyword
winlog.event_data.Configurationkeyword
winlog.event_data.CorruptionActionStatekeyword
winlog.event_data.CreationUtcTimekeyword
winlog.event_data.Descriptionkeyword
winlog.event_data.Detailkeyword
winlog.event_data.DeviceNamekeyword
winlog.event_data.DeviceNameLengthkeyword
winlog.event_data.DeviceTimekeyword
winlog.event_data.DeviceVersionMajorkeyword
winlog.event_data.DeviceVersionMinorkeyword
winlog.event_data.DriveNamekeyword
winlog.event_data.DriverNamekeyword
winlog.event_data.DriverNameLengthkeyword
winlog.event_data.DwordValkeyword
winlog.event_data.EntryCountkeyword
winlog.event_data.EventTypekeyword
winlog.event_data.ExtraInfokeyword
winlog.event_data.FailureNamekeyword
winlog.event_data.FailureNameLengthkeyword
winlog.event_data.FileVersionkeyword
winlog.event_data.FinalStatuskeyword
winlog.event_data.Groupkeyword
winlog.event_data.IdleImplementationkeyword
winlog.event_data.IdleStateCountkeyword
winlog.event_data.ImpersonationLevelkeyword
winlog.event_data.IntegrityLevelkeyword
winlog.event_data.IpAddresskeyword
winlog.event_data.IpPortkeyword
winlog.event_data.KeyLengthkeyword
winlog.event_data.LastBootGoodkeyword
winlog.event_data.LastShutdownGoodkeyword
winlog.event_data.LmPackageNamekeyword
winlog.event_data.LogonGuidkeyword
winlog.event_data.LogonIdkeyword
winlog.event_data.LogonProcessNamekeyword
winlog.event_data.LogonTypekeyword
winlog.event_data.MajorVersionkeyword
winlog.event_data.MaximumPerformancePercentkeyword
winlog.event_data.MemberNamekeyword
winlog.event_data.MemberSidkeyword
winlog.event_data.MinimumPerformancePercentkeyword
winlog.event_data.MinimumThrottlePercentkeyword
winlog.event_data.MinorVersionkeyword
winlog.event_data.NewProcessIdkeyword
winlog.event_data.NewProcessNamekeyword
winlog.event_data.NewSchemeGuidkeyword
winlog.event_data.NewTimekeyword
winlog.event_data.NominalFrequencykeyword
winlog.event_data.Numberkeyword
winlog.event_data.OldSchemeGuidkeyword
winlog.event_data.OldTimekeyword
winlog.event_data.OriginalFileNamekeyword
winlog.event_data.Pathkeyword
winlog.event_data.PerformanceImplementationkeyword
winlog.event_data.PreviousCreationUtcTimekeyword
winlog.event_data.PreviousTimekeyword
winlog.event_data.PrivilegeListkeyword
winlog.event_data.ProcessIdkeyword
winlog.event_data.ProcessNamekeyword
winlog.event_data.ProcessPathkeyword
winlog.event_data.ProcessPidkeyword
winlog.event_data.Productkeyword
winlog.event_data.PuaCountkeyword
winlog.event_data.PuaPolicyIdkeyword
winlog.event_data.QfeVersionkeyword
winlog.event_data.Reasonkeyword
winlog.event_data.SchemaVersionkeyword
winlog.event_data.ScriptBlockTextkeyword
winlog.event_data.ServiceNamekeyword
winlog.event_data.ServiceVersionkeyword
winlog.event_data.Sessionkeyword
winlog.event_data.ShutdownActionTypekeyword
winlog.event_data.ShutdownEventCodekeyword
winlog.event_data.ShutdownReasonkeyword
winlog.event_data.Signaturekeyword
winlog.event_data.SignatureStatuskeyword
winlog.event_data.Signedkeyword
winlog.event_data.StartTimekeyword
winlog.event_data.Statekeyword
winlog.event_data.Statuskeyword
winlog.event_data.StopTimekeyword
winlog.event_data.SubjectDomainNamekeyword
winlog.event_data.SubjectLogonIdkeyword
winlog.event_data.SubjectUserNamekeyword
winlog.event_data.SubjectUserSidkeyword
winlog.event_data.TSIdkeyword
winlog.event_data.TargetDomainNamekeyword
winlog.event_data.TargetInfokeyword
winlog.event_data.TargetLogonGuidkeyword
winlog.event_data.TargetLogonIdkeyword
winlog.event_data.TargetServerNamekeyword
winlog.event_data.TargetUserNamekeyword
winlog.event_data.TargetUserSidkeyword
winlog.event_data.TerminalSessionIdkeyword
winlog.event_data.TokenElevationTypekeyword
winlog.event_data.TransmittedServiceskeyword
winlog.event_data.Typekeyword
winlog.event_data.UserSidkeyword
winlog.event_data.Versionkeyword
winlog.event_data.Workstationkeyword
winlog.event_data.param1keyword
winlog.event_data.param2keyword
winlog.event_data.param3keyword
winlog.event_data.param4keyword
winlog.event_data.param5keyword
winlog.event_data.param6keyword
winlog.event_data.param7keyword
winlog.event_data.param8keyword
winlog.event_idThe event identifier. The value is specific to the source of the event.keyword
winlog.keywordsThe keywords are used to classify an event.keyword
winlog.opcodeThe opcode defined in the event. Task and opcode are typically used to identify the location in the application from where the event was logged.keyword
winlog.process.pidThe process_id of the Client Server Runtime Process.long
winlog.process.thread.idlong
winlog.provider_guidA globally unique identifier that identifies the provider that logged the event.keyword
winlog.provider_nameThe source of the event log record (the application or service that logged the record).keyword
winlog.record_idThe record ID of the event log record. The first record written to an event log is record number 1, and other records are numbered sequentially. If the record number reaches the maximum value (232 for the Event Logging API and 264 for the Windows Event Log API), the next record number will be 0.keyword
winlog.related_activity_idA globally unique identifier that identifies the activity to which control was transferred to. The related events would then have this identifier as theiractivity_id identifier.keyword
winlog.taskThe task defined in the event. Task and opcode are typically used to identify the location in the application from where the event was logged. The category used by the Event Logging API (on pre Windows Vista operating systems) is written to this field.keyword
winlog.user.domainThe domain that the account associated with this event is a member of.keyword
winlog.user.identifierThe security identifier (SID) of the account associated with this event.keyword
winlog.user.nameName of the user associated with this event.keyword
winlog.user.typeThe type of account associated with this event.keyword
winlog.user_dataThe event specific data. This field is mutually exclusive withevent_data.object
winlog.versionThe version number of the event's definition.long

This integration includes one or more Kibana dashboards that visualizes the data collected by the integration. The screenshots below illustrate how the ingested data is displayed.

kibana sysmon linux
Changelog
VersionDetailsMinimum Kibana version
1.9.0Enhancement (View pull request)
Allow @custom pipeline access to event.original without setting preserve_original_event.
9.0.0
8.11.0
1.8.1Bug fix (View pull request)
Handle events without event_data
9.0.0
8.4.0
1.8.0Enhancement (View pull request)
Add 9.0.0 constraint and update to ECS 8.17.0
9.0.0
8.4.0
1.7.2Bug fix (View pull request)
Update links to getting started docs
8.4.0
1.7.1Bug fix (View pull request)
Use triple-brace Mustache templating when referencing variables in ingest pipelines.
8.4.0
1.7.0Enhancement (View pull request)
Tighten IPv4 extraction from IPv4-mapped IPv6 addresses.
8.4.0
1.6.3Bug fix (View pull request)
Fix IPv6 cleanup step.
8.4.0
1.6.2Enhancement (View pull request)
Changed owners
8.4.0
1.6.1Bug fix (View pull request)
Fix exclude_files pattern.
8.4.0
1.6.0Enhancement (View pull request)
ECS version updated to 8.11.0.
8.4.0
1.5.1Bug fix (View pull request)
Fix mapping of dns.answers
8.4.0
1.5.0Enhancement (View pull request)
Adapt fields for changes in file system info
8.4.0
1.4.0Enhancement (View pull request)
ECS version updated to 8.10.0.
8.4.0
1.3.0Enhancement (View pull request)
The format_version in the package manifest changed from 2.11.0 to 3.0.0. Removed dotted YAML keys from package manifest. Added 'owner.type: elastic' to package manifest.
8.4.0
1.2.0Enhancement (View pull request)
Add tags.yml file so that integration's dashboards and saved searches are tagged with "Security Solution" and displayed in the Security Solution UI.
8.4.0
1.1.0Enhancement (View pull request)
Update package to ECS 8.9.0.
8.4.0
1.0.0Enhancement (View pull request)
Release Sysmon for Linux as GA.
8.4.0
0.5.0Enhancement (View pull request)
Ensure event.kind is correctly set for pipeline errors.
8.4.0
0.4.0Enhancement (View pull request)
Update package to ECS 8.8.0.
8.4.0
0.3.0Enhancement (View pull request)
Update package-spec version to 2.7.0.
8.4.0
0.2.0Enhancement (View pull request)
Update package to ECS 8.7.0.
8.4.0
0.1.0Enhancement (View pull request)
initial release
8.4.0

[8]ページ先頭

©2009-2026 Movatter.jp