diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy
index 7c4ce7b5e8f..7be1628e138 100644
--- a/.ci/packaging.groovy
+++ b/.ci/packaging.groovy
@@ -101,7 +101,6 @@ pipeline {
'auditbeat',
'filebeat',
'heartbeat',
- 'journalbeat',
'metricbeat',
'packetbeat',
'winlogbeat',
@@ -111,7 +110,6 @@ pipeline {
'x-pack/filebeat',
'x-pack/functionbeat',
'x-pack/heartbeat',
- // 'x-pack/journalbeat',
'x-pack/metricbeat',
'x-pack/osquerybeat',
'x-pack/packetbeat',
@@ -199,7 +197,6 @@ pipeline {
'auditbeat',
'filebeat',
'heartbeat',
- 'journalbeat',
'metricbeat',
'packetbeat',
'x-pack/auditbeat',
@@ -277,8 +274,6 @@ def pushCIDockerImages(Map args = [:]) {
tagAndPush(beatName: 'filebeat', arch: arch)
} else if (env?.BEATS_FOLDER?.endsWith('heartbeat')) {
tagAndPush(beatName: 'heartbeat', arch: arch)
- } else if ("${env.BEATS_FOLDER}" == "journalbeat"){
- tagAndPush(beatName: 'journalbeat', arch: arch)
} else if (env?.BEATS_FOLDER?.endsWith('metricbeat')) {
tagAndPush(beatName: 'metricbeat', arch: arch)
} else if (env?.BEATS_FOLDER?.endsWith('osquerybeat')) {
diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc
index 00383fb51cf..b8bb5c5d542 100644
--- a/CHANGELOG.next.asciidoc
+++ b/CHANGELOG.next.asciidoc
@@ -28,6 +28,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Index template's default_fields setting is only populated with ECS fields. {pull}28596[28596] {issue}28215[28215]
- Remove deprecated `--template` and `--ilm-policy` flags. Use `--index-management` instead. {pull}28870[28870]
- Remove options `logging.files.suffix` and default to datetime endings. {pull}28927[28927]
+- Remove Journalbeat. Use `journald` input of Filebeat instead. {pull}29131[29131]
*Auditbeat*
@@ -69,11 +70,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
*Heartbeat*
- Change behavior in case of duplicate monitor IDs in configs to be last monitor wins. {pull}29041[29041]
-*Journalbeat*
-
-- Rename field `journald.process.capabilites` to `journald.process.capabilities` to fix spelling. {pull}28065[28065]
-- Rename field `log.syslog.facility.name` to `log.syslog.facility.code` because the value is numeric rather than the facility name. {pull}28065[28065]
-
*Metricbeat*
- Add Linux pressure metricset {pull}27355[27355]
@@ -203,9 +199,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Remove accidentally included cups library in docker images. {pull}28853[pull]
- Fix broken monitors with newer versions of image relying on dup3. {pull}28938[pull]
-*Journalbeat*
-
-
*Metricbeat*
- Fix checking tagsFilter using length in cloudwatch metricset. {pull}14525[14525]
@@ -359,8 +352,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Experimental 'run once' mode. {pull}25972[25972]
- Add `keyword` multi-field mapping for `synthetics.step.name`. {pull}28452[28452]
-*Journalbeat*
-
*Metricbeat*
- Move the windows pdh implementation from perfmon to a shared location in order for future modules/metricsets to make use of. {pull}15503[15503]
@@ -405,8 +396,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
*Heartbeat*
-*Journalbeat*
-
*Metricbeat*
diff --git a/Jenkinsfile b/Jenkinsfile
index 9d52f95553f..9d5aca6a4ce 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -431,8 +431,6 @@ def pushCIDockerImages(Map args = [:]) {
tagAndPush(beatName: 'filebeat', arch: arch)
} else if (beatsFolder.endsWith('heartbeat')) {
tagAndPush(beatName: 'heartbeat', arch: arch)
- } else if ("${beatsFolder}" == "journalbeat"){
- tagAndPush(beatName: 'journalbeat', arch: arch)
} else if (beatsFolder.endsWith('metricbeat')) {
tagAndPush(beatName: 'metricbeat', arch: arch)
} else if ("${beatsFolder}" == "packetbeat"){
diff --git a/Makefile b/Makefile
index 1975bac3165..40b081bf3ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BUILD_DIR=$(CURDIR)/build
COVERAGE_DIR=$(BUILD_DIR)/coverage
-BEATS?=auditbeat filebeat heartbeat journalbeat metricbeat packetbeat winlogbeat x-pack/functionbeat x-pack/elastic-agent x-pack/osquerybeat
+BEATS?=auditbeat filebeat heartbeat metricbeat packetbeat winlogbeat x-pack/functionbeat x-pack/elastic-agent x-pack/osquerybeat
PROJECTS=libbeat $(BEATS)
PROJECTS_ENV=libbeat filebeat metricbeat
PYTHON_ENV?=$(BUILD_DIR)/python-env
diff --git a/README.md b/README.md
index 32d411d74ac..6707fced374 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,6 @@ Beat | Description
[Filebeat](https://github.com/elastic/beats/tree/master/filebeat) | Tails and ships log files
[Functionbeat](https://github.com/elastic/beats/tree/master/x-pack/functionbeat) | Read and ships events from serverless infrastructure.
[Heartbeat](https://github.com/elastic/beats/tree/master/heartbeat) | Ping remote services for availability
-[Journalbeat](https://github.com/elastic/beats/tree/master/journalbeat) | Read and ships event from Journald.
[Metricbeat](https://github.com/elastic/beats/tree/master/metricbeat) | Fetches sets of metrics from the operating system and services
[Packetbeat](https://github.com/elastic/beats/tree/master/packetbeat) | Monitors the network and applications by sniffing packets
[Winlogbeat](https://github.com/elastic/beats/tree/master/winlogbeat) | Fetches and ships Windows Event logs
@@ -45,7 +44,6 @@ on the [elastic.co site](https://www.elastic.co/guide/):
* [Filebeat](https://www.elastic.co/guide/en/beats/filebeat/current/index.html)
* [Functionbeat](https://www.elastic.co/guide/en/beats/functionbeat/current/index.html)
* [Heartbeat](https://www.elastic.co/guide/en/beats/heartbeat/current/index.html)
-* [Journalbeat](https://www.elastic.co/guide/en/beats/journalbeat/current/index.html)
* [Metricbeat](https://www.elastic.co/guide/en/beats/metricbeat/current/index.html)
* [Packetbeat](https://www.elastic.co/guide/en/beats/packetbeat/current/index.html)
* [Winlogbeat](https://www.elastic.co/guide/en/beats/winlogbeat/current/index.html)
diff --git a/auditbeat/cmd/root.go b/auditbeat/cmd/root.go
index 35fa18ecad0..aa5b523e976 100644
--- a/auditbeat/cmd/root.go
+++ b/auditbeat/cmd/root.go
@@ -63,7 +63,7 @@ func AuditbeatSettings() instance.Settings {
}
}
-// Initialize initializes the entrypoint commands for journalbeat
+// Initialize initializes the entrypoint commands for auditbeat
func Initialize(settings instance.Settings) *cmd.BeatsRootCmd {
create := beater.Creator(
beater.WithModuleOptions(
diff --git a/deploy/docker/journalbeat.docker.yml b/deploy/docker/journalbeat.docker.yml
deleted file mode 100644
index a1e67c0d961..00000000000
--- a/deploy/docker/journalbeat.docker.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-journalbeat.inputs:
-- paths: []
- seek: cursor
-
-processors:
-- add_cloud_metadata: ~
-
-output.elasticsearch:
- hosts: '${ELASTICSEARCH_HOSTS:elasticsearch:9200}'
- username: '${ELASTICSEARCH_USERNAME:}'
- password: '${ELASTICSEARCH_PASSWORD:}'
diff --git a/dev-tools/cmd/update_go/update_go_version.go b/dev-tools/cmd/update_go/update_go_version.go
index 9ab0fa8a4a4..f589abc756d 100644
--- a/dev-tools/cmd/update_go/update_go_version.go
+++ b/dev-tools/cmd/update_go/update_go_version.go
@@ -30,7 +30,6 @@ var files = []string{
"auditbeat/Dockerfile",
"filebeat/Dockerfile",
"heartbeat/Dockerfile",
- "journalbeat/Dockerfile",
"libbeat/Dockerfile",
"libbeat/docs/version.asciidoc",
"metricbeat/Dockerfile",
diff --git a/dev-tools/ecs-migration.yml b/dev-tools/ecs-migration.yml
index 39bc4950564..0ea295b2d7e 100644
--- a/dev-tools/ecs-migration.yml
+++ b/dev-tools/ecs-migration.yml
@@ -1954,20 +1954,6 @@
alias: true
beat: heartbeat
-# Journalbeat
-- from: host.name
- to: host.hostname
- alias: false
- beat: journalbeat
- comment: This field should not be renamed as it would cause issue some Beats and Journalbeat does not have dashboards
- # This field should not be renamed as it would cause issue some Beats and Journalbeat does not have dashboards
- rename: false
-
-- from: read_timestamp
- to: event.created
- alias: true
- beat: journalbeat
-
## Winlogbeat
# Alias to ECS fields
diff --git a/filebeat/input/journald/config.go b/filebeat/input/journald/config.go
index 6704dabfc02..e3bf6bdd509 100644
--- a/filebeat/input/journald/config.go
+++ b/filebeat/input/journald/config.go
@@ -24,8 +24,8 @@ import (
"errors"
"time"
- "github.com/elastic/beats/v7/journalbeat/pkg/journalfield"
- "github.com/elastic/beats/v7/journalbeat/pkg/journalread"
+ "github.com/elastic/beats/v7/filebeat/input/journald/pkg/journalfield"
+ "github.com/elastic/beats/v7/filebeat/input/journald/pkg/journalread"
)
// Config stores the options of a journald input.
diff --git a/filebeat/input/journald/conv.go b/filebeat/input/journald/conv.go
index a9785cf49f6..a1bf52f3000 100644
--- a/filebeat/input/journald/conv.go
+++ b/filebeat/input/journald/conv.go
@@ -23,7 +23,7 @@ package journald
import (
"time"
- "github.com/elastic/beats/v7/journalbeat/pkg/journalfield"
+ "github.com/elastic/beats/v7/filebeat/input/journald/pkg/journalfield"
"github.com/elastic/beats/v7/libbeat/beat"
"github.com/elastic/beats/v7/libbeat/logp"
)
diff --git a/filebeat/input/journald/input.go b/filebeat/input/journald/input.go
index 74bd0983d23..7c8f5085dea 100644
--- a/filebeat/input/journald/input.go
+++ b/filebeat/input/journald/input.go
@@ -26,10 +26,10 @@ import (
"github.com/coreos/go-systemd/v22/sdjournal"
"github.com/urso/sderr"
+ "github.com/elastic/beats/v7/filebeat/input/journald/pkg/journalfield"
+ "github.com/elastic/beats/v7/filebeat/input/journald/pkg/journalread"
input "github.com/elastic/beats/v7/filebeat/input/v2"
cursor "github.com/elastic/beats/v7/filebeat/input/v2/input-cursor"
- "github.com/elastic/beats/v7/journalbeat/pkg/journalfield"
- "github.com/elastic/beats/v7/journalbeat/pkg/journalread"
"github.com/elastic/beats/v7/libbeat/common"
"github.com/elastic/beats/v7/libbeat/common/backoff"
"github.com/elastic/beats/v7/libbeat/feature"
diff --git a/journalbeat/pkg/journalfield/conv.go b/filebeat/input/journald/pkg/journalfield/conv.go
similarity index 100%
rename from journalbeat/pkg/journalfield/conv.go
rename to filebeat/input/journald/pkg/journalfield/conv.go
diff --git a/journalbeat/pkg/journalfield/conv_test.go b/filebeat/input/journald/pkg/journalfield/conv_test.go
similarity index 100%
rename from journalbeat/pkg/journalfield/conv_test.go
rename to filebeat/input/journald/pkg/journalfield/conv_test.go
diff --git a/journalbeat/pkg/journalfield/default.go b/filebeat/input/journald/pkg/journalfield/default.go
similarity index 100%
rename from journalbeat/pkg/journalfield/default.go
rename to filebeat/input/journald/pkg/journalfield/default.go
diff --git a/journalbeat/pkg/journalfield/default_other.go b/filebeat/input/journald/pkg/journalfield/default_other.go
similarity index 100%
rename from journalbeat/pkg/journalfield/default_other.go
rename to filebeat/input/journald/pkg/journalfield/default_other.go
diff --git a/journalbeat/pkg/journalfield/matcher.go b/filebeat/input/journald/pkg/journalfield/matcher.go
similarity index 100%
rename from journalbeat/pkg/journalfield/matcher.go
rename to filebeat/input/journald/pkg/journalfield/matcher.go
diff --git a/journalbeat/pkg/journalfield/matcher_test.go b/filebeat/input/journald/pkg/journalfield/matcher_test.go
similarity index 100%
rename from journalbeat/pkg/journalfield/matcher_test.go
rename to filebeat/input/journald/pkg/journalfield/matcher_test.go
diff --git a/journalbeat/pkg/journalread/mode.go b/filebeat/input/journald/pkg/journalread/mode.go
similarity index 100%
rename from journalbeat/pkg/journalread/mode.go
rename to filebeat/input/journald/pkg/journalread/mode.go
diff --git a/journalbeat/pkg/journalread/mode_test.go b/filebeat/input/journald/pkg/journalread/mode_test.go
similarity index 100%
rename from journalbeat/pkg/journalread/mode_test.go
rename to filebeat/input/journald/pkg/journalread/mode_test.go
diff --git a/journalbeat/pkg/journalread/reader.go b/filebeat/input/journald/pkg/journalread/reader.go
similarity index 100%
rename from journalbeat/pkg/journalread/reader.go
rename to filebeat/input/journald/pkg/journalread/reader.go
diff --git a/journalbeat/.gitignore b/journalbeat/.gitignore
deleted file mode 100644
index 504279e50ee..00000000000
--- a/journalbeat/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-/.idea
-/build
-.DS_Store
-.journalbeat_position
-/journalbeat
-/journalbeat.test
-*.pyc
-data/meta.json
-/*.journal
diff --git a/journalbeat/Dockerfile b/journalbeat/Dockerfile
deleted file mode 100644
index 6c461fcb01a..00000000000
--- a/journalbeat/Dockerfile
+++ /dev/null
@@ -1,23 +0,0 @@
-FROM golang:1.17.2
-
-RUN \
- apt-get update \
- && apt-get install -y --no-install-recommends \
- libsystemd-dev \
- libc6-dev-i386 \
- gcc-arm-linux-gnueabi \
- python3 \
- python3-pip \
- python3-venv \
- && rm -rf /var/lib/apt/lists/*
-
-RUN pip3 install --upgrade pip==20.1.1
-RUN pip3 install --upgrade setuptools==47.3.2
-RUN pip3 install --upgrade docker-compose==1.23.2
-
-# Setup work environment
-ENV JOURNALBEAT_PATH /go/src/github.com/elastic/beats/journalbeat
-
-RUN mkdir -p $JOURNALBEAT_PATH/build/coverage
-WORKDIR $JOURNALBEAT_PATH
-HEALTHCHECK CMD exit 0
diff --git a/journalbeat/Makefile b/journalbeat/Makefile
deleted file mode 100644
index 85049183d4e..00000000000
--- a/journalbeat/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-BEAT_NAME=journalbeat
-BEAT_TITLE=Journalbeat
-SYSTEM_TESTS=true
-TEST_ENVIRONMENT=false
-ES_BEATS?=..
-
-# Path to the libbeat Makefile
--include $(ES_BEATS)/libbeat/scripts/Makefile
-
-.PHONY: before-build
-before-build:
-
-# Collects all dependencies and then calls update
-.PHONY: collect
-collect:
diff --git a/journalbeat/README.md b/journalbeat/README.md
deleted file mode 100644
index 69fccb38f90..00000000000
--- a/journalbeat/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Journalbeat
-
-Journalbeat is an open source data collector to read and forward journal entries from Linuxes with systemd.
-
-## Getting started
diff --git a/journalbeat/_meta/config/beat.docker.yml.tmpl b/journalbeat/_meta/config/beat.docker.yml.tmpl
deleted file mode 100644
index 20ae6ee130d..00000000000
--- a/journalbeat/_meta/config/beat.docker.yml.tmpl
+++ /dev/null
@@ -1,3 +0,0 @@
-journalbeat.inputs:
-- paths: []
- seek: cursor
diff --git a/journalbeat/_meta/config/beat.reference.yml.tmpl b/journalbeat/_meta/config/beat.reference.yml.tmpl
deleted file mode 100644
index 8da73b6bf07..00000000000
--- a/journalbeat/_meta/config/beat.reference.yml.tmpl
+++ /dev/null
@@ -1,62 +0,0 @@
-###################### Journalbeat Configuration Example #########################
-
-# This file is an example configuration file highlighting only the most common
-# options. The journalbeat.reference.yml file from the same directory contains all the
-# supported options with more comments. You can use it as a reference.
-#
-# You can find the full configuration reference here:
-# https://www.elastic.co/guide/en/beats/journalbeat/index.html
-
-# For more available modules and options, please see the journalbeat.reference.yml sample
-# configuration file.
-
-{{header "Journalbeat inputs"}}
-
-journalbeat.inputs:
- # Paths that should be crawled and fetched. Possible values files and directories.
- # When setting a directory, all journals under it are merged.
- # When empty starts to read from local journal.
-- paths: []
-
- # An optional unique identifier for the input. By providing a unique `id` you
- # can operate multiple inputs on the same journal. This allows each input's
- # cursor to be persisted independently in the registry file.
- #id: ""
-
- # The number of seconds to wait before trying to read again from journals.
- #backoff: 1s
- # The maximum number of seconds to wait before attempting to read again from journals.
- #max_backoff: 20s
-
- # Position to start reading from journal. Valid values: head, tail, cursor
- seek: cursor
- # Fallback position if no cursor data is available.
- #cursor_seek_fallback: head
-
- # Exact matching for field values of events.
- # Matching for nginx entries: "systemd.unit=nginx"
- #include_matches: []
-
- # Set the option to preserve the remote hostname in entries from a remote journal.
- # It is only needed when used with add_host_metadata, so the original host name
- # does not get overwritten by the processor.
- #save_remote_hostname: false
-
- # Optional fields that you can specify to add additional information to the
- # output. Fields can be scalar values, arrays, dictionaries, or any nested
- # combination of these.
- #fields:
- # env: staging
-
-
-{{header "Journalbeat global options"}}
-#journalbeat:
- # Name of the registry file. If a relative path is used, it is considered relative to the
- # data path.
- #registry_file: registry
-
-{{header "Elasticsearch template setting"}}
-setup.template.settings:
- index.number_of_shards: 1
- #index.codec: best_compression
- #_source.enabled: false
diff --git a/journalbeat/_meta/config/beat.yml.tmpl b/journalbeat/_meta/config/beat.yml.tmpl
deleted file mode 100644
index a4f7d5d4c31..00000000000
--- a/journalbeat/_meta/config/beat.yml.tmpl
+++ /dev/null
@@ -1,57 +0,0 @@
-###################### Journalbeat Configuration Example #########################
-
-# This file is an example configuration file highlighting only the most common
-# options. The journalbeat.reference.yml file from the same directory contains all the
-# supported options with more comments. You can use it as a reference.
-#
-# You can find the full configuration reference here:
-# https://www.elastic.co/guide/en/beats/journalbeat/index.html
-
-# For more available modules and options, please see the journalbeat.reference.yml sample
-# configuration file.
-
-{{header "Journalbeat inputs"}}
-
-journalbeat.inputs:
- # Paths that should be crawled and fetched. Possible values files and directories.
- # When setting a directory, all journals under it are merged.
- # When empty starts to read from local journal.
-- paths: []
-
- # An optional unique identifier for the input. By providing a unique `id` you
- # can operate multiple inputs on the same journal. This allows each input's
- # cursor to be persisted independently in the registry file.
- #id: ""
-
- # The number of seconds to wait before trying to read again from journals.
- #backoff: 1s
- # The maximum number of seconds to wait before attempting to read again from journals.
- #max_backoff: 20s
-
- # Position to start reading from journal. Valid values: head, tail, cursor
- seek: cursor
- # Fallback position if no cursor data is available.
- #cursor_seek_fallback: head
-
- # Exact matching for field values of events.
- # Matching for nginx entries: "systemd.unit=nginx"
- #include_matches: []
-
- # Optional fields that you can specify to add additional information to the
- # output. Fields can be scalar values, arrays, dictionaries, or any nested
- # combination of these.
- #fields:
- # env: staging
-
-
-{{header "Journalbeat global options"}}
-#journalbeat:
- # Name of the registry file. If a relative path is used, it is considered relative to the
- # data path.
- #registry_file: registry
-
-{{header "Elasticsearch template setting"}}
-setup.template.settings:
- index.number_of_shards: 1
- #index.codec: best_compression
- #_source.enabled: false
diff --git a/journalbeat/_meta/fields.common.yml b/journalbeat/_meta/fields.common.yml
deleted file mode 100644
index b06081ae19b..00000000000
--- a/journalbeat/_meta/fields.common.yml
+++ /dev/null
@@ -1,329 +0,0 @@
-- key: common
- title: "Common Journalbeat"
- description: >
- Contains common fields available in all event types.
- fields:
- - name: coredump
- type: group
- description: >
- Fields used by systemd-coredump kernel helper.
- fields:
- - name: unit
- type: keyword
- description: >
- Annotations of messages containing coredumps from system units.
- - name: user_unit
- type: keyword
- description: >
- Annotations of messages containing coredumps from user units.
- - name: journald
- type: group
- description: >
- Fields provided by journald.
- fields:
- - name: object
- type: group
- description: >
- Fields to log on behalf of a different program.
- fields:
- - name: audit
- type: group
- description: >
- Audit fields of event.
- fields:
- - name: login_uid
- type: long
- required: false
- example: 1000
- description: >
- The login UID of the object process.
- - name: session
- type: long
- required: false
- example: 3
- description: >
- The audit session of the object process.
- - name: process.command_line
- type: keyword
- required: false
- example: "/lib/systemd/systemd --user"
- description: >
- The command line of the process.
- - name: process.name
- type: keyword
- required: false
- example: "/lib/systemd/systemd"
- description: >
- Name of the executable.
- - name: process.executable
- type: keyword
- required: false
- description: >
- Path to the the executable.
- example: "/lib/systemd/systemd"
- - name: uid
- type: long
- required: false
- description: >
- UID of the object process.
- - name: gid
- type: long
- required: false
- description: >
- GID of the object process.
- - name: pid
- type: long
- required: false
- description: >
- PID of the object process.
- - name: systemd
- type: group
- description: >
- Systemd fields of event.
- fields:
- - name: owner_uid
- type: long
- required: false
- description: >
- The UID of the owner.
- - name: session
- type: keyword
- required: false
- description: >
- The ID of the systemd session.
- - name: unit
- type: keyword
- required: false
- description: >
- The name of the systemd unit.
- - name: user_unit
- type: keyword
- required: false
- description: >
- The name of the systemd user unit.
- - name: kernel
- type: group
- description: >
- Fields to log on behalf of a different program.
- fields:
- - name: device
- type: keyword
- required: false
- description: >
- The kernel device name.
- - name: subsystem
- type: keyword
- required: false
- description: >
- The kernel subsystem name.
- - name: device_symlinks
- type: keyword
- required: false
- description: >
- Additional symlink names pointing to the device node in /dev.
- - name: device_node_path
- type: keyword
- required: false
- description: >
- The device node path of this device in /dev.
- - name: device_name
- type: keyword
- required: false
- description: >
- The kernel device name as it shows up in the device tree below /sys.
- - name: code
- type: group
- description: >
- Fields of the code generating the event.
- fields:
- - name: file
- type: keyword
- required: false
- example: "../src/core/manager.c"
- description: >
- The name of the source file where the log is generated.
- - name: function
- type: keyword
- required: false
- example: "job_log_status_message"
- description: >
- The name of the function which generated the log message.
- - name: line
- type: long
- required: false
- example: 123
- description: >
- The line number of the code which generated the log message.
- - name: process
- type: group
- description: >
- Fields to log on behalf of a different program.
- fields:
- - name: audit
- type: group
- description: >
- Audit fields of event.
- fields:
- - name: loginuid
- type: long
- required: false
- example: 1000
- description: >
- The login UID of the source process.
- - name: session
- type: long
- required: false
- example: 3
- description: >
- The audit session of the source process.
- - name: command_line
- type: keyword
- required: false
- example: "/lib/systemd/systemd --user"
- description: >
- The command line of the process.
- - name: name
- type: keyword
- required: false
- example: "/lib/systemd/systemd"
- description: >
- Name of the executable.
- - name: executable
- type: keyword
- required: false
- description: >
- Path to the the executable.
- example: "/lib/systemd/systemd"
- - name: pid
- type: long
- required: false
- example: 1
- description: >
- The ID of the process which logged the message.
- - name: gid
- type: long
- required: false
- example: 1
- description: >
- The ID of the group which runs the process.
- - name: uid
- type: long
- required: false
- example: 1
- description: >
- The ID of the user which runs the process.
- - name: capabilities
- required: false
- description: >
- The effective capabilities of the process.
- - name: systemd
- type: group
- description: >
- Fields of systemd.
- fields:
- - name: invocation_id
- type: keyword
- required: false
- example: "8450f1672de646c88cd133aadd4f2d70"
- description: >
- The invocation ID for the runtime cycle of the unit the message was generated in.
- - name: cgroup
- type: keyword
- required: false
- example: "/user.slice/user-1234.slice/session-2.scope"
- description: >
- The control group path in the systemd hierarchy.
- - name: owner_uid
- type: long
- required: false
- description: >
- The owner UID of the systemd user unit or systemd session.
- - name: session
- type: keyword
- required: false
- description: >
- The ID of the systemd session.
- - name: slice
- type: keyword
- required: false
- example: "user-1234.slice"
- description: >
- The systemd slice unit.
- - name: user_slice
- type: keyword
- required: false
- description: >
- The systemd user slice unit.
- - name: unit
- type: keyword
- required: false
- example: "nginx.service"
- description: >
- The name of the systemd unit.
- - name: user_unit
- type: keyword
- required: false
- example: "user-1234.slice"
- description: >
- The name of the systemd user unit.
- - name: transport
- type: keyword
- required: true
- example: "syslog"
- description: >
- How the log message was received by journald.
- - name: host
- type: group
- description: >
- Fields of the host.
- fields:
- - name: boot_id
- type: keyword
- required: false
- example: "dd8c974asdf01dbe2ef26d7fasdf264c9"
- description: >
- The boot ID for the boot the log was generated in.
- - name: syslog
- type: group
- description: >
- Fields of the code generating the event.
- fields:
- - name: priority
- type: long
- required: false
- example: 1
- description: >
- The priority of the message. A syslog compatibility field.
- - name: facility
- type: long
- required: false
- example: 1
- description: >
- The facility of the message. A syslog compatibility field.
- - name: identifier
- type: keyword
- required: false
- example: "su"
- description: >
- The identifier of the message. A syslog compatibility field.
- - name: custom
- type: nested
- required: false
- description: >
- Arbitrary fields coming from processes.
-
- - name: read_timestamp
- type: alias
- path: event.created
- migration: true
-
- - name: container
- type: group
- fields:
- - name: log
- type: group
- fields:
- - name: tag
- type: keyword
- description: >
- User defined tag of a container.
diff --git a/journalbeat/_meta/kibana/default/index-pattern/journalbeat.json b/journalbeat/_meta/kibana/default/index-pattern/journalbeat.json
deleted file mode 100644
index 55e70bd81d1..00000000000
--- a/journalbeat/_meta/kibana/default/index-pattern/journalbeat.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "version": "7.0.0-alpha1",
- "objects": [
- {
- "attributes": {
- "fields": "[{\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"beat.name\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"beat.hostname\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"beat.timezone\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"beat.version\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"@timestamp\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"date\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"tags\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"fields\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": false, \"name\": \"error.message\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"error.code\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"number\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"error.type\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"meta.cloud.provider\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"meta.cloud.instance_id\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"meta.cloud.instance_name\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"meta.cloud.machine_type\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"meta.cloud.availability_zone\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"meta.cloud.project_id\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"meta.cloud.region\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"docker.container.id\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"docker.container.image\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"docker.container.name\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"docker.container.labels\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"kubernetes.pod.name\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"kubernetes.namespace\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"kubernetes.labels\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"kubernetes.annotations\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"kubernetes.container.name\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"kubernetes.container.image\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"counter\", \"searchable\": true, \"indexed\": true, \"doc_values\": true, \"type\": \"number\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": false, \"name\": \"_id\", \"searchable\": false, \"indexed\": false, \"doc_values\": false, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": true, \"name\": \"_type\", \"searchable\": true, \"indexed\": false, \"doc_values\": false, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": false, \"name\": \"_index\", \"searchable\": false, \"indexed\": false, \"doc_values\": false, \"type\": \"string\", \"scripted\": false}, {\"count\": 0, \"analyzed\": false, \"aggregatable\": false, \"name\": \"_score\", \"searchable\": false, \"indexed\": false, \"doc_values\": false, \"type\": \"number\", \"scripted\": false}]",
- "fieldFormatMap": "{\"@timestamp\": {\"id\": \"date\"}}",
- "timeFieldName": "@timestamp",
- "title": "journalbeat-*"
- },
- "version": 1,
- "type": "index-pattern",
- "id": "journalbeat-*"
- }
- ]
-}
\ No newline at end of file
diff --git a/journalbeat/beater/journalbeat.go b/journalbeat/beater/journalbeat.go
deleted file mode 100644
index 6694dbd8a9a..00000000000
--- a/journalbeat/beater/journalbeat.go
+++ /dev/null
@@ -1,126 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-package beater
-
-import (
- "fmt"
- "sync"
- "time"
-
- "github.com/elastic/beats/v7/journalbeat/checkpoint"
- "github.com/elastic/beats/v7/journalbeat/cmd/instance"
- "github.com/elastic/beats/v7/journalbeat/input"
- "github.com/elastic/beats/v7/libbeat/beat"
- "github.com/elastic/beats/v7/libbeat/common"
- "github.com/elastic/beats/v7/libbeat/common/acker"
- "github.com/elastic/beats/v7/libbeat/common/cfgwarn"
- "github.com/elastic/beats/v7/libbeat/logp"
- "github.com/elastic/beats/v7/libbeat/publisher/pipetool"
-
- "github.com/elastic/beats/v7/journalbeat/config"
- _ "github.com/elastic/beats/v7/journalbeat/include"
-
- // Add dedicated processors
- _ "github.com/elastic/beats/v7/libbeat/processors/decode_csv_fields"
-)
-
-// Journalbeat instance
-type Journalbeat struct {
- inputs []*input.Input
- done chan struct{}
- config config.Config
-
- pipeline beat.Pipeline
- checkpoint *checkpoint.Checkpoint
- logger *logp.Logger
-}
-
-// New returns a new Journalbeat instance
-func New(b *beat.Beat, cfg *common.Config) (beat.Beater, error) {
- cfgwarn.Experimental("Journalbeat is experimental.")
-
- config := config.DefaultConfig
- if err := cfg.Unpack(&config); err != nil {
- return nil, fmt.Errorf("error reading config file: %v", err)
- }
-
- done := make(chan struct{})
- cp, err := checkpoint.NewCheckpoint(config.RegistryFile, 10, 1*time.Second)
- if err != nil {
- return nil, err
- }
-
- instance.SetupJournalMetrics()
-
- var inputs []*input.Input
- for _, c := range config.Inputs {
- i, err := input.New(c, b.Info, done, cp.States())
- if err != nil {
- return nil, err
- }
- inputs = append(inputs, i)
- }
-
- bt := &Journalbeat{
- inputs: inputs,
- done: done,
- config: config,
- pipeline: b.Publisher,
- checkpoint: cp,
- logger: logp.NewLogger("journalbeat"),
- }
-
- return bt, nil
-}
-
-// Run sets up the ACK handler and starts inputs to read and forward events to outputs.
-func (bt *Journalbeat) Run(b *beat.Beat) error {
- bt.logger.Info("journalbeat is running! Hit CTRL-C to stop it.")
- defer bt.logger.Info("journalbeat is stopping")
-
- defer bt.checkpoint.Shutdown()
-
- pipeline := pipetool.WithACKer(b.Publisher, acker.LastEventPrivateReporter(func(_ int, private interface{}) {
- if st, ok := private.(checkpoint.JournalState); ok {
- bt.checkpoint.PersistState(st)
- }
- }))
-
- var wg sync.WaitGroup
- for _, i := range bt.inputs {
- wg.Add(1)
- go bt.runInput(i, &wg, pipeline)
- }
-
- wg.Wait()
-
- return nil
-}
-
-func (bt *Journalbeat) runInput(i *input.Input, wg *sync.WaitGroup, pipeline beat.Pipeline) {
- defer wg.Done()
- i.Run(pipeline)
-}
-
-// Stop stops the beat and its inputs.
-func (bt *Journalbeat) Stop() {
- close(bt.done)
- for _, i := range bt.inputs {
- i.Stop()
- }
-}
diff --git a/journalbeat/checkpoint/checkpoint.go b/journalbeat/checkpoint/checkpoint.go
deleted file mode 100644
index 2ba4140182a..00000000000
--- a/journalbeat/checkpoint/checkpoint.go
+++ /dev/null
@@ -1,352 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-// Package checkpoint persists event log state information to disk so that
-// event log monitoring can resume from the last read event in the case of a
-// restart or unexpected interruption.
-package checkpoint
-
-import (
- "fmt"
- "io"
- "io/ioutil"
- "os"
- "path/filepath"
- "sort"
- "sync"
- "time"
-
- "gopkg.in/yaml.v2"
-
- "github.com/elastic/beats/v7/libbeat/logp"
- "github.com/elastic/beats/v7/libbeat/paths"
-)
-
-// Checkpoint persists event log state information to disk.
-type Checkpoint struct {
- wg sync.WaitGroup // WaitGroup used to wait on the shutdown of the checkpoint worker.
- done chan struct{} // Channel for shutting down the checkpoint worker.
- once sync.Once // Used to guarantee shutdown happens once.
- file string // File where the state is persisted.
- fileLock sync.RWMutex // Lock that protects concurrent reads/writes to file.
- numUpdates int // Number of updates received since last persisting to disk.
- maxUpdates int // Maximum number of updates to buffer before persisting to disk.
- flushInterval time.Duration // Maximum time interval that can pass before persisting to disk.
- sort []string // Slice used for sorting states map (store to save on mallocs).
-
- lock sync.RWMutex
- states map[string]JournalState
-
- save chan JournalState
-}
-
-// PersistedState represents the format of the data persisted to disk.
-type PersistedState struct {
- UpdateTime time.Time `yaml:"update_time"`
- States []JournalState `yaml:"journal_entries"`
-}
-
-// JournalState represents the state of an individual event log.
-type JournalState struct {
- Path string `yaml:"path"`
- Cursor string `yaml:"cursor"`
- RealtimeTimestamp uint64 `yaml:"realtime_timestamp"`
- MonotonicTimestamp uint64 `yaml:"monotonic_timestamp"`
-}
-
-// NewCheckpoint creates and returns a new Checkpoint. This method loads state
-// information from disk if it exists and starts a goroutine for persisting
-// state information to disk. Shutdown should be called when finished to
-// guarantee any in-memory state information is flushed to disk.
-//
-// file is the name of the file where event log state is persisted as YAML.
-// maxUpdates is the maximum number of updates checkpoint will accept before
-// triggering a flush to disk. interval is maximum amount of time that can
-// pass since the last flush before triggering a flush to disk (minimum value
-// is 1s).
-func NewCheckpoint(file string, maxUpdates int, interval time.Duration) (*Checkpoint, error) {
- c := &Checkpoint{
- done: make(chan struct{}),
- file: file,
- maxUpdates: maxUpdates,
- flushInterval: interval,
- sort: make([]string, 0, 10),
- states: make(map[string]JournalState),
- save: make(chan JournalState, 1),
- }
-
- err := c.findRegistryFile()
- if err != nil {
- return nil, fmt.Errorf("error locating the proper registry file: %+v", err)
- }
-
- // Minimum batch size.
- if c.maxUpdates < 1 {
- c.maxUpdates = 1
- }
-
- // Minimum flush interval.
- if c.flushInterval < time.Second {
- c.flushInterval = time.Second
- }
-
- // Read existing state information:
- ps, err := c.read()
- if err != nil {
- return nil, err
- }
-
- if ps != nil {
- for _, state := range ps.States {
- c.states[state.Path] = state
- }
- }
-
- // Write the state file to verify we have have permissions.
- err = c.flush()
- if err != nil {
- return nil, err
- }
-
- c.wg.Add(1)
- go c.run()
- return c, nil
-}
-
-// Previously the registry file was written to the root folder. It was fixed on
-// 7.x but not on 6.x. Thus, migration is needed, so users avoid losing state info.
-func (c *Checkpoint) findRegistryFile() error {
- migratedPath := paths.Resolve(paths.Data, c.file)
-
- fs, err := os.Stat(c.file)
- if os.IsNotExist(err) {
- c.file = migratedPath
- return nil
- } else if err != nil {
- return fmt.Errorf("error accessing previous registry file: %+v", err)
- }
-
- // if two files are the same, do not do anything
- migratedFs, err := os.Stat(migratedPath)
- if err == nil {
- if os.SameFile(fs, migratedFs) {
- return nil
- }
- }
-
- f, err := os.Open(c.file)
- if err != nil {
- return err
- }
- defer f.Close()
-
- target, err := os.OpenFile(migratedPath, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, fs.Mode())
- if err != nil {
- return err
- }
- defer target.Close()
-
- if _, err := io.Copy(target, f); err != nil {
- return err
- }
-
- err = target.Sync()
- if err != nil {
- return fmt.Errorf("error while syncing new registry file to disk: %+v", err)
- }
-
- c.file = migratedPath
-
- p := filepath.Dir(migratedPath)
- pf, err := os.Open(p)
- if err != nil {
- return nil
- }
- defer pf.Close()
- pf.Sync()
-
- return nil
-}
-
-// run is worker loop that reads incoming state information from the save
-// channel and persists it when the number of changes reaches maxEvents or
-// the amount of time since the last disk write reaches flushInterval.
-func (c *Checkpoint) run() {
- defer c.wg.Done()
- defer c.persist()
-
- flushTimer := time.NewTimer(c.flushInterval)
- defer flushTimer.Stop()
-loop:
- for {
- select {
- case <-c.done:
- break loop
- case s := <-c.save:
- c.lock.Lock()
- c.states[s.Path] = s
- c.lock.Unlock()
- c.numUpdates++
- if c.numUpdates < c.maxUpdates {
- continue
- }
- case <-flushTimer.C:
- }
-
- c.persist()
- flushTimer.Reset(c.flushInterval)
- }
-}
-
-// Shutdown stops the checkpoint worker (which persists any state to disk as
-// it stops). This method blocks until the checkpoint worker shutdowns. Calling
-// this method more once is safe and has no effect.
-func (c *Checkpoint) Shutdown() {
- c.once.Do(func() {
- close(c.done)
- c.wg.Wait()
- })
-}
-
-// States returns the current in-memory event log state. This state information
-// is bootstrapped with any data found on disk at creation time.
-func (c *Checkpoint) States() map[string]JournalState {
- c.lock.RLock()
- defer c.lock.RUnlock()
-
- copy := make(map[string]JournalState)
- for k, v := range c.states {
- copy[k] = v
- }
-
- return copy
-}
-
-// Persist queues the given event log state information to be written to disk.
-func (c *Checkpoint) Persist(path, cursor string, realTs, monotonicTs uint64) {
- c.PersistState(JournalState{
- Path: path,
- Cursor: cursor,
- RealtimeTimestamp: realTs,
- MonotonicTimestamp: monotonicTs,
- })
-}
-
-// PersistState queues the given event log state to be written to disk.
-func (c *Checkpoint) PersistState(st JournalState) {
- c.save <- st
-}
-
-// persist writes the current state to disk if the in-memory state is dirty.
-func (c *Checkpoint) persist() bool {
- if c.numUpdates == 0 {
- return false
- }
-
- err := c.flush()
- if err != nil {
- return false
- }
-
- logp.Debug("checkpoint", "Checkpoint saved to disk. numUpdates=%d",
- c.numUpdates)
- c.numUpdates = 0
- return true
-}
-
-// flush writes the current state to disk.
-func (c *Checkpoint) flush() error {
- c.fileLock.Lock()
- defer c.fileLock.Unlock()
-
- tempFile := c.file + ".new"
- file, err := create(tempFile)
- if os.IsNotExist(err) {
- // Try to create directory if it does not exist.
- if createDirErr := c.createDir(); createDirErr == nil {
- file, err = create(tempFile)
- }
- }
-
- if err != nil {
- return fmt.Errorf("Failed to flush state to disk. %v", err)
- }
-
- // Sort persisted eventLogs by name.
- c.sort = c.sort[:0]
- for k := range c.states {
- c.sort = append(c.sort, k)
- }
- sort.Strings(c.sort)
-
- ps := PersistedState{
- UpdateTime: time.Now().UTC(),
- States: make([]JournalState, len(c.sort)),
- }
- for i, name := range c.sort {
- ps.States[i] = c.states[name]
- }
-
- data, err := yaml.Marshal(ps)
- if err != nil {
- file.Close()
- return fmt.Errorf("Failed to flush state to disk. Could not marshal "+
- "data to YAML. %v", err)
- }
-
- _, err = file.Write(data)
- if err != nil {
- file.Close()
- return fmt.Errorf("Failed to flush state to disk. Could not write to "+
- "%s. %v", tempFile, err)
- }
-
- file.Close()
- err = os.Rename(tempFile, c.file)
- return err
-}
-
-// read loads the persisted state from disk. If the file does not exists then
-// the method returns nil and no error.
-func (c *Checkpoint) read() (*PersistedState, error) {
- c.fileLock.RLock()
- defer c.fileLock.RUnlock()
-
- contents, err := ioutil.ReadFile(c.file)
- if err != nil {
- if os.IsNotExist(err) {
- err = nil
- }
- return nil, err
- }
-
- ps := &PersistedState{}
- err = yaml.Unmarshal(contents, ps)
- if err != nil {
- return nil, err
- }
-
- return ps, nil
-}
-
-// createDir creates the directory in which the state file will reside if the
-// directory does not already exist.
-func (c *Checkpoint) createDir() error {
- dir := filepath.Dir(c.file)
- logp.Info("Creating %s if it does not exist.", dir)
- return os.MkdirAll(dir, os.FileMode(0750))
-}
diff --git a/journalbeat/checkpoint/checkpoint_test.go b/journalbeat/checkpoint/checkpoint_test.go
deleted file mode 100644
index 6f6aa780d9a..00000000000
--- a/journalbeat/checkpoint/checkpoint_test.go
+++ /dev/null
@@ -1,223 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-//go:build !integration
-// +build !integration
-
-package checkpoint
-
-import (
- "io/ioutil"
- "os"
- "path/filepath"
- "runtime"
- "testing"
- "time"
-
- "github.com/stretchr/testify/assert"
-)
-
-func eventually(t *testing.T, predicate func() (bool, error), timeout time.Duration) {
- const minInterval = time.Millisecond * 5
- const maxInterval = time.Millisecond * 500
-
- checkInterval := timeout / 100
- if checkInterval < minInterval {
- checkInterval = minInterval
- }
- if checkInterval > maxInterval {
- checkInterval = maxInterval
- }
- for deadline, first := time.Now().Add(timeout), true; first || time.Now().Before(deadline); first = false {
- ok, err := predicate()
- if err != nil {
- t.Fatal("predicate failed with error:", err)
- return
- }
- if ok {
- return
- }
- time.Sleep(checkInterval)
- }
- t.Fatal("predicate is not true after", timeout)
-}
-
-// Test that a write is triggered when the maximum number of updates is reached.
-func TestWriteMaxUpdates(t *testing.T) {
- t.Skip("Duplicate of winlogbeat/checkpoint")
- dir, err := ioutil.TempDir("", "wlb-checkpoint-test")
- if err != nil {
- t.Fatal(err)
- }
- defer func() {
- err := os.RemoveAll(dir)
- if err != nil {
- t.Fatal(err)
- }
- }()
-
- file := filepath.Join(dir, "some", "new", "dir", ".winlogbeat.yml")
- if !assert.False(t, fileExists(file), "%s should not exist", file) {
- return
- }
-
- cp, err := NewCheckpoint(file, 2, time.Hour)
- if err != nil {
- t.Fatal(err)
- }
- defer cp.Shutdown()
-
- // Send update - it's not written to disk but it's in memory.
- cp.Persist("", "", 123456, 123456)
- found := false
- eventually(t, func() (bool, error) {
- _, found = cp.States()[""]
- return found, nil
- }, time.Second*15)
- assert.True(t, found)
-
- ps, err := cp.read()
- if err != nil {
- t.Fatal("read failed", err)
- }
- assert.Len(t, ps.States, 0)
-
- // Send update - it is written to disk.
- cp.Persist("", "", 123456, 123456)
- eventually(t, func() (bool, error) {
- ps, err = cp.read()
- return ps != nil && len(ps.States) > 0, err
- }, time.Second*15)
-
- if assert.Len(t, ps.States, 1, "state not written, could be a flush timing issue, retry") {
- assert.Equal(t, "", ps.States[0].Path)
- assert.Equal(t, "", ps.States[0].Cursor)
- }
-}
-
-// Test that a write is triggered when the maximum time period since the last
-// write is reached.
-func TestWriteTimedFlush(t *testing.T) {
- t.Skip("Duplicate of winlogbeat/checkpoint")
- dir, err := ioutil.TempDir("", "wlb-checkpoint-test")
- if err != nil {
- t.Fatal(err)
- }
- defer func() {
- err := os.RemoveAll(dir)
- if err != nil {
- t.Fatal(err)
- }
- }()
-
- file := filepath.Join(dir, ".winlogbeat.yml")
- if !assert.False(t, fileExists(file), "%s should not exist", file) {
- return
- }
-
- cp, err := NewCheckpoint(file, 100, time.Second)
- if err != nil {
- t.Fatal(err)
- }
- defer cp.Shutdown()
-
- // Send update then wait longer than the flush interval and it should be
- // on disk.
- cp.Persist("", "cursor", 123456, 123456)
- eventually(t, func() (bool, error) {
- ps, err := cp.read()
- return ps != nil && len(ps.States) > 0, err
- }, time.Second*15)
-
- ps, err := cp.read()
- if err != nil {
- t.Fatal("read failed", err)
- }
- if assert.Len(t, ps.States, 1) {
- assert.Equal(t, "", ps.States[0].Path)
- assert.Equal(t, "cursor", ps.States[0].Cursor)
- }
-}
-
-// Test that createDir creates the directory with 0750 permissions.
-func TestCreateDir(t *testing.T) {
- t.Skip("Duplicate of winlogbeat/checkpoint")
- dir, err := ioutil.TempDir("", "wlb-checkpoint-test")
- if err != nil {
- t.Fatal(err)
- }
- defer func() {
- err := os.RemoveAll(dir)
- if err != nil {
- t.Fatal(err)
- }
- }()
-
- stateDir := filepath.Join(dir, "state", "dir", "does", "not", "exists")
- file := filepath.Join(stateDir, ".winlogbeat.yml")
- cp := &Checkpoint{file: file}
-
- if !assert.False(t, fileExists(file), "%s should not exist", file) {
- return
- }
- if err = cp.createDir(); err != nil {
- t.Fatal("createDir", err)
- }
- if !assert.True(t, fileExists(stateDir), "%s should exist", file) {
- return
- }
-
- // mkdir on Windows does not pass the POSIX mode to the CreateDirectory
- // syscall so doesn't test the mode.
- if runtime.GOOS != "windows" {
- fileInfo, err := os.Stat(stateDir)
- if assert.NoError(t, err) {
- assert.Equal(t, true, fileInfo.IsDir())
- assert.Equal(t, os.FileMode(0750), fileInfo.Mode().Perm())
- }
- }
-}
-
-// Test createDir when the directory already exists to verify that no error is
-// returned.
-func TestCreateDirAlreadyExists(t *testing.T) {
- t.Skip("Duplicate of winlogbeat/checkpoint")
- dir, err := ioutil.TempDir("", "wlb-checkpoint-test")
- if err != nil {
- t.Fatal(err)
- }
- defer func() {
- err := os.RemoveAll(dir)
- if err != nil {
- t.Fatal(err)
- }
- }()
-
- file := filepath.Join(dir, ".winlogbeat.yml")
- cp := &Checkpoint{file: file}
-
- if !assert.True(t, fileExists(dir), "%s should exist", file) {
- return
- }
- assert.NoError(t, cp.createDir())
-}
-
-// fileExists returns true if the specified file exists.
-func fileExists(file string) bool {
- _, err := os.Stat(file)
- return !os.IsNotExist(err)
-}
diff --git a/journalbeat/checkpoint/file_unix.go b/journalbeat/checkpoint/file_unix.go
deleted file mode 100644
index 248b5301955..00000000000
--- a/journalbeat/checkpoint/file_unix.go
+++ /dev/null
@@ -1,27 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-//go:build !windows
-// +build !windows
-
-package checkpoint
-
-import "os"
-
-func create(path string) (*os.File, error) {
- return os.OpenFile(path, os.O_RDWR|os.O_CREATE|os.O_TRUNC|os.O_SYNC, 0600)
-}
diff --git a/journalbeat/checkpoint/file_windows.go b/journalbeat/checkpoint/file_windows.go
deleted file mode 100644
index 267086398f3..00000000000
--- a/journalbeat/checkpoint/file_windows.go
+++ /dev/null
@@ -1,54 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-package checkpoint
-
-import (
- "os"
- "syscall"
-)
-
-const (
- _FILE_FLAG_WRITE_THROUGH = 0x80000000
-)
-
-func create(path string) (*os.File, error) {
- return createWriteThroughFile(path)
-}
-
-// createWriteThroughFile creates a file whose write operations do not go
-// through any intermediary cache, they go directly to disk.
-func createWriteThroughFile(path string) (*os.File, error) {
- if len(path) == 0 {
- return nil, syscall.ERROR_FILE_NOT_FOUND
- }
- pathp, err := syscall.UTF16PtrFromString(path)
- if err != nil {
- return nil, err
- }
-
- h, err := syscall.CreateFile(
- pathp, // Path
- syscall.GENERIC_READ|syscall.GENERIC_WRITE, // Access Mode
- uint32(syscall.FILE_SHARE_READ|syscall.FILE_SHARE_WRITE), // Share Mode
- nil, // Security Attributes
- syscall.CREATE_ALWAYS, // Create Mode
- uint32(syscall.FILE_ATTRIBUTE_NORMAL|_FILE_FLAG_WRITE_THROUGH), // Flags and Attributes
- 0) // Template File
-
- return os.NewFile(uintptr(h), path), err
-}
diff --git a/journalbeat/cmd/instance/metrics.go b/journalbeat/cmd/instance/metrics.go
deleted file mode 100644
index 3d75426c809..00000000000
--- a/journalbeat/cmd/instance/metrics.go
+++ /dev/null
@@ -1,69 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-//go:build linux && cgo
-// +build linux,cgo
-
-package instance
-
-import (
- "fmt"
-
- "github.com/coreos/go-systemd/v22/sdjournal"
-
- "github.com/elastic/beats/v7/libbeat/monitoring"
-)
-
-var (
- metrics *monitoring.Registry
- journals map[string]*sdjournal.Journal
-)
-
-// SetupJournalMetrics initializes and registers monitoring functions.
-func SetupJournalMetrics() {
- metrics = monitoring.Default.NewRegistry("journalbeat")
- journals = make(map[string]*sdjournal.Journal)
-
- monitoring.NewFunc(metrics, "journals", reportJournalSizes, monitoring.Report)
-}
-
-// AddJournalToMonitor adds a new journal which has to be monitored.
-func AddJournalToMonitor(path string, journal *sdjournal.Journal) {
- journals[path] = journal
-}
-
-// StopMonitoringJournal stops monitoring the journal under the path.
-func StopMonitoringJournal(path string) {
- delete(journals, path)
-}
-
-func reportJournalSizes(m monitoring.Mode, V monitoring.Visitor) {
- i := 0
- for path, journal := range journals {
- s, err := journal.GetUsage()
- if err != nil {
- continue
- }
-
- ns := fmt.Sprintf("journal_%d", i)
- monitoring.ReportNamespace(V, ns, func() {
- monitoring.ReportString(V, "path", path)
- monitoring.ReportInt(V, "size_in_bytes", int64(s))
- })
- i++
- }
-}
diff --git a/journalbeat/cmd/instance/metrics_other.go b/journalbeat/cmd/instance/metrics_other.go
deleted file mode 100644
index 990d5f06b09..00000000000
--- a/journalbeat/cmd/instance/metrics_other.go
+++ /dev/null
@@ -1,27 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-//go:build !linux || !cgo
-// +build !linux !cgo
-
-package instance
-
-// SetupJournalMetrics initializes and registers monitoring functions.
-func SetupJournalMetrics() {}
-
-// StopMonitoringJournal stops monitoring the journal under the path.
-func StopMonitoringJournal(path string) {}
diff --git a/journalbeat/cmd/root.go b/journalbeat/cmd/root.go
deleted file mode 100644
index a7a2d8ddcaa..00000000000
--- a/journalbeat/cmd/root.go
+++ /dev/null
@@ -1,64 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-package cmd
-
-import (
- "github.com/elastic/beats/v7/journalbeat/beater"
- "github.com/elastic/beats/v7/libbeat/cmd"
- "github.com/elastic/beats/v7/libbeat/cmd/instance"
- "github.com/elastic/beats/v7/libbeat/common"
- "github.com/elastic/beats/v7/libbeat/ecs"
- "github.com/elastic/beats/v7/libbeat/publisher/processing"
-
- // Import processors.
- _ "github.com/elastic/beats/v7/libbeat/processors/script"
- _ "github.com/elastic/beats/v7/libbeat/processors/timestamp"
-)
-
-const (
- // Name of this beat.
- Name = "journalbeat"
-)
-
-// withECSVersion is a modifier that adds ecs.version to events.
-var withECSVersion = processing.WithFields(common.MapStr{
- "ecs": common.MapStr{
- "version": ecs.Version,
- },
-})
-
-// RootCmd to handle beats cli
-var RootCmd *cmd.BeatsRootCmd
-
-// JournalbeatSettings contains the default settings for journalbeat
-func JournalbeatSettings() instance.Settings {
- return instance.Settings{
- Name: Name,
- HasDashboards: false,
- Processing: processing.MakeDefaultSupport(true, withECSVersion, processing.WithHost, processing.WithAgentMeta()),
- }
-}
-
-// Initialize initializes the entrypoint commands for journalbeat
-func Initialize(settings instance.Settings) *cmd.BeatsRootCmd {
- return cmd.GenRootCmdWithSettings(beater.New, settings)
-}
-
-func init() {
- RootCmd = Initialize(JournalbeatSettings())
-}
diff --git a/journalbeat/config/config.go b/journalbeat/config/config.go
deleted file mode 100644
index 1771a2a4e7c..00000000000
--- a/journalbeat/config/config.go
+++ /dev/null
@@ -1,38 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-// Config is put into a different package to prevent cyclic imports in case
-// it is needed in several locations
-
-package config
-
-import (
- "github.com/elastic/beats/v7/libbeat/common"
-)
-
-// Config stores the configuration of Journalbeat
-type Config struct {
- Inputs []*common.Config `config:"inputs"`
- RegistryFile string `config:"registry_file"`
-}
-
-var (
- // DefaultConfig are the defaults of a Journalbeat instance
- DefaultConfig = Config{
- RegistryFile: "registry",
- }
-)
diff --git a/journalbeat/conftest.py b/journalbeat/conftest.py
deleted file mode 100644
index 2f3f8199559..00000000000
--- a/journalbeat/conftest.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import os
-import sys
-
-sys.path.append(os.path.join(os.path.dirname(__file__), '../libbeat/tests/system'))
diff --git a/journalbeat/docs/config-options.asciidoc b/journalbeat/docs/config-options.asciidoc
deleted file mode 100644
index 106318ceb6d..00000000000
--- a/journalbeat/docs/config-options.asciidoc
+++ /dev/null
@@ -1,251 +0,0 @@
-[id="configuration-{beatname_lc}-options"]
-== Configure inputs
-
-++++
-Inputs
-++++
-
-By default, {beatname_uc} reads log events from the default systemd journals. To
-specify other journal files, set the <<{beatname_lc}-paths,`paths`>> option in
-the +{beatname_lc}.inputs+ section of the +{beatname_lc}.yml+ file. Each path
-can be a directory path (to collect events from all journals in a directory), or
-a file path. For example:
-
-["source","sh",subs="attributes"]
-----
-{beatname_lc}.inputs:
-- paths:
- - "/dev/log"
- - "/var/log/messages/my-journal-file.journal"
-----
-
-Within the configuration file, you can also specify options that control how
-{beatname_uc} reads the journal files and which fields are sent to the
-configured output. See <<{beatname_lc}-options>> for a list of available
-options.
-
-The following examples show how to configure {beatname_uc} for some common use
-cases.
-
-[[monitor-multiple-journals]]
-.Example 1: Monitor multiple journals under the same directory
-This example configures {beatname_uc} to read from multiple journals that are
-stored under the same directory. {beatname_uc} merges all journals under the
-directory into a single event stream and reads the events. With `seek` set to
-`cursor`, {beatname_uc} starts reading at the beginning of the journal, but will
-continue reading at the last known position after a reload or restart.
-["source","sh",subs="attributes"]
-----
-{beatname_lc}.inputs:
-- paths: ["/path/to/journal/directory"]
- seek: cursor
-----
-
-[[filter-using-field-names]]
-.Example 2: Fetch log events for Redis running on Docker (uses field names from systemd)
-This example configures {beatname_uc} to fetch log events for Redis running in a
-Docker container. The fields are matched using field names from the systemd
-journal.
-["source","sh",subs="attributes"]
-----
-{beatname_lc}.inputs:
-- paths: []
- include_matches:
- - "CONTAINER_TAG=redis"
- - "_COMM=redis"
-----
-
-[[filter-using-translated-names]]
-.Example 3: Fetch log events for Redis running on Docker (uses translated field names)
-This example also configures {beatname_uc} to fetch log events for Redis running
-in a Docker container. However, in this example the fields are matched using the
-<> provided by {beatname_uc}.
-["source","sh",subs="attributes"]
-----
-{beatname_lc}.inputs:
-- paths: []
- include_matches:
- - "container.image.tag=redis"
- - "process.name=redis"
-----
-
-[id="{beatname_lc}-options"]
-[float]
-=== Configuration options
-You can specify the following options to configure how {beatname_uc} reads the
-journal files.
-
-[float]
-[id="{beatname_lc}-id"]
-==== `id`
-
-An optional unique identifier for the input. By providing a unique `id` you can
-operate multiple inputs on the same journal. This allows each input's cursor
-to be persisted independently in the registry file.
-
-----
-{beatname_lc}.inputs:
-- id: consul.service
- paths: []
- include_matches:
- - _SYSTEMD_UNIT=consul.service
-
-- id: vault.service
- paths: []
- include_matches:
- - _SYSTEMD_UNIT=vault.service
-----
-
-[float]
-[id="{beatname_lc}-paths"]
-==== `paths`
-
-A list of paths that will be crawled and fetched. Each path can be a directory
-path (to collect events from all journals in a directory), or a file path. If
-you specify a directory, {beatname_uc} merges all journals under the directory
-into a single journal and reads them.
-
-If no paths are specified, {beatname_uc} reads from the default journal.
-
-[float]
-[id="{beatname_lc}-backoff"]
-==== `backoff`
-
-The number of seconds to wait before trying to read again from journals. The
-default is 1s.
-
-[float]
-[id="{beatname_lc}-max-backoff"]
-==== `max_backoff`
-
-The maximum number of seconds to wait before attempting to read again from
-journals. The default is 60s.
-
-[float]
-[id="seek"]
-==== `seek`
-
-The position to start reading the journal from. Valid settings are:
-
-* `head`: Starts reading at the beginning of the journal. After a restart,
-{beatname_uc} resends all log messages in the journal.
-* `tail`: Starts reading at the end of the journal. After a restart,
-{beatname_uc} resends the last message, which might result in duplicates. If
-multiple log messages are written to a journal while {beatname_uc} is down,
-only the last log message is sent on restart.
-* `cursor`: On first read, starts reading at the beginning of the journal. After a
-reload or restart, continues reading at the last known position.
-
-When specified under `paths`, the `seek` setting applies to all journals under
-the configured paths. When specified directly under the +{beatname_lc}+
-namespace, the setting applies to all journals read by {beatname_uc}.
-
-If you have old log files and want to skip lines, start {beatname_uc} with
-`seek: tail` specified. Then stop {beatname_uc}, set `seek: cursor`, and restart
-{beatname_uc}.
-
-[float]
-[id="include-matches"]
-==== `include_matches`
-
-A list of filter expressions used to match fields. The format of the expression
-is `field=value`. {beatname_uc} fetches all events that exactly match the
-expressions. Pattern matching is not supported.
-
-To reference fields, use one of the following:
-
-* The field name used by the systemd journal. For example,
-`CONTAINER_TAG=redis` (<>).
-* The <> used by
-{beatname_uc}. For example, `container.image.tag=redis`
-(<>). {beatname_uc}
-does not translate all fields from the journal. For custom fields, use the name
-specified in the systemd journal.
-
-When specified under `paths`, the `include_matches` filter is applied to all
-journals under the configured paths. When specified directly under the
-+{beatname_lc}+ namespace, the setting applies to all journals read by
-{beatname_uc}.
-
-[float]
-[[translated-fields]]
-=== Translated field names
-
-You can use the following translated names in filter expressions to reference
-journald fields:
-
-[horizontal]
-*Journald field name*:: *Translated name*
-`COREDUMP_UNIT`:: `journald.coredump.unit`
-`COREDUMP_USER_UNIT`:: `journald.coredump.user_unit`
-`OBJECT_AUDIT_LOGINUID`:: `journald.object.audit.login_uid`
-`OBJECT_AUDIT_SESSION`:: `journald.object.audit.session`
-`OBJECT_CMDLINE`:: `journald.object.cmd`
-`OBJECT_COMM`:: `journald.object.name`
-`OBJECT_EXE`:: `journald.object.executable`
-`OBJECT_GID`:: `journald.object.gid`
-`OBJECT_PID`:: `journald.object.pid`
-`OBJECT_SYSTEMD_OWNER_UID`:: `journald.object.systemd.owner_uid`
-`OBJECT_SYSTEMD_SESSION`:: `journald.object.systemd.session`
-`OBJECT_SYSTEMD_UNIT`:: `journald.object.systemd.unit`
-`OBJECT_SYSTEMD_USER_UNIT`:: `journald.object.systemd.user_unit`
-`OBJECT_UID`:: `journald.object.uid`
-`_AUDIT_LOGINUID`:: `process.audit.login_uid`
-`_AUDIT_SESSION`:: `process.audit.session`
-`_BOOT_ID`:: `host.boot_id`
-`_CAP_EFFECTIVE`:: `process.capabilites`
-`_CMDLINE`:: `process.cmd`
-`_CODE_FILE`:: `journald.code.file`
-`_CODE_FUNC`:: `journald.code.func`
-`_CODE_LINE`:: `journald.code.line`
-`_COMM`:: `process.name`
-`_EXE`:: `process.executable`
-`_GID`:: `process.uid`
-`_HOSTNAME`:: `host.name`
-`_KERNEL_DEVICE`:: `journald.kernel.device`
-`_KERNEL_SUBSYSTEM`:: `journald.kernel.subsystem`
-`_MACHINE_ID`:: `host.id`
-`_MESSAGE`:: `message`
-`_PID`:: `process.pid`
-`_PRIORITY`:: `syslog.priority`
-`_SYSLOG_FACILITY`:: `syslog.facility`
-`_SYSLOG_IDENTIFIER`:: `syslog.identifier`
-`_SYSLOG_PID`:: `syslog.pid`
-`_SYSTEMD_CGROUP`:: `systemd.cgroup`
-`_SYSTEMD_INVOCATION_ID`:: `systemd.invocation_id`
-`_SYSTEMD_OWNER_UID`:: `systemd.owner_uid`
-`_SYSTEMD_SESSION`:: `systemd.session`
-`_SYSTEMD_SLICE`:: `systemd.slice`
-`_SYSTEMD_UNIT`:: `systemd.unit`
-`_SYSTEMD_USER_SLICE`:: `systemd.user_slice`
-`_SYSTEMD_USER_UNIT`:: `systemd.user_unit`
-`_TRANSPORT`:: `systemd.transport`
-`_UDEV_DEVLINK`:: `journald.kernel.device_symlinks`
-`_UDEV_DEVNODE`:: `journald.kernel.device_node_path`
-`_UDEV_SYSNAME`:: `journald.kernel.device_name`
-`_UID`:: `process.uid`
-
-
-The following translated fields for
-https://docs.docker.com/config/containers/logging/journald/[Docker] are also
-available:
-
-[horizontal]
-`CONTAINER_ID`:: `container.id_truncated`
-`CONTAINER_ID_FULL`:: `container.id`
-`CONTAINER_NAME`:: `container.name`
-`CONTAINER_PARTIAL_MESSAGE`:: `container.partial`
-`CONTAINER_TAG`:: `container.image.tag`
-
-[float]
-[id="index"]
-==== `index`
-
-If present, this formatted string overrides the index for events from this input
-(for elasticsearch outputs), or sets the `raw_index` field of the event's
-metadata (for other outputs). This string can only refer to the agent name and
-version and the event timestamp; for access to dynamic fields, use
-`output.elasticsearch.index` or a processor.
-
-Example value: `"%{[agent.name]}-myindex-%{+yyyy.MM.dd}"` might
-expand to `"journalbeat-myindex-2019.12.13"`.
diff --git a/journalbeat/docs/configuring-howto.asciidoc b/journalbeat/docs/configuring-howto.asciidoc
deleted file mode 100644
index 246880468e3..00000000000
--- a/journalbeat/docs/configuring-howto.asciidoc
+++ /dev/null
@@ -1,59 +0,0 @@
-[id="configuring-howto-{beatname_lc}"]
-= Configure {beatname_uc}
-
-[partintro]
---
-++++
-Configure
-++++
-
-include::{libbeat-dir}/shared/configuring-intro.asciidoc[]
-
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <<{beatname_lc}-reference-yml>>
-
---
-
-include::./config-options.asciidoc[]
-
-include::./general-options.asciidoc[]
-
-include::{libbeat-dir}/shared-path-config.asciidoc[]
-
-include::{libbeat-dir}/outputconfig.asciidoc[]
-
-ifndef::no_kerberos[]
-include::{libbeat-dir}/shared-kerberos-config.asciidoc[]
-endif::[]
-
-include::{libbeat-dir}/shared-ssl-config.asciidoc[]
-
-include::{libbeat-dir}/shared-ilm.asciidoc[]
-
-include::{libbeat-dir}/setup-config.asciidoc[]
-
-include::./filtering.asciidoc[]
-
-include::{libbeat-dir}/queueconfig.asciidoc[]
-
-include::{libbeat-dir}/loggingconfig.asciidoc[]
-
-include::{libbeat-dir}/http-endpoint.asciidoc[]
-
-include::{libbeat-dir}/regexp.asciidoc[]
-
-include::{libbeat-dir}/shared-instrumentation.asciidoc[]
-
-include::{libbeat-dir}/reference-yml.asciidoc[]
diff --git a/journalbeat/docs/faq.asciidoc b/journalbeat/docs/faq.asciidoc
deleted file mode 100644
index bbe89a61c72..00000000000
--- a/journalbeat/docs/faq.asciidoc
+++ /dev/null
@@ -1,10 +0,0 @@
-[[faq]]
-== Common problems
-
-This section describes common problems you might encounter with
-{beatname_uc}. Also check out the
-https://discuss.elastic.co/c/beats/{beatname_lc}[{beatname_uc} discussion forum].
-
-include::{libbeat-dir}/faq-limit-bandwidth.asciidoc[]
-
-include::{libbeat-dir}/shared-faq.asciidoc[]
diff --git a/journalbeat/docs/fields.asciidoc b/journalbeat/docs/fields.asciidoc
deleted file mode 100644
index f69b2225c1f..00000000000
--- a/journalbeat/docs/fields.asciidoc
+++ /dev/null
@@ -1,16301 +0,0 @@
-
-////
-This file is generated! See _meta/fields.yml and scripts/generate_fields_docs.py
-////
-
-[[exported-fields]]
-= Exported fields
-
-[partintro]
-
---
-This document describes the fields that are exported by Journalbeat. They are
-grouped in the following categories:
-
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-
---
-[[exported-fields-beat-common]]
-== Beat fields
-
-Contains common beat fields available in all event types.
-
-
-
-*`agent.hostname`*::
-+
---
-Deprecated - use agent.name or agent.id to identify an agent.
-
-
-type: alias
-
-alias to: agent.name
-
---
-
-*`beat.timezone`*::
-+
---
-type: alias
-
-alias to: event.timezone
-
---
-
-*`fields`*::
-+
---
-Contains user configurable fields.
-
-
-type: object
-
---
-
-*`beat.name`*::
-+
---
-type: alias
-
-alias to: host.name
-
---
-
-*`beat.hostname`*::
-+
---
-type: alias
-
-alias to: agent.name
-
---
-
-*`timeseries.instance`*::
-+
---
-Time series instance id
-
-type: keyword
-
---
-
-[[exported-fields-cloud]]
-== Cloud provider metadata fields
-
-Metadata from cloud providers added by the add_cloud_metadata processor.
-
-
-
-*`cloud.image.id`*::
-+
---
-Image ID for the cloud instance.
-
-
-example: ami-abcd1234
-
---
-
-*`meta.cloud.provider`*::
-+
---
-type: alias
-
-alias to: cloud.provider
-
---
-
-*`meta.cloud.instance_id`*::
-+
---
-type: alias
-
-alias to: cloud.instance.id
-
---
-
-*`meta.cloud.instance_name`*::
-+
---
-type: alias
-
-alias to: cloud.instance.name
-
---
-
-*`meta.cloud.machine_type`*::
-+
---
-type: alias
-
-alias to: cloud.machine.type
-
---
-
-*`meta.cloud.availability_zone`*::
-+
---
-type: alias
-
-alias to: cloud.availability_zone
-
---
-
-*`meta.cloud.project_id`*::
-+
---
-type: alias
-
-alias to: cloud.project.id
-
---
-
-*`meta.cloud.region`*::
-+
---
-type: alias
-
-alias to: cloud.region
-
---
-
-[[exported-fields-common]]
-== Common Journalbeat fields
-
-Contains common fields available in all event types.
-
-
-
-[float]
-=== coredump
-
-Fields used by systemd-coredump kernel helper.
-
-
-
-*`coredump.unit`*::
-+
---
-Annotations of messages containing coredumps from system units.
-
-
-type: keyword
-
---
-
-*`coredump.user_unit`*::
-+
---
-Annotations of messages containing coredumps from user units.
-
-
-type: keyword
-
---
-
-[float]
-=== journald
-
-Fields provided by journald.
-
-
-
-[float]
-=== object
-
-Fields to log on behalf of a different program.
-
-
-
-[float]
-=== audit
-
-Audit fields of event.
-
-
-
-*`journald.object.audit.login_uid`*::
-+
---
-The login UID of the object process.
-
-
-type: long
-
-example: 1000
-
-required: False
-
---
-
-*`journald.object.audit.session`*::
-+
---
-The audit session of the object process.
-
-
-type: long
-
-example: 3
-
-required: False
-
---
-
-*`journald.object.process.command_line`*::
-+
---
-The command line of the process.
-
-
-type: keyword
-
-example: /lib/systemd/systemd --user
-
-required: False
-
---
-
-*`journald.object.process.name`*::
-+
---
-Name of the executable.
-
-
-type: keyword
-
-example: /lib/systemd/systemd
-
-required: False
-
---
-
-*`journald.object.process.executable`*::
-+
---
-Path to the the executable.
-
-
-type: keyword
-
-example: /lib/systemd/systemd
-
-required: False
-
---
-
-*`journald.object.uid`*::
-+
---
-UID of the object process.
-
-
-type: long
-
-required: False
-
---
-
-*`journald.object.gid`*::
-+
---
-GID of the object process.
-
-
-type: long
-
-required: False
-
---
-
-*`journald.object.pid`*::
-+
---
-PID of the object process.
-
-
-type: long
-
-required: False
-
---
-
-[float]
-=== systemd
-
-Systemd fields of event.
-
-
-
-*`journald.object.systemd.owner_uid`*::
-+
---
-The UID of the owner.
-
-
-type: long
-
-required: False
-
---
-
-*`journald.object.systemd.session`*::
-+
---
-The ID of the systemd session.
-
-
-type: keyword
-
-required: False
-
---
-
-*`journald.object.systemd.unit`*::
-+
---
-The name of the systemd unit.
-
-
-type: keyword
-
-required: False
-
---
-
-*`journald.object.systemd.user_unit`*::
-+
---
-The name of the systemd user unit.
-
-
-type: keyword
-
-required: False
-
---
-
-[float]
-=== kernel
-
-Fields to log on behalf of a different program.
-
-
-
-*`journald.kernel.device`*::
-+
---
-The kernel device name.
-
-
-type: keyword
-
-required: False
-
---
-
-*`journald.kernel.subsystem`*::
-+
---
-The kernel subsystem name.
-
-
-type: keyword
-
-required: False
-
---
-
-*`journald.kernel.device_symlinks`*::
-+
---
-Additional symlink names pointing to the device node in /dev.
-
-
-type: keyword
-
-required: False
-
---
-
-*`journald.kernel.device_node_path`*::
-+
---
-The device node path of this device in /dev.
-
-
-type: keyword
-
-required: False
-
---
-
-*`journald.kernel.device_name`*::
-+
---
-The kernel device name as it shows up in the device tree below /sys.
-
-
-type: keyword
-
-required: False
-
---
-
-[float]
-=== code
-
-Fields of the code generating the event.
-
-
-
-*`journald.code.file`*::
-+
---
-The name of the source file where the log is generated.
-
-
-type: keyword
-
-example: ../src/core/manager.c
-
-required: False
-
---
-
-*`journald.code.function`*::
-+
---
-The name of the function which generated the log message.
-
-
-type: keyword
-
-example: job_log_status_message
-
-required: False
-
---
-
-*`journald.code.line`*::
-+
---
-The line number of the code which generated the log message.
-
-
-type: long
-
-example: 123
-
-required: False
-
---
-
-[float]
-=== process
-
-Fields to log on behalf of a different program.
-
-
-
-[float]
-=== audit
-
-Audit fields of event.
-
-
-
-*`journald.process.audit.loginuid`*::
-+
---
-The login UID of the source process.
-
-
-type: long
-
-example: 1000
-
-required: False
-
---
-
-*`journald.process.audit.session`*::
-+
---
-The audit session of the source process.
-
-
-type: long
-
-example: 3
-
-required: False
-
---
-
-*`journald.process.command_line`*::
-+
---
-The command line of the process.
-
-
-type: keyword
-
-example: /lib/systemd/systemd --user
-
-required: False
-
---
-
-*`journald.process.name`*::
-+
---
-Name of the executable.
-
-
-type: keyword
-
-example: /lib/systemd/systemd
-
-required: False
-
---
-
-*`journald.process.executable`*::
-+
---
-Path to the the executable.
-
-
-type: keyword
-
-example: /lib/systemd/systemd
-
-required: False
-
---
-
-*`journald.process.pid`*::
-+
---
-The ID of the process which logged the message.
-
-
-type: long
-
-example: 1
-
-required: False
-
---
-
-*`journald.process.gid`*::
-+
---
-The ID of the group which runs the process.
-
-
-type: long
-
-example: 1
-
-required: False
-
---
-
-*`journald.process.uid`*::
-+
---
-The ID of the user which runs the process.
-
-
-type: long
-
-example: 1
-
-required: False
-
---
-
-*`journald.process.capabilities`*::
-+
---
-The effective capabilities of the process.
-
-
-required: False
-
---
-
-[float]
-=== systemd
-
-Fields of systemd.
-
-
-
-*`systemd.invocation_id`*::
-+
---
-The invocation ID for the runtime cycle of the unit the message was generated in.
-
-
-type: keyword
-
-example: 8450f1672de646c88cd133aadd4f2d70
-
-required: False
-
---
-
-*`systemd.cgroup`*::
-+
---
-The control group path in the systemd hierarchy.
-
-
-type: keyword
-
-example: /user.slice/user-1234.slice/session-2.scope
-
-required: False
-
---
-
-*`systemd.owner_uid`*::
-+
---
-The owner UID of the systemd user unit or systemd session.
-
-
-type: long
-
-required: False
-
---
-
-*`systemd.session`*::
-+
---
-The ID of the systemd session.
-
-
-type: keyword
-
-required: False
-
---
-
-*`systemd.slice`*::
-+
---
-The systemd slice unit.
-
-
-type: keyword
-
-example: user-1234.slice
-
-required: False
-
---
-
-*`systemd.user_slice`*::
-+
---
-The systemd user slice unit.
-
-
-type: keyword
-
-required: False
-
---
-
-*`systemd.unit`*::
-+
---
-The name of the systemd unit.
-
-
-type: keyword
-
-example: nginx.service
-
-required: False
-
---
-
-*`systemd.user_unit`*::
-+
---
-The name of the systemd user unit.
-
-
-type: keyword
-
-example: user-1234.slice
-
-required: False
-
---
-
-*`systemd.transport`*::
-+
---
-How the log message was received by journald.
-
-
-type: keyword
-
-example: syslog
-
-required: True
-
---
-
-[float]
-=== host
-
-Fields of the host.
-
-
-
-*`host.boot_id`*::
-+
---
-The boot ID for the boot the log was generated in.
-
-
-type: keyword
-
-example: dd8c974asdf01dbe2ef26d7fasdf264c9
-
-required: False
-
---
-
-[float]
-=== syslog
-
-Fields of the code generating the event.
-
-
-
-*`syslog.priority`*::
-+
---
-The priority of the message. A syslog compatibility field.
-
-
-type: long
-
-example: 1
-
-required: False
-
---
-
-*`syslog.facility`*::
-+
---
-The facility of the message. A syslog compatibility field.
-
-
-type: long
-
-example: 1
-
-required: False
-
---
-
-*`syslog.identifier`*::
-+
---
-The identifier of the message. A syslog compatibility field.
-
-
-type: keyword
-
-example: su
-
-required: False
-
---
-
-*`custom`*::
-+
---
-Arbitrary fields coming from processes.
-
-
-type: nested
-
-required: False
-
---
-
-*`read_timestamp`*::
-+
---
-type: alias
-
-alias to: event.created
-
---
-
-
-
-*`container.log.tag`*::
-+
---
-User defined tag of a container.
-
-
-type: keyword
-
---
-
-[[exported-fields-docker-processor]]
-== Docker fields
-
-Docker stats collected from Docker.
-
-
-
-
-*`docker.container.id`*::
-+
---
-type: alias
-
-alias to: container.id
-
---
-
-*`docker.container.image`*::
-+
---
-type: alias
-
-alias to: container.image.name
-
---
-
-*`docker.container.name`*::
-+
---
-type: alias
-
-alias to: container.name
-
---
-
-*`docker.container.labels`*::
-+
---
-Image labels.
-
-
-type: object
-
---
-
-[[exported-fields-ecs]]
-== ECS fields
-
-
-This section defines Elastic Common Schema (ECS) fields—a common set of fields
-to be used when storing event data in {es}.
-
-This is an exhaustive list, and fields listed here are not necessarily used by {beatname_uc}.
-The goal of ECS is to enable and encourage users of {es} to normalize their event data,
-so that they can better analyze, visualize, and correlate the data represented in their events.
-
-See the {ecs-ref}[ECS reference] for more information.
-
-*`@timestamp`*::
-+
---
-Date/time when the event originated.
-This is the date/time extracted from the event, typically representing when the event was generated by the source.
-If the event source has no original timestamp, this value is typically populated by the first time the event was received by the pipeline.
-Required field for all events.
-
-type: date
-
-example: 2016-05-23T08:05:34.853Z
-
-required: True
-
---
-
-*`labels`*::
-+
---
-Custom key/value pairs.
-Can be used to add meta information to events. Should not contain nested objects. All values are stored as keyword.
-Example: `docker` and `k8s` labels.
-
-type: object
-
-example: {"application": "foo-bar", "env": "production"}
-
---
-
-*`message`*::
-+
---
-For 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.
-
-type: match_only_text
-
-example: Hello World
-
---
-
-*`tags`*::
-+
---
-List of keywords used to tag each event.
-
-type: keyword
-
-example: ["production", "env2"]
-
---
-
-[float]
-=== agent
-
-The agent fields contain the data about the software entity, if any, that collects, detects, or observes events on a host, or takes measurements on a host.
-Examples include Beats. Agents may also run on observers. ECS agent.* fields shall be populated with details of the agent running on the host or observer where the event happened or the measurement was taken.
-
-
-*`agent.build.original`*::
-+
---
-Extended build information for the agent.
-This field is intended to contain any build information that a data source may provide, no specific formatting is required.
-
-type: keyword
-
-example: metricbeat version 7.6.0 (amd64), libbeat 7.6.0 [6a23e8f8f30f5001ba344e4e54d8d9cb82cb107c built 2020-02-05 23:10:10 +0000 UTC]
-
---
-
-*`agent.ephemeral_id`*::
-+
---
-Ephemeral identifier of this agent (if one exists).
-This id normally changes across restarts, but `agent.id` does not.
-
-type: keyword
-
-example: 8a4f500f
-
---
-
-*`agent.id`*::
-+
---
-Unique identifier of this agent (if one exists).
-Example: For Beats this would be beat.id.
-
-type: keyword
-
-example: 8a4f500d
-
---
-
-*`agent.name`*::
-+
---
-Custom name of the agent.
-This is a name that can be given to an agent. This can be helpful if for example two Filebeat instances are running on the same host but a human readable separation is needed on which Filebeat instance data is coming from.
-If no name is given, the name is often left empty.
-
-type: keyword
-
-example: foo
-
---
-
-*`agent.type`*::
-+
---
-Type of the agent.
-The agent type always stays the same and should be given by the agent used. In case of Filebeat the agent would always be Filebeat also if two Filebeat instances are run on the same machine.
-
-type: keyword
-
-example: filebeat
-
---
-
-*`agent.version`*::
-+
---
-Version of the agent.
-
-type: keyword
-
-example: 6.0.0-rc2
-
---
-
-[float]
-=== as
-
-An autonomous system (AS) is a collection of connected Internet Protocol (IP) routing prefixes under the control of one or more network operators on behalf of a single administrative entity or domain that presents a common, clearly defined routing policy to the internet.
-
-
-*`as.number`*::
-+
---
-Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet.
-
-type: long
-
-example: 15169
-
---
-
-*`as.organization.name`*::
-+
---
-Organization name.
-
-type: keyword
-
-example: Google LLC
-
---
-
-*`as.organization.name.text`*::
-+
---
-type: match_only_text
-
---
-
-[float]
-=== client
-
-A client is defined as the initiator of a network connection for events regarding sessions, connections, or bidirectional flow records.
-For TCP events, the client is the initiator of the TCP connection that sends the SYN packet(s). For other protocols, the client is generally the initiator or requestor in the network transaction. Some systems use the term "originator" to refer the client in TCP connections. The client fields describe details about the system acting as the client in the network event. Client fields are usually populated in conjunction with server fields. Client fields are generally not populated for packet-level events.
-Client / server representations can add semantic context to an exchange, which is helpful to visualize the data in certain situations. If your context falls in that category, you should still ensure that source and destination are filled appropriately.
-
-
-*`client.address`*::
-+
---
-Some event client addresses are defined ambiguously. The event will sometimes list an IP, a domain or a unix socket. You should always store the raw address in the `.address` field.
-Then it should be duplicated to `.ip` or `.domain`, depending on which one it is.
-
-type: keyword
-
---
-
-*`client.as.number`*::
-+
---
-Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet.
-
-type: long
-
-example: 15169
-
---
-
-*`client.as.organization.name`*::
-+
---
-Organization name.
-
-type: keyword
-
-example: Google LLC
-
---
-
-*`client.as.organization.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`client.bytes`*::
-+
---
-Bytes sent from the client to the server.
-
-type: long
-
-example: 184
-
-format: bytes
-
---
-
-*`client.domain`*::
-+
---
-Client domain.
-
-type: keyword
-
---
-
-*`client.geo.city_name`*::
-+
---
-City name.
-
-type: keyword
-
-example: Montreal
-
---
-
-*`client.geo.continent_code`*::
-+
---
-Two-letter code representing continent's name.
-
-type: keyword
-
-example: NA
-
---
-
-*`client.geo.continent_name`*::
-+
---
-Name of the continent.
-
-type: keyword
-
-example: North America
-
---
-
-*`client.geo.country_iso_code`*::
-+
---
-Country ISO code.
-
-type: keyword
-
-example: CA
-
---
-
-*`client.geo.country_name`*::
-+
---
-Country name.
-
-type: keyword
-
-example: Canada
-
---
-
-*`client.geo.location`*::
-+
---
-Longitude and latitude.
-
-type: geo_point
-
-example: { "lon": -73.614830, "lat": 45.505918 }
-
---
-
-*`client.geo.name`*::
-+
---
-User-defined description of a location, at the level of granularity they care about.
-Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
-Not typically used in automated geolocation.
-
-type: keyword
-
-example: boston-dc
-
---
-
-*`client.geo.postal_code`*::
-+
---
-Postal code associated with the location.
-Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
-
-type: keyword
-
-example: 94040
-
---
-
-*`client.geo.region_iso_code`*::
-+
---
-Region ISO code.
-
-type: keyword
-
-example: CA-QC
-
---
-
-*`client.geo.region_name`*::
-+
---
-Region name.
-
-type: keyword
-
-example: Quebec
-
---
-
-*`client.geo.timezone`*::
-+
---
-The time zone of the location, such as IANA time zone name.
-
-type: keyword
-
-example: America/Argentina/Buenos_Aires
-
---
-
-*`client.ip`*::
-+
---
-IP address of the client (IPv4 or IPv6).
-
-type: ip
-
---
-
-*`client.mac`*::
-+
---
-MAC address of the client.
-The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen.
-
-type: keyword
-
-example: 00-00-5E-00-53-23
-
---
-
-*`client.nat.ip`*::
-+
---
-Translated IP of source based NAT sessions (e.g. internal client to internet).
-Typically connections traversing load balancers, firewalls, or routers.
-
-type: ip
-
---
-
-*`client.nat.port`*::
-+
---
-Translated port of source based NAT sessions (e.g. internal client to internet).
-Typically connections traversing load balancers, firewalls, or routers.
-
-type: long
-
-format: string
-
---
-
-*`client.packets`*::
-+
---
-Packets sent from the client to the server.
-
-type: long
-
-example: 12
-
---
-
-*`client.port`*::
-+
---
-Port of the client.
-
-type: long
-
-format: string
-
---
-
-*`client.registered_domain`*::
-+
---
-The highest registered client 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
-
-type: keyword
-
-example: example.com
-
---
-
-*`client.subdomain`*::
-+
---
-The subdomain portion of a fully qualified domain name includes all of the names except the host name under the registered_domain. In a partially qualified domain, or if the the qualification level of the full name cannot be determined, subdomain contains all of the names below the registered domain.
-For example the subdomain portion of "www.east.mydomain.co.uk" is "east". 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.
-
-type: keyword
-
-example: east
-
---
-
-*`client.top_level_domain`*::
-+
---
-The 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last label will not work well for effective TLDs such as "co.uk".
-
-type: keyword
-
-example: co.uk
-
---
-
-*`client.user.domain`*::
-+
---
-Name of the directory the user is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`client.user.email`*::
-+
---
-User email address.
-
-type: keyword
-
---
-
-*`client.user.full_name`*::
-+
---
-User's full name, if available.
-
-type: keyword
-
-example: Albert Einstein
-
---
-
-*`client.user.full_name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`client.user.group.domain`*::
-+
---
-Name of the directory the group is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`client.user.group.id`*::
-+
---
-Unique identifier for the group on the system/platform.
-
-type: keyword
-
---
-
-*`client.user.group.name`*::
-+
---
-Name of the group.
-
-type: keyword
-
---
-
-*`client.user.hash`*::
-+
---
-Unique user hash to correlate information for a user in anonymized form.
-Useful if `user.id` or `user.name` contain confidential information and cannot be used.
-
-type: keyword
-
---
-
-*`client.user.id`*::
-+
---
-Unique identifier of the user.
-
-type: keyword
-
-example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
---
-
-*`client.user.name`*::
-+
---
-Short name or login of the user.
-
-type: keyword
-
-example: a.einstein
-
---
-
-*`client.user.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`client.user.roles`*::
-+
---
-Array of user roles at the time of the event.
-
-type: keyword
-
-example: ["kibana_admin", "reporting_user"]
-
---
-
-[float]
-=== cloud
-
-Fields related to the cloud or infrastructure the events are coming from.
-
-
-*`cloud.account.id`*::
-+
---
-The 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.
-
-type: keyword
-
-example: 666777888999
-
---
-
-*`cloud.account.name`*::
-+
---
-The cloud account name or alias used to identify different entities in a multi-tenant environment.
-Examples: AWS account name, Google Cloud ORG display name.
-
-type: keyword
-
-example: elastic-dev
-
---
-
-*`cloud.availability_zone`*::
-+
---
-Availability zone in which this host, resource, or service is located.
-
-type: keyword
-
-example: us-east-1c
-
---
-
-*`cloud.instance.id`*::
-+
---
-Instance ID of the host machine.
-
-type: keyword
-
-example: i-1234567890abcdef0
-
---
-
-*`cloud.instance.name`*::
-+
---
-Instance name of the host machine.
-
-type: keyword
-
---
-
-*`cloud.machine.type`*::
-+
---
-Machine type of the host machine.
-
-type: keyword
-
-example: t2.medium
-
---
-
-*`cloud.origin.account.id`*::
-+
---
-The 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.
-
-type: keyword
-
-example: 666777888999
-
---
-
-*`cloud.origin.account.name`*::
-+
---
-The cloud account name or alias used to identify different entities in a multi-tenant environment.
-Examples: AWS account name, Google Cloud ORG display name.
-
-type: keyword
-
-example: elastic-dev
-
---
-
-*`cloud.origin.availability_zone`*::
-+
---
-Availability zone in which this host, resource, or service is located.
-
-type: keyword
-
-example: us-east-1c
-
---
-
-*`cloud.origin.instance.id`*::
-+
---
-Instance ID of the host machine.
-
-type: keyword
-
-example: i-1234567890abcdef0
-
---
-
-*`cloud.origin.instance.name`*::
-+
---
-Instance name of the host machine.
-
-type: keyword
-
---
-
-*`cloud.origin.machine.type`*::
-+
---
-Machine type of the host machine.
-
-type: keyword
-
-example: t2.medium
-
---
-
-*`cloud.origin.project.id`*::
-+
---
-The cloud project identifier.
-Examples: Google Cloud Project id, Azure Project id.
-
-type: keyword
-
-example: my-project
-
---
-
-*`cloud.origin.project.name`*::
-+
---
-The cloud project name.
-Examples: Google Cloud Project name, Azure Project name.
-
-type: keyword
-
-example: my project
-
---
-
-*`cloud.origin.provider`*::
-+
---
-Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
-
-type: keyword
-
-example: aws
-
---
-
-*`cloud.origin.region`*::
-+
---
-Region in which this host, resource, or service is located.
-
-type: keyword
-
-example: us-east-1
-
---
-
-*`cloud.origin.service.name`*::
-+
---
-The cloud service name is intended to distinguish services running on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs App Engine, Azure VM vs App Server.
-Examples: app engine, app service, cloud run, fargate, lambda.
-
-type: keyword
-
-example: lambda
-
---
-
-*`cloud.project.id`*::
-+
---
-The cloud project identifier.
-Examples: Google Cloud Project id, Azure Project id.
-
-type: keyword
-
-example: my-project
-
---
-
-*`cloud.project.name`*::
-+
---
-The cloud project name.
-Examples: Google Cloud Project name, Azure Project name.
-
-type: keyword
-
-example: my project
-
---
-
-*`cloud.provider`*::
-+
---
-Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
-
-type: keyword
-
-example: aws
-
---
-
-*`cloud.region`*::
-+
---
-Region in which this host, resource, or service is located.
-
-type: keyword
-
-example: us-east-1
-
---
-
-*`cloud.service.name`*::
-+
---
-The cloud service name is intended to distinguish services running on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs App Engine, Azure VM vs App Server.
-Examples: app engine, app service, cloud run, fargate, lambda.
-
-type: keyword
-
-example: lambda
-
---
-
-*`cloud.target.account.id`*::
-+
---
-The 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.
-
-type: keyword
-
-example: 666777888999
-
---
-
-*`cloud.target.account.name`*::
-+
---
-The cloud account name or alias used to identify different entities in a multi-tenant environment.
-Examples: AWS account name, Google Cloud ORG display name.
-
-type: keyword
-
-example: elastic-dev
-
---
-
-*`cloud.target.availability_zone`*::
-+
---
-Availability zone in which this host, resource, or service is located.
-
-type: keyword
-
-example: us-east-1c
-
---
-
-*`cloud.target.instance.id`*::
-+
---
-Instance ID of the host machine.
-
-type: keyword
-
-example: i-1234567890abcdef0
-
---
-
-*`cloud.target.instance.name`*::
-+
---
-Instance name of the host machine.
-
-type: keyword
-
---
-
-*`cloud.target.machine.type`*::
-+
---
-Machine type of the host machine.
-
-type: keyword
-
-example: t2.medium
-
---
-
-*`cloud.target.project.id`*::
-+
---
-The cloud project identifier.
-Examples: Google Cloud Project id, Azure Project id.
-
-type: keyword
-
-example: my-project
-
---
-
-*`cloud.target.project.name`*::
-+
---
-The cloud project name.
-Examples: Google Cloud Project name, Azure Project name.
-
-type: keyword
-
-example: my project
-
---
-
-*`cloud.target.provider`*::
-+
---
-Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
-
-type: keyword
-
-example: aws
-
---
-
-*`cloud.target.region`*::
-+
---
-Region in which this host, resource, or service is located.
-
-type: keyword
-
-example: us-east-1
-
---
-
-*`cloud.target.service.name`*::
-+
---
-The cloud service name is intended to distinguish services running on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs App Engine, Azure VM vs App Server.
-Examples: app engine, app service, cloud run, fargate, lambda.
-
-type: keyword
-
-example: lambda
-
---
-
-[float]
-=== code_signature
-
-These fields contain information about binary code signatures.
-
-
-*`code_signature.digest_algorithm`*::
-+
---
-The hashing algorithm used to sign the process.
-This value can distinguish signatures when a file is signed multiple times by the same signer but with a different digest algorithm.
-
-type: keyword
-
-example: sha256
-
---
-
-*`code_signature.exists`*::
-+
---
-Boolean to capture if a signature is present.
-
-type: boolean
-
-example: true
-
---
-
-*`code_signature.signing_id`*::
-+
---
-The identifier used to sign the process.
-This is used to identify the application manufactured by a software vendor. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: com.apple.xpc.proxy
-
---
-
-*`code_signature.status`*::
-+
---
-Additional 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.
-
-type: keyword
-
-example: ERROR_UNTRUSTED_ROOT
-
---
-
-*`code_signature.subject_name`*::
-+
---
-Subject name of the code signer
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`code_signature.team_id`*::
-+
---
-The team identifier used to sign the process.
-This is used to identify the team or vendor of a software product. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: EQHXZ8M8AV
-
---
-
-*`code_signature.timestamp`*::
-+
---
-Date and time when the code signature was generated and signed.
-
-type: date
-
-example: 2021-01-01T12:10:30Z
-
---
-
-*`code_signature.trusted`*::
-+
---
-Stores 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.
-
-type: boolean
-
-example: true
-
---
-
-*`code_signature.valid`*::
-+
---
-Boolean to capture if the digital signature is verified against the binary content.
-Leave unpopulated if a certificate was unchecked.
-
-type: boolean
-
-example: true
-
---
-
-[float]
-=== container
-
-Container fields are used for meta information about the specific container that is the source of information.
-These fields help correlate data based containers from any runtime.
-
-
-*`container.id`*::
-+
---
-Unique container id.
-
-type: keyword
-
---
-
-*`container.image.name`*::
-+
---
-Name of the image the container was built on.
-
-type: keyword
-
---
-
-*`container.image.tag`*::
-+
---
-Container image tags.
-
-type: keyword
-
---
-
-*`container.labels`*::
-+
---
-Image labels.
-
-type: object
-
---
-
-*`container.name`*::
-+
---
-Container name.
-
-type: keyword
-
---
-
-*`container.runtime`*::
-+
---
-Runtime managing this container.
-
-type: keyword
-
-example: docker
-
---
-
-[float]
-=== data_stream
-
-The data_stream fields take part in defining the new data stream naming scheme.
-In the new data stream naming scheme the value of the data stream fields combine to the name of the actual data stream in the following manner: `{data_stream.type}-{data_stream.dataset}-{data_stream.namespace}`. This means the fields can only contain characters that are valid as part of names of data streams. More details about this can be found in this https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme[blog post].
-An Elasticsearch data stream consists of one or more backing indices, and a data stream name forms part of the backing indices names. Due to this convention, data streams must also follow index naming restrictions. For example, data stream names cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), `,`, or `#`. Please see the Elasticsearch reference for additional https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params[restrictions].
-
-
-*`data_stream.dataset`*::
-+
---
-The field can contain anything that makes sense to signify the source of the data.
-Examples include `nginx.access`, `prometheus`, `endpoint` etc. For data streams that otherwise fit, but that do not have dataset set we use the value "generic" for the dataset value. `event.dataset` should have the same value as `data_stream.dataset`.
-Beyond the Elasticsearch data stream naming criteria noted above, the `dataset` value has additional restrictions:
- * Must not contain `-`
- * No longer than 100 characters
-
-type: constant_keyword
-
-example: nginx.access
-
---
-
-*`data_stream.namespace`*::
-+
---
-A user defined namespace. Namespaces are useful to allow grouping of data.
-Many users already organize their indices this way, and the data stream naming scheme now provides this best practice as a default. Many users will populate this field with `default`. If no value is used, it falls back to `default`.
-Beyond the Elasticsearch index naming criteria noted above, `namespace` value has the additional restrictions:
- * Must not contain `-`
- * No longer than 100 characters
-
-type: constant_keyword
-
-example: production
-
---
-
-*`data_stream.type`*::
-+
---
-An overarching type for the data stream.
-Currently allowed values are "logs" and "metrics". We expect to also add "traces" and "synthetics" in the near future.
-
-type: constant_keyword
-
-example: logs
-
---
-
-[float]
-=== destination
-
-Destination fields capture details about the receiver of a network exchange/packet. These fields are populated from a network event, packet, or other event containing details of a network transaction.
-Destination fields are usually populated in conjunction with source fields. The source and destination fields are considered the baseline and should always be filled if an event contains source and destination details from a network transaction. If the event also contains identification of the client and server roles, then the client and server fields should also be populated.
-
-
-*`destination.address`*::
-+
---
-Some event destination addresses are defined ambiguously. The event will sometimes list an IP, a domain or a unix socket. You should always store the raw address in the `.address` field.
-Then it should be duplicated to `.ip` or `.domain`, depending on which one it is.
-
-type: keyword
-
---
-
-*`destination.as.number`*::
-+
---
-Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet.
-
-type: long
-
-example: 15169
-
---
-
-*`destination.as.organization.name`*::
-+
---
-Organization name.
-
-type: keyword
-
-example: Google LLC
-
---
-
-*`destination.as.organization.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`destination.bytes`*::
-+
---
-Bytes sent from the destination to the source.
-
-type: long
-
-example: 184
-
-format: bytes
-
---
-
-*`destination.domain`*::
-+
---
-Destination domain.
-
-type: keyword
-
---
-
-*`destination.geo.city_name`*::
-+
---
-City name.
-
-type: keyword
-
-example: Montreal
-
---
-
-*`destination.geo.continent_code`*::
-+
---
-Two-letter code representing continent's name.
-
-type: keyword
-
-example: NA
-
---
-
-*`destination.geo.continent_name`*::
-+
---
-Name of the continent.
-
-type: keyword
-
-example: North America
-
---
-
-*`destination.geo.country_iso_code`*::
-+
---
-Country ISO code.
-
-type: keyword
-
-example: CA
-
---
-
-*`destination.geo.country_name`*::
-+
---
-Country name.
-
-type: keyword
-
-example: Canada
-
---
-
-*`destination.geo.location`*::
-+
---
-Longitude and latitude.
-
-type: geo_point
-
-example: { "lon": -73.614830, "lat": 45.505918 }
-
---
-
-*`destination.geo.name`*::
-+
---
-User-defined description of a location, at the level of granularity they care about.
-Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
-Not typically used in automated geolocation.
-
-type: keyword
-
-example: boston-dc
-
---
-
-*`destination.geo.postal_code`*::
-+
---
-Postal code associated with the location.
-Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
-
-type: keyword
-
-example: 94040
-
---
-
-*`destination.geo.region_iso_code`*::
-+
---
-Region ISO code.
-
-type: keyword
-
-example: CA-QC
-
---
-
-*`destination.geo.region_name`*::
-+
---
-Region name.
-
-type: keyword
-
-example: Quebec
-
---
-
-*`destination.geo.timezone`*::
-+
---
-The time zone of the location, such as IANA time zone name.
-
-type: keyword
-
-example: America/Argentina/Buenos_Aires
-
---
-
-*`destination.ip`*::
-+
---
-IP address of the destination (IPv4 or IPv6).
-
-type: ip
-
---
-
-*`destination.mac`*::
-+
---
-MAC address of the destination.
-The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen.
-
-type: keyword
-
-example: 00-00-5E-00-53-23
-
---
-
-*`destination.nat.ip`*::
-+
---
-Translated ip of destination based NAT sessions (e.g. internet to private DMZ)
-Typically used with load balancers, firewalls, or routers.
-
-type: ip
-
---
-
-*`destination.nat.port`*::
-+
---
-Port the source session is translated to by NAT Device.
-Typically used with load balancers, firewalls, or routers.
-
-type: long
-
-format: string
-
---
-
-*`destination.packets`*::
-+
---
-Packets sent from the destination to the source.
-
-type: long
-
-example: 12
-
---
-
-*`destination.port`*::
-+
---
-Port of the destination.
-
-type: long
-
-format: string
-
---
-
-*`destination.registered_domain`*::
-+
---
-The highest registered destination 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
-
-type: keyword
-
-example: example.com
-
---
-
-*`destination.subdomain`*::
-+
---
-The subdomain portion of a fully qualified domain name includes all of the names except the host name under the registered_domain. In a partially qualified domain, or if the the qualification level of the full name cannot be determined, subdomain contains all of the names below the registered domain.
-For example the subdomain portion of "www.east.mydomain.co.uk" is "east". 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.
-
-type: keyword
-
-example: east
-
---
-
-*`destination.top_level_domain`*::
-+
---
-The 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last label will not work well for effective TLDs such as "co.uk".
-
-type: keyword
-
-example: co.uk
-
---
-
-*`destination.user.domain`*::
-+
---
-Name of the directory the user is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`destination.user.email`*::
-+
---
-User email address.
-
-type: keyword
-
---
-
-*`destination.user.full_name`*::
-+
---
-User's full name, if available.
-
-type: keyword
-
-example: Albert Einstein
-
---
-
-*`destination.user.full_name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`destination.user.group.domain`*::
-+
---
-Name of the directory the group is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`destination.user.group.id`*::
-+
---
-Unique identifier for the group on the system/platform.
-
-type: keyword
-
---
-
-*`destination.user.group.name`*::
-+
---
-Name of the group.
-
-type: keyword
-
---
-
-*`destination.user.hash`*::
-+
---
-Unique user hash to correlate information for a user in anonymized form.
-Useful if `user.id` or `user.name` contain confidential information and cannot be used.
-
-type: keyword
-
---
-
-*`destination.user.id`*::
-+
---
-Unique identifier of the user.
-
-type: keyword
-
-example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
---
-
-*`destination.user.name`*::
-+
---
-Short name or login of the user.
-
-type: keyword
-
-example: a.einstein
-
---
-
-*`destination.user.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`destination.user.roles`*::
-+
---
-Array of user roles at the time of the event.
-
-type: keyword
-
-example: ["kibana_admin", "reporting_user"]
-
---
-
-[float]
-=== dll
-
-These fields contain information about code libraries dynamically loaded into processes.
-
-Many operating systems refer to "shared code libraries" with different names, but this field set refers to all of the following:
-* Dynamic-link library (`.dll`) commonly used on Windows
-* Shared Object (`.so`) commonly used on Unix-like operating systems
-* Dynamic library (`.dylib`) commonly used on macOS
-
-
-*`dll.code_signature.digest_algorithm`*::
-+
---
-The hashing algorithm used to sign the process.
-This value can distinguish signatures when a file is signed multiple times by the same signer but with a different digest algorithm.
-
-type: keyword
-
-example: sha256
-
---
-
-*`dll.code_signature.exists`*::
-+
---
-Boolean to capture if a signature is present.
-
-type: boolean
-
-example: true
-
---
-
-*`dll.code_signature.signing_id`*::
-+
---
-The identifier used to sign the process.
-This is used to identify the application manufactured by a software vendor. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: com.apple.xpc.proxy
-
---
-
-*`dll.code_signature.status`*::
-+
---
-Additional 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.
-
-type: keyword
-
-example: ERROR_UNTRUSTED_ROOT
-
---
-
-*`dll.code_signature.subject_name`*::
-+
---
-Subject name of the code signer
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`dll.code_signature.team_id`*::
-+
---
-The team identifier used to sign the process.
-This is used to identify the team or vendor of a software product. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: EQHXZ8M8AV
-
---
-
-*`dll.code_signature.timestamp`*::
-+
---
-Date and time when the code signature was generated and signed.
-
-type: date
-
-example: 2021-01-01T12:10:30Z
-
---
-
-*`dll.code_signature.trusted`*::
-+
---
-Stores 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.
-
-type: boolean
-
-example: true
-
---
-
-*`dll.code_signature.valid`*::
-+
---
-Boolean to capture if the digital signature is verified against the binary content.
-Leave unpopulated if a certificate was unchecked.
-
-type: boolean
-
-example: true
-
---
-
-*`dll.hash.md5`*::
-+
---
-MD5 hash.
-
-type: keyword
-
---
-
-*`dll.hash.sha1`*::
-+
---
-SHA1 hash.
-
-type: keyword
-
---
-
-*`dll.hash.sha256`*::
-+
---
-SHA256 hash.
-
-type: keyword
-
---
-
-*`dll.hash.sha512`*::
-+
---
-SHA512 hash.
-
-type: keyword
-
---
-
-*`dll.hash.ssdeep`*::
-+
---
-SSDEEP hash.
-
-type: keyword
-
---
-
-*`dll.name`*::
-+
---
-Name of the library.
-This generally maps to the name of the file on disk.
-
-type: keyword
-
-example: kernel32.dll
-
---
-
-*`dll.path`*::
-+
---
-Full file path of the library.
-
-type: keyword
-
-example: C:\Windows\System32\kernel32.dll
-
---
-
-*`dll.pe.architecture`*::
-+
---
-CPU architecture target for the file.
-
-type: keyword
-
-example: x64
-
---
-
-*`dll.pe.company`*::
-+
---
-Internal company name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`dll.pe.description`*::
-+
---
-Internal description of the file, provided at compile-time.
-
-type: keyword
-
-example: Paint
-
---
-
-*`dll.pe.file_version`*::
-+
---
-Internal version of the file, provided at compile-time.
-
-type: keyword
-
-example: 6.3.9600.17415
-
---
-
-*`dll.pe.imphash`*::
-+
---
-A 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 at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.
-
-type: keyword
-
-example: 0c6803c4e922103c4dca5963aad36ddf
-
---
-
-*`dll.pe.original_file_name`*::
-+
---
-Internal name of the file, provided at compile-time.
-
-type: keyword
-
-example: MSPAINT.EXE
-
---
-
-*`dll.pe.product`*::
-+
---
-Internal product name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft® Windows® Operating System
-
---
-
-[float]
-=== dns
-
-Fields describing DNS queries and answers.
-DNS events should either represent a single DNS query prior to getting answers (`dns.type:query`) or they should represent a full exchange and contain the query details as well as all of the answers that were provided for this query (`dns.type:answer`).
-
-
-*`dns.answers`*::
-+
---
-An 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 the `data` 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.
-
-type: object
-
---
-
-*`dns.answers.class`*::
-+
---
-The class of DNS data contained in this resource record.
-
-type: keyword
-
-example: IN
-
---
-
-*`dns.answers.data`*::
-+
---
-The data describing the resource.
-The meaning of this data depends on the type and class of the resource record.
-
-type: keyword
-
-example: 10.10.10.10
-
---
-
-*`dns.answers.name`*::
-+
---
-The domain name to which this resource record pertains.
-If a chain of CNAME is being resolved, each answer's `name` should be the one that corresponds with the answer's `data`. It should not simply be the original `question.name` repeated.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`dns.answers.ttl`*::
-+
---
-The 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.
-
-type: long
-
-example: 180
-
---
-
-*`dns.answers.type`*::
-+
---
-The type of data contained in this resource record.
-
-type: keyword
-
-example: CNAME
-
---
-
-*`dns.header_flags`*::
-+
---
-Array of 2 letter DNS header flags.
-Expected values are: AA, TC, RD, RA, AD, CD, DO.
-
-type: keyword
-
-example: ["RD", "RA"]
-
---
-
-*`dns.id`*::
-+
---
-The DNS packet identifier assigned by the program that generated the query. The identifier is copied to the response.
-
-type: keyword
-
-example: 62111
-
---
-
-*`dns.op_code`*::
-+
---
-The 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.
-
-type: keyword
-
-example: QUERY
-
---
-
-*`dns.question.class`*::
-+
---
-The class of records being queried.
-
-type: keyword
-
-example: IN
-
---
-
-*`dns.question.name`*::
-+
---
-The 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.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`dns.question.registered_domain`*::
-+
---
-The 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
-
-type: keyword
-
-example: example.com
-
---
-
-*`dns.question.subdomain`*::
-+
---
-The 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.
-
-type: keyword
-
-example: www
-
---
-
-*`dns.question.top_level_domain`*::
-+
---
-The 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last label will not work well for effective TLDs such as "co.uk".
-
-type: keyword
-
-example: co.uk
-
---
-
-*`dns.question.type`*::
-+
---
-The type of record being queried.
-
-type: keyword
-
-example: AAAA
-
---
-
-*`dns.resolved_ip`*::
-+
---
-Array containing all IPs seen in `answers.data`.
-The `answers` array can be difficult to use, because of the variety of data formats it can contain. Extracting all IP addresses seen in there to `dns.resolved_ip` makes it possible to index them as IP addresses, and makes them easier to visualize and query for.
-
-type: ip
-
-example: ["10.10.10.10", "10.10.10.11"]
-
---
-
-*`dns.response_code`*::
-+
---
-The DNS response code.
-
-type: keyword
-
-example: NOERROR
-
---
-
-*`dns.type`*::
-+
---
-The 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 type `dns.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.
-
-type: keyword
-
-example: answer
-
---
-
-[float]
-=== ecs
-
-Meta-information specific to ECS.
-
-
-*`ecs.version`*::
-+
---
-ECS 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.
-
-type: keyword
-
-example: 1.0.0
-
-required: True
-
---
-
-[float]
-=== elf
-
-These fields contain Linux Executable Linkable Format (ELF) metadata.
-
-
-*`elf.architecture`*::
-+
---
-Machine architecture of the ELF file.
-
-type: keyword
-
-example: x86-64
-
---
-
-*`elf.byte_order`*::
-+
---
-Byte sequence of ELF file.
-
-type: keyword
-
-example: Little Endian
-
---
-
-*`elf.cpu_type`*::
-+
---
-CPU type of the ELF file.
-
-type: keyword
-
-example: Intel
-
---
-
-*`elf.creation_date`*::
-+
---
-Extracted when possible from the file's metadata. Indicates when it was built or compiled. It can also be faked by malware creators.
-
-type: date
-
---
-
-*`elf.exports`*::
-+
---
-List of exported element names and types.
-
-type: flattened
-
---
-
-*`elf.header.abi_version`*::
-+
---
-Version of the ELF Application Binary Interface (ABI).
-
-type: keyword
-
---
-
-*`elf.header.class`*::
-+
---
-Header class of the ELF file.
-
-type: keyword
-
---
-
-*`elf.header.data`*::
-+
---
-Data table of the ELF header.
-
-type: keyword
-
---
-
-*`elf.header.entrypoint`*::
-+
---
-Header entrypoint of the ELF file.
-
-type: long
-
-format: string
-
---
-
-*`elf.header.object_version`*::
-+
---
-"0x1" for original ELF files.
-
-type: keyword
-
---
-
-*`elf.header.os_abi`*::
-+
---
-Application Binary Interface (ABI) of the Linux OS.
-
-type: keyword
-
---
-
-*`elf.header.type`*::
-+
---
-Header type of the ELF file.
-
-type: keyword
-
---
-
-*`elf.header.version`*::
-+
---
-Version of the ELF header.
-
-type: keyword
-
---
-
-*`elf.imports`*::
-+
---
-List of imported element names and types.
-
-type: flattened
-
---
-
-*`elf.sections`*::
-+
---
-An array containing an object for each section of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.sections.*`.
-
-type: nested
-
---
-
-*`elf.sections.chi2`*::
-+
---
-Chi-square probability distribution of the section.
-
-type: long
-
-format: number
-
---
-
-*`elf.sections.entropy`*::
-+
---
-Shannon entropy calculation from the section.
-
-type: long
-
-format: number
-
---
-
-*`elf.sections.flags`*::
-+
---
-ELF Section List flags.
-
-type: keyword
-
---
-
-*`elf.sections.name`*::
-+
---
-ELF Section List name.
-
-type: keyword
-
---
-
-*`elf.sections.physical_offset`*::
-+
---
-ELF Section List offset.
-
-type: keyword
-
---
-
-*`elf.sections.physical_size`*::
-+
---
-ELF Section List physical size.
-
-type: long
-
-format: bytes
-
---
-
-*`elf.sections.type`*::
-+
---
-ELF Section List type.
-
-type: keyword
-
---
-
-*`elf.sections.virtual_address`*::
-+
---
-ELF Section List virtual address.
-
-type: long
-
-format: string
-
---
-
-*`elf.sections.virtual_size`*::
-+
---
-ELF Section List virtual size.
-
-type: long
-
-format: string
-
---
-
-*`elf.segments`*::
-+
---
-An array containing an object for each segment of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.segments.*`.
-
-type: nested
-
---
-
-*`elf.segments.sections`*::
-+
---
-ELF object segment sections.
-
-type: keyword
-
---
-
-*`elf.segments.type`*::
-+
---
-ELF object segment type.
-
-type: keyword
-
---
-
-*`elf.shared_libraries`*::
-+
---
-List of shared libraries used by this ELF object.
-
-type: keyword
-
---
-
-*`elf.telfhash`*::
-+
---
-telfhash symbol hash for ELF file.
-
-type: keyword
-
---
-
-[float]
-=== error
-
-These fields can represent errors of any kind.
-Use them for errors that happen while fetching events or in cases where the event itself contains an error.
-
-
-*`error.code`*::
-+
---
-Error code describing the error.
-
-type: keyword
-
---
-
-*`error.id`*::
-+
---
-Unique identifier for the error.
-
-type: keyword
-
---
-
-*`error.message`*::
-+
---
-Error message.
-
-type: match_only_text
-
---
-
-*`error.stack_trace`*::
-+
---
-The stack trace of this error in plain text.
-
-type: wildcard
-
---
-
-*`error.stack_trace.text`*::
-+
---
-type: match_only_text
-
---
-
-*`error.type`*::
-+
---
-The type of the error, for example the class name of the exception.
-
-type: keyword
-
-example: java.lang.NullPointerException
-
---
-
-[float]
-=== event
-
-The event fields are used for context information about the log or metric event itself.
-A log is defined as an event containing details of something that happened. Log events must include the time at which the thing happened. Examples of log events include a process starting on a host, a network packet being sent from a source to a destination, or a network connection between a client and a server being initiated or closed. A metric is defined as an event containing one or more numerical measurements and the time at which the measurement was taken. Examples of metric events include memory pressure measured on a host and device temperature. See the `event.kind` definition in this section for additional details about metric and state events.
-
-
-*`event.action`*::
-+
---
-The action captured by the event.
-This describes the information in the event. It is more specific than `event.category`. Examples are `group-add`, `process-started`, `file-created`. The value is normally defined by the implementer.
-
-type: keyword
-
-example: user-password-change
-
---
-
-*`event.agent_id_status`*::
-+
---
-Agents are normally responsible for populating the `agent.id` field value. If the system receiving events is capable of validating the value based on authentication information for the client then this field can be used to reflect the outcome of that validation.
-For example if the agent's connection is authenticated with mTLS and the client cert contains the ID of the agent to which the cert was issued then the `agent.id` value in events can be checked against the certificate. If the values match then `event.agent_id_status: verified` is added to the event, otherwise one of the other allowed values should be used.
-If no validation is performed then the field should be omitted.
-The allowed values are:
-`verified` - The `agent.id` field value matches expected value obtained from auth metadata.
-`mismatch` - The `agent.id` field value does not match the expected value obtained from auth metadata.
-`missing` - There was no `agent.id` field in the event to validate.
-`auth_metadata_missing` - There was no auth metadata or it was missing information about the agent ID.
-
-type: keyword
-
-example: verified
-
---
-
-*`event.category`*::
-+
---
-This 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 on `event.category:process` yields all events relating to process activity. This field is closely related to `event.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.
-
-type: keyword
-
-example: authentication
-
---
-
-*`event.code`*::
-+
---
-Identification 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.
-
-type: keyword
-
-example: 4648
-
---
-
-*`event.created`*::
-+
---
-event.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.
-
-type: date
-
-example: 2016-05-23T08:05:34.857Z
-
---
-
-*`event.dataset`*::
-+
---
-Name of the dataset.
-If an event source publishes more than one type of log or events (e.g. access log, error log), the dataset is used to specify which one the event comes from.
-It's recommended but not required to start the dataset name with the module name, followed by a dot, then the dataset name.
-
-type: keyword
-
-example: apache.access
-
---
-
-*`event.duration`*::
-+
---
-Duration of the event in nanoseconds.
-If event.start and event.end are known this value should be the difference between the end and start time.
-
-type: long
-
-format: duration
-
---
-
-*`event.end`*::
-+
---
-event.end contains the date when the event ended or when the activity was last observed.
-
-type: date
-
---
-
-*`event.hash`*::
-+
---
-Hash (perhaps logstash fingerprint) of raw field to be able to demonstrate log integrity.
-
-type: keyword
-
-example: 123456789012345678901234567890ABCD
-
---
-
-*`event.id`*::
-+
---
-Unique ID to describe the event.
-
-type: keyword
-
-example: 8a4f500d
-
---
-
-*`event.ingested`*::
-+
---
-Timestamp 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 from `event.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`.
-
-type: date
-
-example: 2016-05-23T08:05:35.101Z
-
---
-
-*`event.kind`*::
-+
---
-This 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 coming in at a regular interval or not.
-
-type: keyword
-
-example: alert
-
---
-
-*`event.module`*::
-+
---
-Name of the module this data is coming from.
-If your monitoring agent supports the concept of modules or plugins to process events of a given source (e.g. Apache logs), `event.module` should contain the name of this module.
-
-type: keyword
-
-example: apache
-
---
-
-*`event.original`*::
-+
---
-Raw text message of entire event. Used to demonstrate log integrity or where the full log message (before splitting it up in multiple parts) may be required, e.g. for reindex.
-This field is not indexed and doc_values are disabled. It cannot be searched, but it can be retrieved from `_source`. If users wish to override this and index this field, please see `Field data types` in the `Elasticsearch Reference`.
-
-type: keyword
-
-example: Sep 19 08:26:10 host CEF:0|Security| threatmanager|1.0|100| worm successfully stopped|10|src=10.0.0.1 dst=2.1.2.2spt=1232
-
-Field is not indexed.
-
---
-
-*`event.outcome`*::
-+
---
-This 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 of `event.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 with `event.type:info`, or any events for which an outcome does not make logical sense.
-
-type: keyword
-
-example: success
-
---
-
-*`event.provider`*::
-+
---
-Source 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).
-
-type: keyword
-
-example: kernel
-
---
-
-*`event.reason`*::
-+
---
-Reason why this event happened, according to the source.
-This describes the why of a particular action or outcome captured in the event. Where `event.action` captures the action from the event, `event.reason` describes why that action was taken. For example, a web proxy with an `event.action` which denied the request may also populate `event.reason` with the reason why (e.g. `blocked site`).
-
-type: keyword
-
-example: Terminated an unexpected process
-
---
-
-*`event.reference`*::
-+
---
-Reference URL linking to additional information about this event.
-This URL links to a static definition of this event. Alert events, indicated by `event.kind:alert`, are a common use case for this field.
-
-type: keyword
-
-example: https://system.example.com/event/#0001234
-
---
-
-*`event.risk_score`*::
-+
---
-Risk score or priority of the event (e.g. security solutions). Use your system's original value here.
-
-type: float
-
---
-
-*`event.risk_score_norm`*::
-+
---
-Normalized risk score or priority of the event, on a scale of 0 to 100.
-This is mainly useful if you use more than one system that assigns risk scores, and you want to see a normalized value across all systems.
-
-type: float
-
---
-
-*`event.sequence`*::
-+
---
-Sequence 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.
-
-type: long
-
-format: string
-
---
-
-*`event.severity`*::
-+
---
-The numeric severity of the event according to your event source.
-What the different severity values mean can be different between sources and use cases. It's up to the implementer to make sure severities are consistent across events from the same source.
-The Syslog severity belongs in `log.syslog.severity.code`. `event.severity` is meant to represent the severity according to the event source (e.g. firewall, IDS). If the event source does not publish its own severity, you may optionally copy the `log.syslog.severity.code` to `event.severity`.
-
-type: long
-
-example: 7
-
-format: string
-
---
-
-*`event.start`*::
-+
---
-event.start contains the date when the event started or when the activity was first observed.
-
-type: date
-
---
-
-*`event.timezone`*::
-+
---
-This field should be populated when the event's timestamp does not include timezone information already (e.g. default Syslog timestamps). It's optional otherwise.
-Acceptable timezone formats are: a canonical ID (e.g. "Europe/Amsterdam"), abbreviated (e.g. "EST") or an HH:mm differential (e.g. "-05:00").
-
-type: keyword
-
---
-
-*`event.type`*::
-+
---
-This 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 the `event.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.
-
-type: keyword
-
---
-
-*`event.url`*::
-+
---
-URL linking to an external system to continue investigation of this event.
-This URL links to another system where in-depth investigation of the specific occurrence of this event can take place. Alert events, indicated by `event.kind:alert`, are a common use case for this field.
-
-type: keyword
-
-example: https://mysystem.example.com/alert/5271dedb-f5b0-4218-87f0-4ac4870a38fe
-
---
-
-[float]
-=== faas
-
-The user fields describe information about the function as a service that is relevant to the event.
-
-
-*`faas.coldstart`*::
-+
---
-Boolean value indicating a cold start of a function.
-
-type: boolean
-
---
-
-*`faas.execution`*::
-+
---
-The execution ID of the current function execution.
-
-type: keyword
-
-example: af9d5aa4-a685-4c5f-a22b-444f80b3cc28
-
---
-
-*`faas.trigger`*::
-+
---
-Details about the function trigger.
-
-type: nested
-
---
-
-*`faas.trigger.request_id`*::
-+
---
-The ID of the trigger request , message, event, etc.
-
-type: keyword
-
-example: 123456789
-
---
-
-*`faas.trigger.type`*::
-+
---
-The trigger for the function execution.
-Expected values are:
- * http
- * pubsub
- * datasource
- * timer
- * other
-
-type: keyword
-
-example: http
-
---
-
-[float]
-=== file
-
-A file is defined as a set of information that has been created on, or has existed on a filesystem.
-File objects can be associated with host events, network events, and/or file events (e.g., those produced by File Integrity Monitoring [FIM] products or services). File fields provide details about the affected file associated with the event or metric.
-
-
-*`file.accessed`*::
-+
---
-Last time the file was accessed.
-Note that not all filesystems keep track of access time.
-
-type: date
-
---
-
-*`file.attributes`*::
-+
---
-Array of file attributes.
-Attributes names will vary by platform. Here's a non-exhaustive list of values that are expected in this field: archive, compressed, directory, encrypted, execute, hidden, read, readonly, system, write.
-
-type: keyword
-
-example: ["readonly", "system"]
-
---
-
-*`file.code_signature.digest_algorithm`*::
-+
---
-The hashing algorithm used to sign the process.
-This value can distinguish signatures when a file is signed multiple times by the same signer but with a different digest algorithm.
-
-type: keyword
-
-example: sha256
-
---
-
-*`file.code_signature.exists`*::
-+
---
-Boolean to capture if a signature is present.
-
-type: boolean
-
-example: true
-
---
-
-*`file.code_signature.signing_id`*::
-+
---
-The identifier used to sign the process.
-This is used to identify the application manufactured by a software vendor. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: com.apple.xpc.proxy
-
---
-
-*`file.code_signature.status`*::
-+
---
-Additional 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.
-
-type: keyword
-
-example: ERROR_UNTRUSTED_ROOT
-
---
-
-*`file.code_signature.subject_name`*::
-+
---
-Subject name of the code signer
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`file.code_signature.team_id`*::
-+
---
-The team identifier used to sign the process.
-This is used to identify the team or vendor of a software product. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: EQHXZ8M8AV
-
---
-
-*`file.code_signature.timestamp`*::
-+
---
-Date and time when the code signature was generated and signed.
-
-type: date
-
-example: 2021-01-01T12:10:30Z
-
---
-
-*`file.code_signature.trusted`*::
-+
---
-Stores 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.
-
-type: boolean
-
-example: true
-
---
-
-*`file.code_signature.valid`*::
-+
---
-Boolean to capture if the digital signature is verified against the binary content.
-Leave unpopulated if a certificate was unchecked.
-
-type: boolean
-
-example: true
-
---
-
-*`file.created`*::
-+
---
-File creation time.
-Note that not all filesystems store the creation time.
-
-type: date
-
---
-
-*`file.ctime`*::
-+
---
-Last time the file attributes or metadata changed.
-Note that changes to the file content will update `mtime`. This implies `ctime` will be adjusted at the same time, since `mtime` is an attribute of the file.
-
-type: date
-
---
-
-*`file.device`*::
-+
---
-Device that is the source of the file.
-
-type: keyword
-
-example: sda
-
---
-
-*`file.directory`*::
-+
---
-Directory where the file is located. It should include the drive letter, when appropriate.
-
-type: keyword
-
-example: /home/alice
-
---
-
-*`file.drive_letter`*::
-+
---
-Drive letter where the file is located. This field is only relevant on Windows.
-The value should be uppercase, and not include the colon.
-
-type: keyword
-
-example: C
-
---
-
-*`file.elf.architecture`*::
-+
---
-Machine architecture of the ELF file.
-
-type: keyword
-
-example: x86-64
-
---
-
-*`file.elf.byte_order`*::
-+
---
-Byte sequence of ELF file.
-
-type: keyword
-
-example: Little Endian
-
---
-
-*`file.elf.cpu_type`*::
-+
---
-CPU type of the ELF file.
-
-type: keyword
-
-example: Intel
-
---
-
-*`file.elf.creation_date`*::
-+
---
-Extracted when possible from the file's metadata. Indicates when it was built or compiled. It can also be faked by malware creators.
-
-type: date
-
---
-
-*`file.elf.exports`*::
-+
---
-List of exported element names and types.
-
-type: flattened
-
---
-
-*`file.elf.header.abi_version`*::
-+
---
-Version of the ELF Application Binary Interface (ABI).
-
-type: keyword
-
---
-
-*`file.elf.header.class`*::
-+
---
-Header class of the ELF file.
-
-type: keyword
-
---
-
-*`file.elf.header.data`*::
-+
---
-Data table of the ELF header.
-
-type: keyword
-
---
-
-*`file.elf.header.entrypoint`*::
-+
---
-Header entrypoint of the ELF file.
-
-type: long
-
-format: string
-
---
-
-*`file.elf.header.object_version`*::
-+
---
-"0x1" for original ELF files.
-
-type: keyword
-
---
-
-*`file.elf.header.os_abi`*::
-+
---
-Application Binary Interface (ABI) of the Linux OS.
-
-type: keyword
-
---
-
-*`file.elf.header.type`*::
-+
---
-Header type of the ELF file.
-
-type: keyword
-
---
-
-*`file.elf.header.version`*::
-+
---
-Version of the ELF header.
-
-type: keyword
-
---
-
-*`file.elf.imports`*::
-+
---
-List of imported element names and types.
-
-type: flattened
-
---
-
-*`file.elf.sections`*::
-+
---
-An array containing an object for each section of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.sections.*`.
-
-type: nested
-
---
-
-*`file.elf.sections.chi2`*::
-+
---
-Chi-square probability distribution of the section.
-
-type: long
-
-format: number
-
---
-
-*`file.elf.sections.entropy`*::
-+
---
-Shannon entropy calculation from the section.
-
-type: long
-
-format: number
-
---
-
-*`file.elf.sections.flags`*::
-+
---
-ELF Section List flags.
-
-type: keyword
-
---
-
-*`file.elf.sections.name`*::
-+
---
-ELF Section List name.
-
-type: keyword
-
---
-
-*`file.elf.sections.physical_offset`*::
-+
---
-ELF Section List offset.
-
-type: keyword
-
---
-
-*`file.elf.sections.physical_size`*::
-+
---
-ELF Section List physical size.
-
-type: long
-
-format: bytes
-
---
-
-*`file.elf.sections.type`*::
-+
---
-ELF Section List type.
-
-type: keyword
-
---
-
-*`file.elf.sections.virtual_address`*::
-+
---
-ELF Section List virtual address.
-
-type: long
-
-format: string
-
---
-
-*`file.elf.sections.virtual_size`*::
-+
---
-ELF Section List virtual size.
-
-type: long
-
-format: string
-
---
-
-*`file.elf.segments`*::
-+
---
-An array containing an object for each segment of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.segments.*`.
-
-type: nested
-
---
-
-*`file.elf.segments.sections`*::
-+
---
-ELF object segment sections.
-
-type: keyword
-
---
-
-*`file.elf.segments.type`*::
-+
---
-ELF object segment type.
-
-type: keyword
-
---
-
-*`file.elf.shared_libraries`*::
-+
---
-List of shared libraries used by this ELF object.
-
-type: keyword
-
---
-
-*`file.elf.telfhash`*::
-+
---
-telfhash symbol hash for ELF file.
-
-type: keyword
-
---
-
-*`file.extension`*::
-+
---
-File 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").
-
-type: keyword
-
-example: png
-
---
-
-*`file.fork_name`*::
-+
---
-A fork is additional data associated with a filesystem object.
-On Linux, a resource fork is used to store additional data with a filesystem object. A file always has at least one fork for the data portion, and additional forks may exist.
-On NTFS, this is analogous to an Alternate Data Stream (ADS), and the default data stream for a file is just called $DATA. Zone.Identifier is commonly used by Windows to track contents downloaded from the Internet. An ADS is typically of the form: `C:\path\to\filename.extension:some_fork_name`, and `some_fork_name` is the value that should populate `fork_name`. `filename.extension` should populate `file.name`, and `extension` should populate `file.extension`. The full path, `file.path`, will include the fork name.
-
-type: keyword
-
-example: Zone.Identifer
-
---
-
-*`file.gid`*::
-+
---
-Primary group ID (GID) of the file.
-
-type: keyword
-
-example: 1001
-
---
-
-*`file.group`*::
-+
---
-Primary group name of the file.
-
-type: keyword
-
-example: alice
-
---
-
-*`file.hash.md5`*::
-+
---
-MD5 hash.
-
-type: keyword
-
---
-
-*`file.hash.sha1`*::
-+
---
-SHA1 hash.
-
-type: keyword
-
---
-
-*`file.hash.sha256`*::
-+
---
-SHA256 hash.
-
-type: keyword
-
---
-
-*`file.hash.sha512`*::
-+
---
-SHA512 hash.
-
-type: keyword
-
---
-
-*`file.hash.ssdeep`*::
-+
---
-SSDEEP hash.
-
-type: keyword
-
---
-
-*`file.inode`*::
-+
---
-Inode representing the file in the filesystem.
-
-type: keyword
-
-example: 256383
-
---
-
-*`file.mime_type`*::
-+
---
-MIME type should identify the format of the file or stream of bytes using https://www.iana.org/assignments/media-types/media-types.xhtml[IANA official types], where possible. When more than one type is applicable, the most specific type should be used.
-
-type: keyword
-
---
-
-*`file.mode`*::
-+
---
-Mode of the file in octal representation.
-
-type: keyword
-
-example: 0640
-
---
-
-*`file.mtime`*::
-+
---
-Last time the file content was modified.
-
-type: date
-
---
-
-*`file.name`*::
-+
---
-Name of the file including the extension, without the directory.
-
-type: keyword
-
-example: example.png
-
---
-
-*`file.owner`*::
-+
---
-File owner's username.
-
-type: keyword
-
-example: alice
-
---
-
-*`file.path`*::
-+
---
-Full path to the file, including the file name. It should include the drive letter, when appropriate.
-
-type: keyword
-
-example: /home/alice/example.png
-
---
-
-*`file.path.text`*::
-+
---
-type: match_only_text
-
---
-
-*`file.pe.architecture`*::
-+
---
-CPU architecture target for the file.
-
-type: keyword
-
-example: x64
-
---
-
-*`file.pe.company`*::
-+
---
-Internal company name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`file.pe.description`*::
-+
---
-Internal description of the file, provided at compile-time.
-
-type: keyword
-
-example: Paint
-
---
-
-*`file.pe.file_version`*::
-+
---
-Internal version of the file, provided at compile-time.
-
-type: keyword
-
-example: 6.3.9600.17415
-
---
-
-*`file.pe.imphash`*::
-+
---
-A 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 at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.
-
-type: keyword
-
-example: 0c6803c4e922103c4dca5963aad36ddf
-
---
-
-*`file.pe.original_file_name`*::
-+
---
-Internal name of the file, provided at compile-time.
-
-type: keyword
-
-example: MSPAINT.EXE
-
---
-
-*`file.pe.product`*::
-+
---
-Internal product name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft® Windows® Operating System
-
---
-
-*`file.size`*::
-+
---
-File size in bytes.
-Only relevant when `file.type` is "file".
-
-type: long
-
-example: 16384
-
---
-
-*`file.target_path`*::
-+
---
-Target path for symlinks.
-
-type: keyword
-
---
-
-*`file.target_path.text`*::
-+
---
-type: match_only_text
-
---
-
-*`file.type`*::
-+
---
-File type (file, dir, or symlink).
-
-type: keyword
-
-example: file
-
---
-
-*`file.uid`*::
-+
---
-The user ID (UID) or security identifier (SID) of the file owner.
-
-type: keyword
-
-example: 1001
-
---
-
-*`file.x509.alternative_names`*::
-+
---
-List of subject alternative names (SAN). Name types vary by certificate authority and certificate type but commonly contain IP addresses, DNS names (and wildcards), and email addresses.
-
-type: keyword
-
-example: *.elastic.co
-
---
-
-*`file.x509.issuer.common_name`*::
-+
---
-List of common name (CN) of issuing certificate authority.
-
-type: keyword
-
-example: Example SHA2 High Assurance Server CA
-
---
-
-*`file.x509.issuer.country`*::
-+
---
-List of country (C) codes
-
-type: keyword
-
-example: US
-
---
-
-*`file.x509.issuer.distinguished_name`*::
-+
---
-Distinguished name (DN) of issuing certificate authority.
-
-type: keyword
-
-example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
---
-
-*`file.x509.issuer.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: Mountain View
-
---
-
-*`file.x509.issuer.organization`*::
-+
---
-List of organizations (O) of issuing certificate authority.
-
-type: keyword
-
-example: Example Inc
-
---
-
-*`file.x509.issuer.organizational_unit`*::
-+
---
-List of organizational units (OU) of issuing certificate authority.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`file.x509.issuer.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`file.x509.not_after`*::
-+
---
-Time at which the certificate is no longer considered valid.
-
-type: date
-
-example: 2020-07-16 03:15:39+00:00
-
---
-
-*`file.x509.not_before`*::
-+
---
-Time at which the certificate is first considered valid.
-
-type: date
-
-example: 2019-08-16 01:40:25+00:00
-
---
-
-*`file.x509.public_key_algorithm`*::
-+
---
-Algorithm used to generate the public key.
-
-type: keyword
-
-example: RSA
-
---
-
-*`file.x509.public_key_curve`*::
-+
---
-The curve used by the elliptic curve public key algorithm. This is algorithm specific.
-
-type: keyword
-
-example: nistp521
-
---
-
-*`file.x509.public_key_exponent`*::
-+
---
-Exponent used to derive the public key. This is algorithm specific.
-
-type: long
-
-example: 65537
-
-Field is not indexed.
-
---
-
-*`file.x509.public_key_size`*::
-+
---
-The size of the public key space in bits.
-
-type: long
-
-example: 2048
-
---
-
-*`file.x509.serial_number`*::
-+
---
-Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters.
-
-type: keyword
-
-example: 55FBB9C7DEBF09809D12CCAA
-
---
-
-*`file.x509.signature_algorithm`*::
-+
---
-Identifier for certificate signature algorithm. We recommend using names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353.
-
-type: keyword
-
-example: SHA256-RSA
-
---
-
-*`file.x509.subject.common_name`*::
-+
---
-List of common names (CN) of subject.
-
-type: keyword
-
-example: shared.global.example.net
-
---
-
-*`file.x509.subject.country`*::
-+
---
-List of country (C) code
-
-type: keyword
-
-example: US
-
---
-
-*`file.x509.subject.distinguished_name`*::
-+
---
-Distinguished name (DN) of the certificate subject entity.
-
-type: keyword
-
-example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
---
-
-*`file.x509.subject.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: San Francisco
-
---
-
-*`file.x509.subject.organization`*::
-+
---
-List of organizations (O) of subject.
-
-type: keyword
-
-example: Example, Inc.
-
---
-
-*`file.x509.subject.organizational_unit`*::
-+
---
-List of organizational units (OU) of subject.
-
-type: keyword
-
---
-
-*`file.x509.subject.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`file.x509.version_number`*::
-+
---
-Version of x509 format.
-
-type: keyword
-
-example: 3
-
---
-
-[float]
-=== geo
-
-Geo fields can carry data about a specific location related to an event.
-This geolocation information can be derived from techniques such as Geo IP, or be user-supplied.
-
-
-*`geo.city_name`*::
-+
---
-City name.
-
-type: keyword
-
-example: Montreal
-
---
-
-*`geo.continent_code`*::
-+
---
-Two-letter code representing continent's name.
-
-type: keyword
-
-example: NA
-
---
-
-*`geo.continent_name`*::
-+
---
-Name of the continent.
-
-type: keyword
-
-example: North America
-
---
-
-*`geo.country_iso_code`*::
-+
---
-Country ISO code.
-
-type: keyword
-
-example: CA
-
---
-
-*`geo.country_name`*::
-+
---
-Country name.
-
-type: keyword
-
-example: Canada
-
---
-
-*`geo.location`*::
-+
---
-Longitude and latitude.
-
-type: geo_point
-
-example: { "lon": -73.614830, "lat": 45.505918 }
-
---
-
-*`geo.name`*::
-+
---
-User-defined description of a location, at the level of granularity they care about.
-Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
-Not typically used in automated geolocation.
-
-type: keyword
-
-example: boston-dc
-
---
-
-*`geo.postal_code`*::
-+
---
-Postal code associated with the location.
-Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
-
-type: keyword
-
-example: 94040
-
---
-
-*`geo.region_iso_code`*::
-+
---
-Region ISO code.
-
-type: keyword
-
-example: CA-QC
-
---
-
-*`geo.region_name`*::
-+
---
-Region name.
-
-type: keyword
-
-example: Quebec
-
---
-
-*`geo.timezone`*::
-+
---
-The time zone of the location, such as IANA time zone name.
-
-type: keyword
-
-example: America/Argentina/Buenos_Aires
-
---
-
-[float]
-=== group
-
-The group fields are meant to represent groups that are relevant to the event.
-
-
-*`group.domain`*::
-+
---
-Name of the directory the group is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`group.id`*::
-+
---
-Unique identifier for the group on the system/platform.
-
-type: keyword
-
---
-
-*`group.name`*::
-+
---
-Name of the group.
-
-type: keyword
-
---
-
-[float]
-=== hash
-
-The hash fields represent different bitwise hash algorithms and their values.
-Field names for common hashes (e.g. MD5, SHA1) are predefined. Add fields for other hashes by lowercasing the hash algorithm name and using underscore separators as appropriate (snake case, e.g. sha3_512).
-Note that this fieldset is used for common hashes that may be computed over a range of generic bytes. Entity-specific hashes such as ja3 or imphash are placed in the fieldsets to which they relate (tls and pe, respectively).
-
-
-*`hash.md5`*::
-+
---
-MD5 hash.
-
-type: keyword
-
---
-
-*`hash.sha1`*::
-+
---
-SHA1 hash.
-
-type: keyword
-
---
-
-*`hash.sha256`*::
-+
---
-SHA256 hash.
-
-type: keyword
-
---
-
-*`hash.sha512`*::
-+
---
-SHA512 hash.
-
-type: keyword
-
---
-
-*`hash.ssdeep`*::
-+
---
-SSDEEP hash.
-
-type: keyword
-
---
-
-[float]
-=== host
-
-A host is defined as a general computing instance.
-ECS host.* fields should be populated with details about the host on which the event happened, or from which the measurement was taken. Host types include hardware, virtual machines, Docker containers, and Kubernetes nodes.
-
-
-*`host.architecture`*::
-+
---
-Operating system architecture.
-
-type: keyword
-
-example: x86_64
-
---
-
-*`host.cpu.usage`*::
-+
---
-Percent CPU used which is normalized by the number of CPU cores and it ranges from 0 to 1.
-Scaling factor: 1000.
-For example: For a two core host, this value should be the average of the two cores, between 0 and 1.
-
-type: scaled_float
-
---
-
-*`host.disk.read.bytes`*::
-+
---
-The total number of bytes (gauge) read successfully (aggregated from all disks) since the last metric collection.
-
-type: long
-
---
-
-*`host.disk.write.bytes`*::
-+
---
-The total number of bytes (gauge) written successfully (aggregated from all disks) since the last metric collection.
-
-type: long
-
---
-
-*`host.domain`*::
-+
---
-Name 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.
-
-type: keyword
-
-example: CONTOSO
-
---
-
-*`host.geo.city_name`*::
-+
---
-City name.
-
-type: keyword
-
-example: Montreal
-
---
-
-*`host.geo.continent_code`*::
-+
---
-Two-letter code representing continent's name.
-
-type: keyword
-
-example: NA
-
---
-
-*`host.geo.continent_name`*::
-+
---
-Name of the continent.
-
-type: keyword
-
-example: North America
-
---
-
-*`host.geo.country_iso_code`*::
-+
---
-Country ISO code.
-
-type: keyword
-
-example: CA
-
---
-
-*`host.geo.country_name`*::
-+
---
-Country name.
-
-type: keyword
-
-example: Canada
-
---
-
-*`host.geo.location`*::
-+
---
-Longitude and latitude.
-
-type: geo_point
-
-example: { "lon": -73.614830, "lat": 45.505918 }
-
---
-
-*`host.geo.name`*::
-+
---
-User-defined description of a location, at the level of granularity they care about.
-Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
-Not typically used in automated geolocation.
-
-type: keyword
-
-example: boston-dc
-
---
-
-*`host.geo.postal_code`*::
-+
---
-Postal code associated with the location.
-Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
-
-type: keyword
-
-example: 94040
-
---
-
-*`host.geo.region_iso_code`*::
-+
---
-Region ISO code.
-
-type: keyword
-
-example: CA-QC
-
---
-
-*`host.geo.region_name`*::
-+
---
-Region name.
-
-type: keyword
-
-example: Quebec
-
---
-
-*`host.geo.timezone`*::
-+
---
-The time zone of the location, such as IANA time zone name.
-
-type: keyword
-
-example: America/Argentina/Buenos_Aires
-
---
-
-*`host.hostname`*::
-+
---
-Hostname of the host.
-It normally contains what the `hostname` command returns on the host machine.
-
-type: keyword
-
---
-
-*`host.id`*::
-+
---
-Unique host id.
-As hostname is not always unique, use values that are meaningful in your environment.
-Example: The current usage of `beat.name`.
-
-type: keyword
-
---
-
-*`host.ip`*::
-+
---
-Host ip addresses.
-
-type: ip
-
---
-
-*`host.mac`*::
-+
---
-Host MAC addresses.
-The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen.
-
-type: keyword
-
-example: ["00-00-5E-00-53-23", "00-00-5E-00-53-24"]
-
---
-
-*`host.name`*::
-+
---
-Name of the host.
-It can contain what `hostname` returns on Unix systems, the fully qualified domain name, or a name specified by the user. The sender decides which value to use.
-
-type: keyword
-
---
-
-*`host.network.egress.bytes`*::
-+
---
-The number of bytes (gauge) sent out on all network interfaces by the host since the last metric collection.
-
-type: long
-
---
-
-*`host.network.egress.packets`*::
-+
---
-The number of packets (gauge) sent out on all network interfaces by the host since the last metric collection.
-
-type: long
-
---
-
-*`host.network.ingress.bytes`*::
-+
---
-The number of bytes received (gauge) on all network interfaces by the host since the last metric collection.
-
-type: long
-
---
-
-*`host.network.ingress.packets`*::
-+
---
-The number of packets (gauge) received on all network interfaces by the host since the last metric collection.
-
-type: long
-
---
-
-*`host.os.family`*::
-+
---
-OS family (such as redhat, debian, freebsd, windows).
-
-type: keyword
-
-example: debian
-
---
-
-*`host.os.full`*::
-+
---
-Operating system name, including the version or code name.
-
-type: keyword
-
-example: Mac OS Mojave
-
---
-
-*`host.os.full.text`*::
-+
---
-type: match_only_text
-
---
-
-*`host.os.kernel`*::
-+
---
-Operating system kernel version as a raw string.
-
-type: keyword
-
-example: 4.4.0-112-generic
-
---
-
-*`host.os.name`*::
-+
---
-Operating system name, without the version.
-
-type: keyword
-
-example: Mac OS X
-
---
-
-*`host.os.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`host.os.platform`*::
-+
---
-Operating system platform (such centos, ubuntu, windows).
-
-type: keyword
-
-example: darwin
-
---
-
-*`host.os.type`*::
-+
---
-Use the `os.type` field to categorize the operating system into one of the broad commercial families.
-One of these following values should be used (lowercase): linux, macos, unix, windows.
-If the OS you're dealing with is not in the list, the field should not be populated. Please let us know by opening an issue with ECS, to propose its addition.
-
-type: keyword
-
-example: macos
-
---
-
-*`host.os.version`*::
-+
---
-Operating system version as a raw string.
-
-type: keyword
-
-example: 10.14.1
-
---
-
-*`host.type`*::
-+
---
-Type of host.
-For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment.
-
-type: keyword
-
---
-
-*`host.uptime`*::
-+
---
-Seconds the host has been up.
-
-type: long
-
-example: 1325
-
---
-
-[float]
-=== http
-
-Fields related to HTTP activity. Use the `url` field set to store the url of the request.
-
-
-*`http.request.body.bytes`*::
-+
---
-Size in bytes of the request body.
-
-type: long
-
-example: 887
-
-format: bytes
-
---
-
-*`http.request.body.content`*::
-+
---
-The full HTTP request body.
-
-type: wildcard
-
-example: Hello world
-
---
-
-*`http.request.body.content.text`*::
-+
---
-type: match_only_text
-
---
-
-*`http.request.bytes`*::
-+
---
-Total size in bytes of the request (body and headers).
-
-type: long
-
-example: 1437
-
-format: bytes
-
---
-
-*`http.request.id`*::
-+
---
-A unique identifier for each HTTP request to correlate logs between clients and servers in transactions.
-The id may be contained in a non-standard HTTP header, such as `X-Request-ID` or `X-Correlation-ID`.
-
-type: keyword
-
-example: 123e4567-e89b-12d3-a456-426614174000
-
---
-
-*`http.request.method`*::
-+
---
-HTTP request method.
-The value should retain its casing from the original event. For example, `GET`, `get`, and `GeT` are all considered valid values for this field.
-
-type: keyword
-
-example: POST
-
---
-
-*`http.request.mime_type`*::
-+
---
-Mime type of the body of the request.
-This value must only be populated based on the content of the request body, not on the `Content-Type` header. Comparing the mime type of a request with the request's Content-Type header can be helpful in detecting threats or misconfigured clients.
-
-type: keyword
-
-example: image/gif
-
---
-
-*`http.request.referrer`*::
-+
---
-Referrer for this HTTP request.
-
-type: keyword
-
-example: https://blog.example.com/
-
---
-
-*`http.response.body.bytes`*::
-+
---
-Size in bytes of the response body.
-
-type: long
-
-example: 887
-
-format: bytes
-
---
-
-*`http.response.body.content`*::
-+
---
-The full HTTP response body.
-
-type: wildcard
-
-example: Hello world
-
---
-
-*`http.response.body.content.text`*::
-+
---
-type: match_only_text
-
---
-
-*`http.response.bytes`*::
-+
---
-Total size in bytes of the response (body and headers).
-
-type: long
-
-example: 1437
-
-format: bytes
-
---
-
-*`http.response.mime_type`*::
-+
---
-Mime type of the body of the response.
-This value must only be populated based on the content of the response body, not on the `Content-Type` header. Comparing the mime type of a response with the response's Content-Type header can be helpful in detecting misconfigured servers.
-
-type: keyword
-
-example: image/gif
-
---
-
-*`http.response.status_code`*::
-+
---
-HTTP response status code.
-
-type: long
-
-example: 404
-
-format: string
-
---
-
-*`http.version`*::
-+
---
-HTTP version.
-
-type: keyword
-
-example: 1.1
-
---
-
-[float]
-=== interface
-
-The interface fields are used to record ingress and egress interface information when reported by an observer (e.g. firewall, router, load balancer) in the context of the observer handling a network connection. In the case of a single observer interface (e.g. network sensor on a span port) only the observer.ingress information should be populated.
-
-
-*`interface.alias`*::
-+
---
-Interface alias as reported by the system, typically used in firewall implementations for e.g. inside, outside, or dmz logical interface naming.
-
-type: keyword
-
-example: outside
-
---
-
-*`interface.id`*::
-+
---
-Interface ID as reported by an observer (typically SNMP interface ID).
-
-type: keyword
-
-example: 10
-
---
-
-*`interface.name`*::
-+
---
-Interface name as reported by the system.
-
-type: keyword
-
-example: eth0
-
---
-
-[float]
-=== log
-
-Details about the event's logging mechanism or logging transport.
-The log.* fields are typically populated with details about the logging mechanism used to create and/or transport the event. For example, syslog details belong under `log.syslog.*`.
-The details specific to your event source are typically not logged under `log.*`, but rather in `event.*` or in other ECS fields.
-
-
-*`log.file.path`*::
-+
---
-Full 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.
-
-type: keyword
-
-example: /var/log/fun-times.log
-
---
-
-*`log.level`*::
-+
---
-Original 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 in `log.level`. If your source doesn't specify one, you may put your event transport's severity here (e.g. Syslog severity).
-Some examples are `warn`, `err`, `i`, `informational`.
-
-type: keyword
-
-example: error
-
---
-
-*`log.logger`*::
-+
---
-The name of the logger inside an application. This is usually the name of the class which initialized the logger, or can be a custom name.
-
-type: keyword
-
-example: org.elasticsearch.bootstrap.Bootstrap
-
---
-
-*`log.origin.file.line`*::
-+
---
-The line number of the file containing the source code which originated the log event.
-
-type: long
-
-example: 42
-
---
-
-*`log.origin.file.name`*::
-+
---
-The name of the file containing the source code which originated the log event.
-Note that this field is not meant to capture the log file. The correct field to capture the log file is `log.file.path`.
-
-type: keyword
-
-example: Bootstrap.java
-
---
-
-*`log.origin.function`*::
-+
---
-The name of the function or method which originated the log event.
-
-type: keyword
-
-example: init
-
---
-
-*`log.syslog`*::
-+
---
-The Syslog metadata of the event, if the event was transmitted via Syslog. Please see RFCs 5424 or 3164.
-
-type: object
-
---
-
-*`log.syslog.facility.code`*::
-+
---
-The Syslog numeric facility of the log event, if available.
-According to RFCs 5424 and 3164, this value should be an integer between 0 and 23.
-
-type: long
-
-example: 23
-
-format: string
-
---
-
-*`log.syslog.facility.name`*::
-+
---
-The Syslog text-based facility of the log event, if available.
-
-type: keyword
-
-example: local7
-
---
-
-*`log.syslog.priority`*::
-+
---
-Syslog numeric priority of the event, if available.
-According to RFCs 5424 and 3164, the priority is 8 * facility + severity. This number is therefore expected to contain a value between 0 and 191.
-
-type: long
-
-example: 135
-
-format: string
-
---
-
-*`log.syslog.severity.code`*::
-+
---
-The Syslog numeric severity of the log event, if available.
-If the event source publishing via Syslog provides a different numeric severity value (e.g. firewall, IDS), your source's numeric severity should go to `event.severity`. If the event source does not specify a distinct severity, you can optionally copy the Syslog severity to `event.severity`.
-
-type: long
-
-example: 3
-
---
-
-*`log.syslog.severity.name`*::
-+
---
-The Syslog numeric severity of the log event, if available.
-If the event source publishing via Syslog provides a different severity value (e.g. firewall, IDS), your source's text severity should go to `log.level`. If the event source does not specify a distinct severity, you can optionally copy the Syslog severity to `log.level`.
-
-type: keyword
-
-example: Error
-
---
-
-[float]
-=== network
-
-The network is defined as the communication path over which a host or network event happens.
-The network.* fields should be populated with details about the network activity associated with an event.
-
-
-*`network.application`*::
-+
---
-When a specific application or service is identified from network connection details (source/dest IPs, ports, certificates, or wire format), this field captures the application's or service's name.
-For example, the original event identifies the network connection being from a specific web service in a `https` network connection, like `facebook` or `twitter`.
-The field value must be normalized to lowercase for querying.
-
-type: keyword
-
-example: aim
-
---
-
-*`network.bytes`*::
-+
---
-Total bytes transferred in both directions.
-If `source.bytes` and `destination.bytes` are known, `network.bytes` is their sum.
-
-type: long
-
-example: 368
-
-format: bytes
-
---
-
-*`network.community_id`*::
-+
---
-A 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 at https://github.com/corelight/community-id-spec.
-
-type: keyword
-
-example: 1:hO+sN4H+MG5MY/8hIrXPqc4ZQz0=
-
---
-
-*`network.direction`*::
-+
---
-Direction of the network traffic.
-Recommended values are:
- * ingress
- * egress
- * inbound
- * outbound
- * internal
- * external
- * unknown
-
-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.
-
-type: keyword
-
-example: inbound
-
---
-
-*`network.forwarded_ip`*::
-+
---
-Host IP address when the source IP address is the proxy.
-
-type: ip
-
-example: 192.1.1.2
-
---
-
-*`network.iana_number`*::
-+
---
-IANA Protocol Number (https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). Standardized list of protocols. This aligns well with NetFlow and sFlow related logs which use the IANA Protocol Number.
-
-type: keyword
-
-example: 6
-
---
-
-*`network.inner`*::
-+
---
-Network.inner fields are added in addition to network.vlan fields to describe the innermost VLAN when q-in-q VLAN tagging is present. Allowed fields include vlan.id and vlan.name. Inner vlan fields are typically used when sending traffic with multiple 802.1q encapsulations to a network sensor (e.g. Zeek, Wireshark.)
-
-type: object
-
---
-
-*`network.inner.vlan.id`*::
-+
---
-VLAN ID as reported by the observer.
-
-type: keyword
-
-example: 10
-
---
-
-*`network.inner.vlan.name`*::
-+
---
-Optional VLAN name as reported by the observer.
-
-type: keyword
-
-example: outside
-
---
-
-*`network.name`*::
-+
---
-Name given by operators to sections of their network.
-
-type: keyword
-
-example: Guest Wifi
-
---
-
-*`network.packets`*::
-+
---
-Total packets transferred in both directions.
-If `source.packets` and `destination.packets` are known, `network.packets` is their sum.
-
-type: long
-
-example: 24
-
---
-
-*`network.protocol`*::
-+
---
-In the OSI Model this would be the Application Layer protocol. For example, `http`, `dns`, or `ssh`.
-The field value must be normalized to lowercase for querying.
-
-type: keyword
-
-example: http
-
---
-
-*`network.transport`*::
-+
---
-Same 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.
-
-type: keyword
-
-example: tcp
-
---
-
-*`network.type`*::
-+
---
-In the OSI Model this would be the Network Layer. ipv4, ipv6, ipsec, pim, etc
-The field value must be normalized to lowercase for querying.
-
-type: keyword
-
-example: ipv4
-
---
-
-*`network.vlan.id`*::
-+
---
-VLAN ID as reported by the observer.
-
-type: keyword
-
-example: 10
-
---
-
-*`network.vlan.name`*::
-+
---
-Optional VLAN name as reported by the observer.
-
-type: keyword
-
-example: outside
-
---
-
-[float]
-=== observer
-
-An observer is defined as a special network, security, or application device used to detect, observe, or create network, security, or application-related events and metrics.
-This could be a custom hardware appliance or a server that has been configured to run special network, security, or application software. Examples include firewalls, web proxies, intrusion detection/prevention systems, network monitoring sensors, web application firewalls, data loss prevention systems, and APM servers. The observer.* fields shall be populated with details of the system, if any, that detects, observes and/or creates a network, security, or application event or metric. Message queues and ETL components used in processing events or metrics are not considered observers in ECS.
-
-
-*`observer.egress`*::
-+
---
-Observer.egress holds information like interface number and name, vlan, and zone information to classify egress traffic. Single armed monitoring such as a network sensor on a span port should only use observer.ingress to categorize traffic.
-
-type: object
-
---
-
-*`observer.egress.interface.alias`*::
-+
---
-Interface alias as reported by the system, typically used in firewall implementations for e.g. inside, outside, or dmz logical interface naming.
-
-type: keyword
-
-example: outside
-
---
-
-*`observer.egress.interface.id`*::
-+
---
-Interface ID as reported by an observer (typically SNMP interface ID).
-
-type: keyword
-
-example: 10
-
---
-
-*`observer.egress.interface.name`*::
-+
---
-Interface name as reported by the system.
-
-type: keyword
-
-example: eth0
-
---
-
-*`observer.egress.vlan.id`*::
-+
---
-VLAN ID as reported by the observer.
-
-type: keyword
-
-example: 10
-
---
-
-*`observer.egress.vlan.name`*::
-+
---
-Optional VLAN name as reported by the observer.
-
-type: keyword
-
-example: outside
-
---
-
-*`observer.egress.zone`*::
-+
---
-Network zone of outbound traffic as reported by the observer to categorize the destination area of egress traffic, e.g. Internal, External, DMZ, HR, Legal, etc.
-
-type: keyword
-
-example: Public_Internet
-
---
-
-*`observer.geo.city_name`*::
-+
---
-City name.
-
-type: keyword
-
-example: Montreal
-
---
-
-*`observer.geo.continent_code`*::
-+
---
-Two-letter code representing continent's name.
-
-type: keyword
-
-example: NA
-
---
-
-*`observer.geo.continent_name`*::
-+
---
-Name of the continent.
-
-type: keyword
-
-example: North America
-
---
-
-*`observer.geo.country_iso_code`*::
-+
---
-Country ISO code.
-
-type: keyword
-
-example: CA
-
---
-
-*`observer.geo.country_name`*::
-+
---
-Country name.
-
-type: keyword
-
-example: Canada
-
---
-
-*`observer.geo.location`*::
-+
---
-Longitude and latitude.
-
-type: geo_point
-
-example: { "lon": -73.614830, "lat": 45.505918 }
-
---
-
-*`observer.geo.name`*::
-+
---
-User-defined description of a location, at the level of granularity they care about.
-Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
-Not typically used in automated geolocation.
-
-type: keyword
-
-example: boston-dc
-
---
-
-*`observer.geo.postal_code`*::
-+
---
-Postal code associated with the location.
-Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
-
-type: keyword
-
-example: 94040
-
---
-
-*`observer.geo.region_iso_code`*::
-+
---
-Region ISO code.
-
-type: keyword
-
-example: CA-QC
-
---
-
-*`observer.geo.region_name`*::
-+
---
-Region name.
-
-type: keyword
-
-example: Quebec
-
---
-
-*`observer.geo.timezone`*::
-+
---
-The time zone of the location, such as IANA time zone name.
-
-type: keyword
-
-example: America/Argentina/Buenos_Aires
-
---
-
-*`observer.hostname`*::
-+
---
-Hostname of the observer.
-
-type: keyword
-
---
-
-*`observer.ingress`*::
-+
---
-Observer.ingress holds information like interface number and name, vlan, and zone information to classify ingress traffic. Single armed monitoring such as a network sensor on a span port should only use observer.ingress to categorize traffic.
-
-type: object
-
---
-
-*`observer.ingress.interface.alias`*::
-+
---
-Interface alias as reported by the system, typically used in firewall implementations for e.g. inside, outside, or dmz logical interface naming.
-
-type: keyword
-
-example: outside
-
---
-
-*`observer.ingress.interface.id`*::
-+
---
-Interface ID as reported by an observer (typically SNMP interface ID).
-
-type: keyword
-
-example: 10
-
---
-
-*`observer.ingress.interface.name`*::
-+
---
-Interface name as reported by the system.
-
-type: keyword
-
-example: eth0
-
---
-
-*`observer.ingress.vlan.id`*::
-+
---
-VLAN ID as reported by the observer.
-
-type: keyword
-
-example: 10
-
---
-
-*`observer.ingress.vlan.name`*::
-+
---
-Optional VLAN name as reported by the observer.
-
-type: keyword
-
-example: outside
-
---
-
-*`observer.ingress.zone`*::
-+
---
-Network zone of incoming traffic as reported by the observer to categorize the source area of ingress traffic. e.g. internal, External, DMZ, HR, Legal, etc.
-
-type: keyword
-
-example: DMZ
-
---
-
-*`observer.ip`*::
-+
---
-IP addresses of the observer.
-
-type: ip
-
---
-
-*`observer.mac`*::
-+
---
-MAC addresses of the observer.
-The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen.
-
-type: keyword
-
-example: ["00-00-5E-00-53-23", "00-00-5E-00-53-24"]
-
---
-
-*`observer.name`*::
-+
---
-Custom name of the observer.
-This is a name that can be given to an observer. This can be helpful for example if multiple firewalls of the same model are used in an organization.
-If no custom name is needed, the field can be left empty.
-
-type: keyword
-
-example: 1_proxySG
-
---
-
-*`observer.os.family`*::
-+
---
-OS family (such as redhat, debian, freebsd, windows).
-
-type: keyword
-
-example: debian
-
---
-
-*`observer.os.full`*::
-+
---
-Operating system name, including the version or code name.
-
-type: keyword
-
-example: Mac OS Mojave
-
---
-
-*`observer.os.full.text`*::
-+
---
-type: match_only_text
-
---
-
-*`observer.os.kernel`*::
-+
---
-Operating system kernel version as a raw string.
-
-type: keyword
-
-example: 4.4.0-112-generic
-
---
-
-*`observer.os.name`*::
-+
---
-Operating system name, without the version.
-
-type: keyword
-
-example: Mac OS X
-
---
-
-*`observer.os.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`observer.os.platform`*::
-+
---
-Operating system platform (such centos, ubuntu, windows).
-
-type: keyword
-
-example: darwin
-
---
-
-*`observer.os.type`*::
-+
---
-Use the `os.type` field to categorize the operating system into one of the broad commercial families.
-One of these following values should be used (lowercase): linux, macos, unix, windows.
-If the OS you're dealing with is not in the list, the field should not be populated. Please let us know by opening an issue with ECS, to propose its addition.
-
-type: keyword
-
-example: macos
-
---
-
-*`observer.os.version`*::
-+
---
-Operating system version as a raw string.
-
-type: keyword
-
-example: 10.14.1
-
---
-
-*`observer.product`*::
-+
---
-The product name of the observer.
-
-type: keyword
-
-example: s200
-
---
-
-*`observer.serial_number`*::
-+
---
-Observer serial number.
-
-type: keyword
-
---
-
-*`observer.type`*::
-+
---
-The type of the observer the data is coming from.
-There is no predefined list of observer types. Some examples are `forwarder`, `firewall`, `ids`, `ips`, `proxy`, `poller`, `sensor`, `APM server`.
-
-type: keyword
-
-example: firewall
-
---
-
-*`observer.vendor`*::
-+
---
-Vendor name of the observer.
-
-type: keyword
-
-example: Symantec
-
---
-
-*`observer.version`*::
-+
---
-Observer version.
-
-type: keyword
-
---
-
-[float]
-=== orchestrator
-
-Fields that describe the resources which container orchestrators manage or act upon.
-
-
-*`orchestrator.api_version`*::
-+
---
-API version being used to carry out the action
-
-type: keyword
-
-example: v1beta1
-
---
-
-*`orchestrator.cluster.name`*::
-+
---
-Name of the cluster.
-
-type: keyword
-
---
-
-*`orchestrator.cluster.url`*::
-+
---
-URL of the API used to manage the cluster.
-
-type: keyword
-
---
-
-*`orchestrator.cluster.version`*::
-+
---
-The version of the cluster.
-
-type: keyword
-
---
-
-*`orchestrator.namespace`*::
-+
---
-Namespace in which the action is taking place.
-
-type: keyword
-
-example: kube-system
-
---
-
-*`orchestrator.organization`*::
-+
---
-Organization affected by the event (for multi-tenant orchestrator setups).
-
-type: keyword
-
-example: elastic
-
---
-
-*`orchestrator.resource.name`*::
-+
---
-Name of the resource being acted upon.
-
-type: keyword
-
-example: test-pod-cdcws
-
---
-
-*`orchestrator.resource.type`*::
-+
---
-Type of resource being acted upon.
-
-type: keyword
-
-example: service
-
---
-
-*`orchestrator.type`*::
-+
---
-Orchestrator cluster type (e.g. kubernetes, nomad or cloudfoundry).
-
-type: keyword
-
-example: kubernetes
-
---
-
-[float]
-=== organization
-
-The organization fields enrich data with information about the company or entity the data is associated with.
-These fields help you arrange or filter data stored in an index by one or multiple organizations.
-
-
-*`organization.id`*::
-+
---
-Unique identifier for the organization.
-
-type: keyword
-
---
-
-*`organization.name`*::
-+
---
-Organization name.
-
-type: keyword
-
---
-
-*`organization.name.text`*::
-+
---
-type: match_only_text
-
---
-
-[float]
-=== os
-
-The OS fields contain information about the operating system.
-
-
-*`os.family`*::
-+
---
-OS family (such as redhat, debian, freebsd, windows).
-
-type: keyword
-
-example: debian
-
---
-
-*`os.full`*::
-+
---
-Operating system name, including the version or code name.
-
-type: keyword
-
-example: Mac OS Mojave
-
---
-
-*`os.full.text`*::
-+
---
-type: match_only_text
-
---
-
-*`os.kernel`*::
-+
---
-Operating system kernel version as a raw string.
-
-type: keyword
-
-example: 4.4.0-112-generic
-
---
-
-*`os.name`*::
-+
---
-Operating system name, without the version.
-
-type: keyword
-
-example: Mac OS X
-
---
-
-*`os.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`os.platform`*::
-+
---
-Operating system platform (such centos, ubuntu, windows).
-
-type: keyword
-
-example: darwin
-
---
-
-*`os.type`*::
-+
---
-Use the `os.type` field to categorize the operating system into one of the broad commercial families.
-One of these following values should be used (lowercase): linux, macos, unix, windows.
-If the OS you're dealing with is not in the list, the field should not be populated. Please let us know by opening an issue with ECS, to propose its addition.
-
-type: keyword
-
-example: macos
-
---
-
-*`os.version`*::
-+
---
-Operating system version as a raw string.
-
-type: keyword
-
-example: 10.14.1
-
---
-
-[float]
-=== package
-
-These fields contain information about an installed software package. It contains general information about a package, such as name, version or size. It also contains installation details, such as time or location.
-
-
-*`package.architecture`*::
-+
---
-Package architecture.
-
-type: keyword
-
-example: x86_64
-
---
-
-*`package.build_version`*::
-+
---
-Additional information about the build version of the installed package.
-For example use the commit SHA of a non-released package.
-
-type: keyword
-
-example: 36f4f7e89dd61b0988b12ee000b98966867710cd
-
---
-
-*`package.checksum`*::
-+
---
-Checksum of the installed package for verification.
-
-type: keyword
-
-example: 68b329da9893e34099c7d8ad5cb9c940
-
---
-
-*`package.description`*::
-+
---
-Description of the package.
-
-type: keyword
-
-example: Open source programming language to build simple/reliable/efficient software.
-
---
-
-*`package.install_scope`*::
-+
---
-Indicating how the package was installed, e.g. user-local, global.
-
-type: keyword
-
-example: global
-
---
-
-*`package.installed`*::
-+
---
-Time when package was installed.
-
-type: date
-
---
-
-*`package.license`*::
-+
---
-License under which the package was released.
-Use a short name, e.g. the license identifier from SPDX License List where possible (https://spdx.org/licenses/).
-
-type: keyword
-
-example: Apache License 2.0
-
---
-
-*`package.name`*::
-+
---
-Package name
-
-type: keyword
-
-example: go
-
---
-
-*`package.path`*::
-+
---
-Path where the package is installed.
-
-type: keyword
-
-example: /usr/local/Cellar/go/1.12.9/
-
---
-
-*`package.reference`*::
-+
---
-Home page or reference URL of the software in this package, if available.
-
-type: keyword
-
-example: https://golang.org
-
---
-
-*`package.size`*::
-+
---
-Package size in bytes.
-
-type: long
-
-example: 62231
-
-format: string
-
---
-
-*`package.type`*::
-+
---
-Type of package.
-This should contain the package file type, rather than the package manager name. Examples: rpm, dpkg, brew, npm, gem, nupkg, jar.
-
-type: keyword
-
-example: rpm
-
---
-
-*`package.version`*::
-+
---
-Package version
-
-type: keyword
-
-example: 1.12.9
-
---
-
-[float]
-=== pe
-
-These fields contain Windows Portable Executable (PE) metadata.
-
-
-*`pe.architecture`*::
-+
---
-CPU architecture target for the file.
-
-type: keyword
-
-example: x64
-
---
-
-*`pe.company`*::
-+
---
-Internal company name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`pe.description`*::
-+
---
-Internal description of the file, provided at compile-time.
-
-type: keyword
-
-example: Paint
-
---
-
-*`pe.file_version`*::
-+
---
-Internal version of the file, provided at compile-time.
-
-type: keyword
-
-example: 6.3.9600.17415
-
---
-
-*`pe.imphash`*::
-+
---
-A 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 at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.
-
-type: keyword
-
-example: 0c6803c4e922103c4dca5963aad36ddf
-
---
-
-*`pe.original_file_name`*::
-+
---
-Internal name of the file, provided at compile-time.
-
-type: keyword
-
-example: MSPAINT.EXE
-
---
-
-*`pe.product`*::
-+
---
-Internal product name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft® Windows® Operating System
-
---
-
-[float]
-=== process
-
-These fields contain information about a process.
-These fields can help you correlate metrics information with a process id/name from a log message. The `process.pid` often stays in the metric itself and is copied to the global field for correlation.
-
-
-*`process.args`*::
-+
---
-Array of process arguments, starting with the absolute path to the executable.
-May be filtered to protect sensitive information.
-
-type: keyword
-
-example: ["/usr/bin/ssh", "-l", "user", "10.0.0.16"]
-
---
-
-*`process.args_count`*::
-+
---
-Length 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.
-
-type: long
-
-example: 4
-
---
-
-*`process.code_signature.digest_algorithm`*::
-+
---
-The hashing algorithm used to sign the process.
-This value can distinguish signatures when a file is signed multiple times by the same signer but with a different digest algorithm.
-
-type: keyword
-
-example: sha256
-
---
-
-*`process.code_signature.exists`*::
-+
---
-Boolean to capture if a signature is present.
-
-type: boolean
-
-example: true
-
---
-
-*`process.code_signature.signing_id`*::
-+
---
-The identifier used to sign the process.
-This is used to identify the application manufactured by a software vendor. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: com.apple.xpc.proxy
-
---
-
-*`process.code_signature.status`*::
-+
---
-Additional 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.
-
-type: keyword
-
-example: ERROR_UNTRUSTED_ROOT
-
---
-
-*`process.code_signature.subject_name`*::
-+
---
-Subject name of the code signer
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`process.code_signature.team_id`*::
-+
---
-The team identifier used to sign the process.
-This is used to identify the team or vendor of a software product. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: EQHXZ8M8AV
-
---
-
-*`process.code_signature.timestamp`*::
-+
---
-Date and time when the code signature was generated and signed.
-
-type: date
-
-example: 2021-01-01T12:10:30Z
-
---
-
-*`process.code_signature.trusted`*::
-+
---
-Stores 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.
-
-type: boolean
-
-example: true
-
---
-
-*`process.code_signature.valid`*::
-+
---
-Boolean to capture if the digital signature is verified against the binary content.
-Leave unpopulated if a certificate was unchecked.
-
-type: boolean
-
-example: true
-
---
-
-*`process.command_line`*::
-+
---
-Full 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.
-
-type: wildcard
-
-example: /usr/bin/ssh -l user 10.0.0.16
-
---
-
-*`process.command_line.text`*::
-+
---
-type: match_only_text
-
---
-
-*`process.elf.architecture`*::
-+
---
-Machine architecture of the ELF file.
-
-type: keyword
-
-example: x86-64
-
---
-
-*`process.elf.byte_order`*::
-+
---
-Byte sequence of ELF file.
-
-type: keyword
-
-example: Little Endian
-
---
-
-*`process.elf.cpu_type`*::
-+
---
-CPU type of the ELF file.
-
-type: keyword
-
-example: Intel
-
---
-
-*`process.elf.creation_date`*::
-+
---
-Extracted when possible from the file's metadata. Indicates when it was built or compiled. It can also be faked by malware creators.
-
-type: date
-
---
-
-*`process.elf.exports`*::
-+
---
-List of exported element names and types.
-
-type: flattened
-
---
-
-*`process.elf.header.abi_version`*::
-+
---
-Version of the ELF Application Binary Interface (ABI).
-
-type: keyword
-
---
-
-*`process.elf.header.class`*::
-+
---
-Header class of the ELF file.
-
-type: keyword
-
---
-
-*`process.elf.header.data`*::
-+
---
-Data table of the ELF header.
-
-type: keyword
-
---
-
-*`process.elf.header.entrypoint`*::
-+
---
-Header entrypoint of the ELF file.
-
-type: long
-
-format: string
-
---
-
-*`process.elf.header.object_version`*::
-+
---
-"0x1" for original ELF files.
-
-type: keyword
-
---
-
-*`process.elf.header.os_abi`*::
-+
---
-Application Binary Interface (ABI) of the Linux OS.
-
-type: keyword
-
---
-
-*`process.elf.header.type`*::
-+
---
-Header type of the ELF file.
-
-type: keyword
-
---
-
-*`process.elf.header.version`*::
-+
---
-Version of the ELF header.
-
-type: keyword
-
---
-
-*`process.elf.imports`*::
-+
---
-List of imported element names and types.
-
-type: flattened
-
---
-
-*`process.elf.sections`*::
-+
---
-An array containing an object for each section of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.sections.*`.
-
-type: nested
-
---
-
-*`process.elf.sections.chi2`*::
-+
---
-Chi-square probability distribution of the section.
-
-type: long
-
-format: number
-
---
-
-*`process.elf.sections.entropy`*::
-+
---
-Shannon entropy calculation from the section.
-
-type: long
-
-format: number
-
---
-
-*`process.elf.sections.flags`*::
-+
---
-ELF Section List flags.
-
-type: keyword
-
---
-
-*`process.elf.sections.name`*::
-+
---
-ELF Section List name.
-
-type: keyword
-
---
-
-*`process.elf.sections.physical_offset`*::
-+
---
-ELF Section List offset.
-
-type: keyword
-
---
-
-*`process.elf.sections.physical_size`*::
-+
---
-ELF Section List physical size.
-
-type: long
-
-format: bytes
-
---
-
-*`process.elf.sections.type`*::
-+
---
-ELF Section List type.
-
-type: keyword
-
---
-
-*`process.elf.sections.virtual_address`*::
-+
---
-ELF Section List virtual address.
-
-type: long
-
-format: string
-
---
-
-*`process.elf.sections.virtual_size`*::
-+
---
-ELF Section List virtual size.
-
-type: long
-
-format: string
-
---
-
-*`process.elf.segments`*::
-+
---
-An array containing an object for each segment of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.segments.*`.
-
-type: nested
-
---
-
-*`process.elf.segments.sections`*::
-+
---
-ELF object segment sections.
-
-type: keyword
-
---
-
-*`process.elf.segments.type`*::
-+
---
-ELF object segment type.
-
-type: keyword
-
---
-
-*`process.elf.shared_libraries`*::
-+
---
-List of shared libraries used by this ELF object.
-
-type: keyword
-
---
-
-*`process.elf.telfhash`*::
-+
---
-telfhash symbol hash for ELF file.
-
-type: keyword
-
---
-
-*`process.end`*::
-+
---
-The time the process ended.
-
-type: date
-
-example: 2016-05-23T08:05:34.853Z
-
---
-
-*`process.entity_id`*::
-+
---
-Unique 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.
-
-type: keyword
-
-example: c2c455d9f99375d
-
---
-
-*`process.executable`*::
-+
---
-Absolute path to the process executable.
-
-type: keyword
-
-example: /usr/bin/ssh
-
---
-
-*`process.executable.text`*::
-+
---
-type: match_only_text
-
---
-
-*`process.exit_code`*::
-+
---
-The exit code of the process, if this is a termination event.
-The field should be absent if there is no exit code for the event (e.g. process start).
-
-type: long
-
-example: 137
-
---
-
-*`process.hash.md5`*::
-+
---
-MD5 hash.
-
-type: keyword
-
---
-
-*`process.hash.sha1`*::
-+
---
-SHA1 hash.
-
-type: keyword
-
---
-
-*`process.hash.sha256`*::
-+
---
-SHA256 hash.
-
-type: keyword
-
---
-
-*`process.hash.sha512`*::
-+
---
-SHA512 hash.
-
-type: keyword
-
---
-
-*`process.hash.ssdeep`*::
-+
---
-SSDEEP hash.
-
-type: keyword
-
---
-
-*`process.name`*::
-+
---
-Process name.
-Sometimes called program name or similar.
-
-type: keyword
-
-example: ssh
-
---
-
-*`process.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`process.parent.args`*::
-+
---
-Array of process arguments, starting with the absolute path to the executable.
-May be filtered to protect sensitive information.
-
-type: keyword
-
-example: ["/usr/bin/ssh", "-l", "user", "10.0.0.16"]
-
---
-
-*`process.parent.args_count`*::
-+
---
-Length 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.
-
-type: long
-
-example: 4
-
---
-
-*`process.parent.code_signature.digest_algorithm`*::
-+
---
-The hashing algorithm used to sign the process.
-This value can distinguish signatures when a file is signed multiple times by the same signer but with a different digest algorithm.
-
-type: keyword
-
-example: sha256
-
---
-
-*`process.parent.code_signature.exists`*::
-+
---
-Boolean to capture if a signature is present.
-
-type: boolean
-
-example: true
-
---
-
-*`process.parent.code_signature.signing_id`*::
-+
---
-The identifier used to sign the process.
-This is used to identify the application manufactured by a software vendor. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: com.apple.xpc.proxy
-
---
-
-*`process.parent.code_signature.status`*::
-+
---
-Additional 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.
-
-type: keyword
-
-example: ERROR_UNTRUSTED_ROOT
-
---
-
-*`process.parent.code_signature.subject_name`*::
-+
---
-Subject name of the code signer
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`process.parent.code_signature.team_id`*::
-+
---
-The team identifier used to sign the process.
-This is used to identify the team or vendor of a software product. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: EQHXZ8M8AV
-
---
-
-*`process.parent.code_signature.timestamp`*::
-+
---
-Date and time when the code signature was generated and signed.
-
-type: date
-
-example: 2021-01-01T12:10:30Z
-
---
-
-*`process.parent.code_signature.trusted`*::
-+
---
-Stores 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.
-
-type: boolean
-
-example: true
-
---
-
-*`process.parent.code_signature.valid`*::
-+
---
-Boolean to capture if the digital signature is verified against the binary content.
-Leave unpopulated if a certificate was unchecked.
-
-type: boolean
-
-example: true
-
---
-
-*`process.parent.command_line`*::
-+
---
-Full 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.
-
-type: wildcard
-
-example: /usr/bin/ssh -l user 10.0.0.16
-
---
-
-*`process.parent.command_line.text`*::
-+
---
-type: match_only_text
-
---
-
-*`process.parent.elf.architecture`*::
-+
---
-Machine architecture of the ELF file.
-
-type: keyword
-
-example: x86-64
-
---
-
-*`process.parent.elf.byte_order`*::
-+
---
-Byte sequence of ELF file.
-
-type: keyword
-
-example: Little Endian
-
---
-
-*`process.parent.elf.cpu_type`*::
-+
---
-CPU type of the ELF file.
-
-type: keyword
-
-example: Intel
-
---
-
-*`process.parent.elf.creation_date`*::
-+
---
-Extracted when possible from the file's metadata. Indicates when it was built or compiled. It can also be faked by malware creators.
-
-type: date
-
---
-
-*`process.parent.elf.exports`*::
-+
---
-List of exported element names and types.
-
-type: flattened
-
---
-
-*`process.parent.elf.header.abi_version`*::
-+
---
-Version of the ELF Application Binary Interface (ABI).
-
-type: keyword
-
---
-
-*`process.parent.elf.header.class`*::
-+
---
-Header class of the ELF file.
-
-type: keyword
-
---
-
-*`process.parent.elf.header.data`*::
-+
---
-Data table of the ELF header.
-
-type: keyword
-
---
-
-*`process.parent.elf.header.entrypoint`*::
-+
---
-Header entrypoint of the ELF file.
-
-type: long
-
-format: string
-
---
-
-*`process.parent.elf.header.object_version`*::
-+
---
-"0x1" for original ELF files.
-
-type: keyword
-
---
-
-*`process.parent.elf.header.os_abi`*::
-+
---
-Application Binary Interface (ABI) of the Linux OS.
-
-type: keyword
-
---
-
-*`process.parent.elf.header.type`*::
-+
---
-Header type of the ELF file.
-
-type: keyword
-
---
-
-*`process.parent.elf.header.version`*::
-+
---
-Version of the ELF header.
-
-type: keyword
-
---
-
-*`process.parent.elf.imports`*::
-+
---
-List of imported element names and types.
-
-type: flattened
-
---
-
-*`process.parent.elf.sections`*::
-+
---
-An array containing an object for each section of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.sections.*`.
-
-type: nested
-
---
-
-*`process.parent.elf.sections.chi2`*::
-+
---
-Chi-square probability distribution of the section.
-
-type: long
-
-format: number
-
---
-
-*`process.parent.elf.sections.entropy`*::
-+
---
-Shannon entropy calculation from the section.
-
-type: long
-
-format: number
-
---
-
-*`process.parent.elf.sections.flags`*::
-+
---
-ELF Section List flags.
-
-type: keyword
-
---
-
-*`process.parent.elf.sections.name`*::
-+
---
-ELF Section List name.
-
-type: keyword
-
---
-
-*`process.parent.elf.sections.physical_offset`*::
-+
---
-ELF Section List offset.
-
-type: keyword
-
---
-
-*`process.parent.elf.sections.physical_size`*::
-+
---
-ELF Section List physical size.
-
-type: long
-
-format: bytes
-
---
-
-*`process.parent.elf.sections.type`*::
-+
---
-ELF Section List type.
-
-type: keyword
-
---
-
-*`process.parent.elf.sections.virtual_address`*::
-+
---
-ELF Section List virtual address.
-
-type: long
-
-format: string
-
---
-
-*`process.parent.elf.sections.virtual_size`*::
-+
---
-ELF Section List virtual size.
-
-type: long
-
-format: string
-
---
-
-*`process.parent.elf.segments`*::
-+
---
-An array containing an object for each segment of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.segments.*`.
-
-type: nested
-
---
-
-*`process.parent.elf.segments.sections`*::
-+
---
-ELF object segment sections.
-
-type: keyword
-
---
-
-*`process.parent.elf.segments.type`*::
-+
---
-ELF object segment type.
-
-type: keyword
-
---
-
-*`process.parent.elf.shared_libraries`*::
-+
---
-List of shared libraries used by this ELF object.
-
-type: keyword
-
---
-
-*`process.parent.elf.telfhash`*::
-+
---
-telfhash symbol hash for ELF file.
-
-type: keyword
-
---
-
-*`process.parent.end`*::
-+
---
-The time the process ended.
-
-type: date
-
-example: 2016-05-23T08:05:34.853Z
-
---
-
-*`process.parent.entity_id`*::
-+
---
-Unique 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.
-
-type: keyword
-
-example: c2c455d9f99375d
-
---
-
-*`process.parent.executable`*::
-+
---
-Absolute path to the process executable.
-
-type: keyword
-
-example: /usr/bin/ssh
-
---
-
-*`process.parent.executable.text`*::
-+
---
-type: match_only_text
-
---
-
-*`process.parent.exit_code`*::
-+
---
-The exit code of the process, if this is a termination event.
-The field should be absent if there is no exit code for the event (e.g. process start).
-
-type: long
-
-example: 137
-
---
-
-*`process.parent.hash.md5`*::
-+
---
-MD5 hash.
-
-type: keyword
-
---
-
-*`process.parent.hash.sha1`*::
-+
---
-SHA1 hash.
-
-type: keyword
-
---
-
-*`process.parent.hash.sha256`*::
-+
---
-SHA256 hash.
-
-type: keyword
-
---
-
-*`process.parent.hash.sha512`*::
-+
---
-SHA512 hash.
-
-type: keyword
-
---
-
-*`process.parent.hash.ssdeep`*::
-+
---
-SSDEEP hash.
-
-type: keyword
-
---
-
-*`process.parent.name`*::
-+
---
-Process name.
-Sometimes called program name or similar.
-
-type: keyword
-
-example: ssh
-
---
-
-*`process.parent.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`process.parent.pe.architecture`*::
-+
---
-CPU architecture target for the file.
-
-type: keyword
-
-example: x64
-
---
-
-*`process.parent.pe.company`*::
-+
---
-Internal company name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`process.parent.pe.description`*::
-+
---
-Internal description of the file, provided at compile-time.
-
-type: keyword
-
-example: Paint
-
---
-
-*`process.parent.pe.file_version`*::
-+
---
-Internal version of the file, provided at compile-time.
-
-type: keyword
-
-example: 6.3.9600.17415
-
---
-
-*`process.parent.pe.imphash`*::
-+
---
-A 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 at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.
-
-type: keyword
-
-example: 0c6803c4e922103c4dca5963aad36ddf
-
---
-
-*`process.parent.pe.original_file_name`*::
-+
---
-Internal name of the file, provided at compile-time.
-
-type: keyword
-
-example: MSPAINT.EXE
-
---
-
-*`process.parent.pe.product`*::
-+
---
-Internal product name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft® Windows® Operating System
-
---
-
-*`process.parent.pgid`*::
-+
---
-Identifier of the group of processes the process belongs to.
-
-type: long
-
-format: string
-
---
-
-*`process.parent.pid`*::
-+
---
-Process id.
-
-type: long
-
-example: 4242
-
-format: string
-
---
-
-*`process.parent.start`*::
-+
---
-The time the process started.
-
-type: date
-
-example: 2016-05-23T08:05:34.853Z
-
---
-
-*`process.parent.thread.id`*::
-+
---
-Thread ID.
-
-type: long
-
-example: 4242
-
-format: string
-
---
-
-*`process.parent.thread.name`*::
-+
---
-Thread name.
-
-type: keyword
-
-example: thread-0
-
---
-
-*`process.parent.title`*::
-+
---
-Process 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.
-
-type: keyword
-
---
-
-*`process.parent.title.text`*::
-+
---
-type: match_only_text
-
---
-
-*`process.parent.uptime`*::
-+
---
-Seconds the process has been up.
-
-type: long
-
-example: 1325
-
---
-
-*`process.parent.working_directory`*::
-+
---
-The working directory of the process.
-
-type: keyword
-
-example: /home/alice
-
---
-
-*`process.parent.working_directory.text`*::
-+
---
-type: match_only_text
-
---
-
-*`process.pe.architecture`*::
-+
---
-CPU architecture target for the file.
-
-type: keyword
-
-example: x64
-
---
-
-*`process.pe.company`*::
-+
---
-Internal company name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`process.pe.description`*::
-+
---
-Internal description of the file, provided at compile-time.
-
-type: keyword
-
-example: Paint
-
---
-
-*`process.pe.file_version`*::
-+
---
-Internal version of the file, provided at compile-time.
-
-type: keyword
-
-example: 6.3.9600.17415
-
---
-
-*`process.pe.imphash`*::
-+
---
-A 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 at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.
-
-type: keyword
-
-example: 0c6803c4e922103c4dca5963aad36ddf
-
---
-
-*`process.pe.original_file_name`*::
-+
---
-Internal name of the file, provided at compile-time.
-
-type: keyword
-
-example: MSPAINT.EXE
-
---
-
-*`process.pe.product`*::
-+
---
-Internal product name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft® Windows® Operating System
-
---
-
-*`process.pgid`*::
-+
---
-Identifier of the group of processes the process belongs to.
-
-type: long
-
-format: string
-
---
-
-*`process.pid`*::
-+
---
-Process id.
-
-type: long
-
-example: 4242
-
-format: string
-
---
-
-*`process.start`*::
-+
---
-The time the process started.
-
-type: date
-
-example: 2016-05-23T08:05:34.853Z
-
---
-
-*`process.thread.id`*::
-+
---
-Thread ID.
-
-type: long
-
-example: 4242
-
-format: string
-
---
-
-*`process.thread.name`*::
-+
---
-Thread name.
-
-type: keyword
-
-example: thread-0
-
---
-
-*`process.title`*::
-+
---
-Process 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.
-
-type: keyword
-
---
-
-*`process.title.text`*::
-+
---
-type: match_only_text
-
---
-
-*`process.uptime`*::
-+
---
-Seconds the process has been up.
-
-type: long
-
-example: 1325
-
---
-
-*`process.working_directory`*::
-+
---
-The working directory of the process.
-
-type: keyword
-
-example: /home/alice
-
---
-
-*`process.working_directory.text`*::
-+
---
-type: match_only_text
-
---
-
-[float]
-=== registry
-
-Fields related to Windows Registry operations.
-
-
-*`registry.data.bytes`*::
-+
---
-Original bytes written with base64 encoding.
-For Windows registry operations, such as SetValueEx and RegQueryValueEx, this corresponds to the data pointed by `lp_data`. This is optional but provides better recoverability and should be populated for REG_BINARY encoded values.
-
-type: keyword
-
-example: ZQBuAC0AVQBTAAAAZQBuAAAAAAA=
-
---
-
-*`registry.data.strings`*::
-+
---
-Content 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"`).
-
-type: wildcard
-
-example: ["C:\rta\red_ttp\bin\myapp.exe"]
-
---
-
-*`registry.data.type`*::
-+
---
-Standard registry type for encoding contents
-
-type: keyword
-
-example: REG_SZ
-
---
-
-*`registry.hive`*::
-+
---
-Abbreviated name for the hive.
-
-type: keyword
-
-example: HKLM
-
---
-
-*`registry.key`*::
-+
---
-Hive-relative path of keys.
-
-type: keyword
-
-example: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe
-
---
-
-*`registry.path`*::
-+
---
-Full path, including hive, key and value
-
-type: keyword
-
-example: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe\Debugger
-
---
-
-*`registry.value`*::
-+
---
-Name of the value written.
-
-type: keyword
-
-example: Debugger
-
---
-
-[float]
-=== related
-
-This field set is meant to facilitate pivoting around a piece of data.
-Some pieces of information can be seen in many places in an ECS event. To facilitate searching for them, store an array of all seen values to their corresponding field in `related.`.
-A concrete example is IP addresses, which can be under host, observer, source, destination, client, server, and network.forwarded_ip. If you append all IPs to `related.ip`, you can then search for a given IP trivially, no matter where it appeared, by querying `related.ip:192.0.2.15`.
-
-
-*`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).
-
-type: keyword
-
---
-
-*`related.hosts`*::
-+
---
-All hostnames or other host identifiers seen on your event. Example identifiers include FQDNs, domain names, workstation names, or aliases.
-
-type: keyword
-
---
-
-*`related.ip`*::
-+
---
-All of the IPs seen on your event.
-
-type: ip
-
---
-
-*`related.user`*::
-+
---
-All the user names or other user identifiers seen on the event.
-
-type: keyword
-
---
-
-[float]
-=== rule
-
-Rule fields are used to capture the specifics of any observer or agent rules that generate alerts or other notable events.
-Examples of data sources that would populate the rule fields include: network admission control platforms, network or host IDS/IPS, network firewalls, web application firewalls, url filters, endpoint detection and response (EDR) systems, etc.
-
-
-*`rule.author`*::
-+
---
-Name, organization, or pseudonym of the author or authors who created the rule used to generate this event.
-
-type: keyword
-
-example: ["Star-Lord"]
-
---
-
-*`rule.category`*::
-+
---
-A categorization value keyword used by the entity using the rule for detection of this event.
-
-type: keyword
-
-example: Attempted Information Leak
-
---
-
-*`rule.description`*::
-+
---
-The description of the rule generating the event.
-
-type: keyword
-
-example: Block requests to public DNS over HTTPS / TLS protocols
-
---
-
-*`rule.id`*::
-+
---
-A rule ID that is unique within the scope of an agent, observer, or other entity using the rule for detection of this event.
-
-type: keyword
-
-example: 101
-
---
-
-*`rule.license`*::
-+
---
-Name of the license under which the rule used to generate this event is made available.
-
-type: keyword
-
-example: Apache 2.0
-
---
-
-*`rule.name`*::
-+
---
-The name of the rule or signature generating the event.
-
-type: keyword
-
-example: BLOCK_DNS_over_TLS
-
---
-
-*`rule.reference`*::
-+
---
-Reference URL to additional information about the rule used to generate this event.
-The URL can point to the vendor's documentation about the rule. If that's not available, it can also be a link to a more general page describing this type of alert.
-
-type: keyword
-
-example: https://en.wikipedia.org/wiki/DNS_over_TLS
-
---
-
-*`rule.ruleset`*::
-+
---
-Name of the ruleset, policy, group, or parent category in which the rule used to generate this event is a member.
-
-type: keyword
-
-example: Standard_Protocol_Filters
-
---
-
-*`rule.uuid`*::
-+
---
-A rule ID that is unique within the scope of a set or group of agents, observers, or other entities using the rule for detection of this event.
-
-type: keyword
-
-example: 1100110011
-
---
-
-*`rule.version`*::
-+
---
-The version / revision of the rule being used for analysis.
-
-type: keyword
-
-example: 1.1
-
---
-
-[float]
-=== server
-
-A Server is defined as the responder in a network connection for events regarding sessions, connections, or bidirectional flow records.
-For TCP events, the server is the receiver of the initial SYN packet(s) of the TCP connection. For other protocols, the server is generally the responder in the network transaction. Some systems actually use the term "responder" to refer the server in TCP connections. The server fields describe details about the system acting as the server in the network event. Server fields are usually populated in conjunction with client fields. Server fields are generally not populated for packet-level events.
-Client / server representations can add semantic context to an exchange, which is helpful to visualize the data in certain situations. If your context falls in that category, you should still ensure that source and destination are filled appropriately.
-
-
-*`server.address`*::
-+
---
-Some event server addresses are defined ambiguously. The event will sometimes list an IP, a domain or a unix socket. You should always store the raw address in the `.address` field.
-Then it should be duplicated to `.ip` or `.domain`, depending on which one it is.
-
-type: keyword
-
---
-
-*`server.as.number`*::
-+
---
-Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet.
-
-type: long
-
-example: 15169
-
---
-
-*`server.as.organization.name`*::
-+
---
-Organization name.
-
-type: keyword
-
-example: Google LLC
-
---
-
-*`server.as.organization.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`server.bytes`*::
-+
---
-Bytes sent from the server to the client.
-
-type: long
-
-example: 184
-
-format: bytes
-
---
-
-*`server.domain`*::
-+
---
-Server domain.
-
-type: keyword
-
---
-
-*`server.geo.city_name`*::
-+
---
-City name.
-
-type: keyword
-
-example: Montreal
-
---
-
-*`server.geo.continent_code`*::
-+
---
-Two-letter code representing continent's name.
-
-type: keyword
-
-example: NA
-
---
-
-*`server.geo.continent_name`*::
-+
---
-Name of the continent.
-
-type: keyword
-
-example: North America
-
---
-
-*`server.geo.country_iso_code`*::
-+
---
-Country ISO code.
-
-type: keyword
-
-example: CA
-
---
-
-*`server.geo.country_name`*::
-+
---
-Country name.
-
-type: keyword
-
-example: Canada
-
---
-
-*`server.geo.location`*::
-+
---
-Longitude and latitude.
-
-type: geo_point
-
-example: { "lon": -73.614830, "lat": 45.505918 }
-
---
-
-*`server.geo.name`*::
-+
---
-User-defined description of a location, at the level of granularity they care about.
-Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
-Not typically used in automated geolocation.
-
-type: keyword
-
-example: boston-dc
-
---
-
-*`server.geo.postal_code`*::
-+
---
-Postal code associated with the location.
-Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
-
-type: keyword
-
-example: 94040
-
---
-
-*`server.geo.region_iso_code`*::
-+
---
-Region ISO code.
-
-type: keyword
-
-example: CA-QC
-
---
-
-*`server.geo.region_name`*::
-+
---
-Region name.
-
-type: keyword
-
-example: Quebec
-
---
-
-*`server.geo.timezone`*::
-+
---
-The time zone of the location, such as IANA time zone name.
-
-type: keyword
-
-example: America/Argentina/Buenos_Aires
-
---
-
-*`server.ip`*::
-+
---
-IP address of the server (IPv4 or IPv6).
-
-type: ip
-
---
-
-*`server.mac`*::
-+
---
-MAC address of the server.
-The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen.
-
-type: keyword
-
-example: 00-00-5E-00-53-23
-
---
-
-*`server.nat.ip`*::
-+
---
-Translated ip of destination based NAT sessions (e.g. internet to private DMZ)
-Typically used with load balancers, firewalls, or routers.
-
-type: ip
-
---
-
-*`server.nat.port`*::
-+
---
-Translated port of destination based NAT sessions (e.g. internet to private DMZ)
-Typically used with load balancers, firewalls, or routers.
-
-type: long
-
-format: string
-
---
-
-*`server.packets`*::
-+
---
-Packets sent from the server to the client.
-
-type: long
-
-example: 12
-
---
-
-*`server.port`*::
-+
---
-Port of the server.
-
-type: long
-
-format: string
-
---
-
-*`server.registered_domain`*::
-+
---
-The highest registered server 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
-
-type: keyword
-
-example: example.com
-
---
-
-*`server.subdomain`*::
-+
---
-The subdomain portion of a fully qualified domain name includes all of the names except the host name under the registered_domain. In a partially qualified domain, or if the the qualification level of the full name cannot be determined, subdomain contains all of the names below the registered domain.
-For example the subdomain portion of "www.east.mydomain.co.uk" is "east". 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.
-
-type: keyword
-
-example: east
-
---
-
-*`server.top_level_domain`*::
-+
---
-The 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last label will not work well for effective TLDs such as "co.uk".
-
-type: keyword
-
-example: co.uk
-
---
-
-*`server.user.domain`*::
-+
---
-Name of the directory the user is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`server.user.email`*::
-+
---
-User email address.
-
-type: keyword
-
---
-
-*`server.user.full_name`*::
-+
---
-User's full name, if available.
-
-type: keyword
-
-example: Albert Einstein
-
---
-
-*`server.user.full_name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`server.user.group.domain`*::
-+
---
-Name of the directory the group is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`server.user.group.id`*::
-+
---
-Unique identifier for the group on the system/platform.
-
-type: keyword
-
---
-
-*`server.user.group.name`*::
-+
---
-Name of the group.
-
-type: keyword
-
---
-
-*`server.user.hash`*::
-+
---
-Unique user hash to correlate information for a user in anonymized form.
-Useful if `user.id` or `user.name` contain confidential information and cannot be used.
-
-type: keyword
-
---
-
-*`server.user.id`*::
-+
---
-Unique identifier of the user.
-
-type: keyword
-
-example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
---
-
-*`server.user.name`*::
-+
---
-Short name or login of the user.
-
-type: keyword
-
-example: a.einstein
-
---
-
-*`server.user.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`server.user.roles`*::
-+
---
-Array of user roles at the time of the event.
-
-type: keyword
-
-example: ["kibana_admin", "reporting_user"]
-
---
-
-[float]
-=== service
-
-The service fields describe the service for or from which the data was collected.
-These fields help you find and correlate logs for a specific service and version.
-
-
-*`service.address`*::
-+
---
-Address where data about this service was collected from.
-This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets).
-
-type: keyword
-
-example: 172.26.0.2:5432
-
---
-
-*`service.environment`*::
-+
---
-Identifies the environment where the service is running.
-If the same service runs in different environments (production, staging, QA, development, etc.), the environment can identify other instances of the same service. Can also group services and applications from the same environment.
-
-type: keyword
-
-example: production
-
---
-
-*`service.ephemeral_id`*::
-+
---
-Ephemeral identifier of this service (if one exists).
-This id normally changes across restarts, but `service.id` does not.
-
-type: keyword
-
-example: 8a4f500f
-
---
-
-*`service.id`*::
-+
---
-Unique identifier of the running service. If the service is comprised of many nodes, the `service.id` should be the same for all nodes.
-This id should uniquely identify the service. This makes it possible to correlate logs and metrics for one specific service, no matter which particular node emitted the event.
-Note that if you need to see the events from one specific host of the service, you should filter on that `host.name` or `host.id` instead.
-
-type: keyword
-
-example: d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6
-
---
-
-*`service.name`*::
-+
---
-Name 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 the `service.name` could contain the cluster name. For Beats the `service.name` is by default a copy of the `service.type` field if no name is specified.
-
-type: keyword
-
-example: elasticsearch-metrics
-
---
-
-*`service.node.name`*::
-+
---
-Name of a service node.
-This allows for two nodes of the same service running on the same host to be differentiated. Therefore, `service.node.name` should typically be unique across nodes of a given service.
-In the case of Elasticsearch, the `service.node.name` could contain the unique node name within the Elasticsearch cluster. In cases where the service doesn't have the concept of a node name, the host name or container name can be used to distinguish running instances that make up this service. If those do not provide uniqueness (e.g. multiple instances of the service running on the same host) - the node name can be manually set.
-
-type: keyword
-
-example: instance-0000000016
-
---
-
-*`service.origin.address`*::
-+
---
-Address where data about this service was collected from.
-This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets).
-
-type: keyword
-
-example: 172.26.0.2:5432
-
---
-
-*`service.origin.environment`*::
-+
---
-Identifies the environment where the service is running.
-If the same service runs in different environments (production, staging, QA, development, etc.), the environment can identify other instances of the same service. Can also group services and applications from the same environment.
-
-type: keyword
-
-example: production
-
---
-
-*`service.origin.ephemeral_id`*::
-+
---
-Ephemeral identifier of this service (if one exists).
-This id normally changes across restarts, but `service.id` does not.
-
-type: keyword
-
-example: 8a4f500f
-
---
-
-*`service.origin.id`*::
-+
---
-Unique identifier of the running service. If the service is comprised of many nodes, the `service.id` should be the same for all nodes.
-This id should uniquely identify the service. This makes it possible to correlate logs and metrics for one specific service, no matter which particular node emitted the event.
-Note that if you need to see the events from one specific host of the service, you should filter on that `host.name` or `host.id` instead.
-
-type: keyword
-
-example: d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6
-
---
-
-*`service.origin.name`*::
-+
---
-Name 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 the `service.name` could contain the cluster name. For Beats the `service.name` is by default a copy of the `service.type` field if no name is specified.
-
-type: keyword
-
-example: elasticsearch-metrics
-
---
-
-*`service.origin.node.name`*::
-+
---
-Name of a service node.
-This allows for two nodes of the same service running on the same host to be differentiated. Therefore, `service.node.name` should typically be unique across nodes of a given service.
-In the case of Elasticsearch, the `service.node.name` could contain the unique node name within the Elasticsearch cluster. In cases where the service doesn't have the concept of a node name, the host name or container name can be used to distinguish running instances that make up this service. If those do not provide uniqueness (e.g. multiple instances of the service running on the same host) - the node name can be manually set.
-
-type: keyword
-
-example: instance-0000000016
-
---
-
-*`service.origin.state`*::
-+
---
-Current state of the service.
-
-type: keyword
-
---
-
-*`service.origin.type`*::
-+
---
-The 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 be `elasticsearch`.
-
-type: keyword
-
-example: elasticsearch
-
---
-
-*`service.origin.version`*::
-+
---
-Version of the service the data was collected from.
-This allows to look at a data set only for a specific version of a service.
-
-type: keyword
-
-example: 3.2.4
-
---
-
-*`service.state`*::
-+
---
-Current state of the service.
-
-type: keyword
-
---
-
-*`service.target.address`*::
-+
---
-Address where data about this service was collected from.
-This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets).
-
-type: keyword
-
-example: 172.26.0.2:5432
-
---
-
-*`service.target.environment`*::
-+
---
-Identifies the environment where the service is running.
-If the same service runs in different environments (production, staging, QA, development, etc.), the environment can identify other instances of the same service. Can also group services and applications from the same environment.
-
-type: keyword
-
-example: production
-
---
-
-*`service.target.ephemeral_id`*::
-+
---
-Ephemeral identifier of this service (if one exists).
-This id normally changes across restarts, but `service.id` does not.
-
-type: keyword
-
-example: 8a4f500f
-
---
-
-*`service.target.id`*::
-+
---
-Unique identifier of the running service. If the service is comprised of many nodes, the `service.id` should be the same for all nodes.
-This id should uniquely identify the service. This makes it possible to correlate logs and metrics for one specific service, no matter which particular node emitted the event.
-Note that if you need to see the events from one specific host of the service, you should filter on that `host.name` or `host.id` instead.
-
-type: keyword
-
-example: d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6
-
---
-
-*`service.target.name`*::
-+
---
-Name 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 the `service.name` could contain the cluster name. For Beats the `service.name` is by default a copy of the `service.type` field if no name is specified.
-
-type: keyword
-
-example: elasticsearch-metrics
-
---
-
-*`service.target.node.name`*::
-+
---
-Name of a service node.
-This allows for two nodes of the same service running on the same host to be differentiated. Therefore, `service.node.name` should typically be unique across nodes of a given service.
-In the case of Elasticsearch, the `service.node.name` could contain the unique node name within the Elasticsearch cluster. In cases where the service doesn't have the concept of a node name, the host name or container name can be used to distinguish running instances that make up this service. If those do not provide uniqueness (e.g. multiple instances of the service running on the same host) - the node name can be manually set.
-
-type: keyword
-
-example: instance-0000000016
-
---
-
-*`service.target.state`*::
-+
---
-Current state of the service.
-
-type: keyword
-
---
-
-*`service.target.type`*::
-+
---
-The 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 be `elasticsearch`.
-
-type: keyword
-
-example: elasticsearch
-
---
-
-*`service.target.version`*::
-+
---
-Version of the service the data was collected from.
-This allows to look at a data set only for a specific version of a service.
-
-type: keyword
-
-example: 3.2.4
-
---
-
-*`service.type`*::
-+
---
-The 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 be `elasticsearch`.
-
-type: keyword
-
-example: elasticsearch
-
---
-
-*`service.version`*::
-+
---
-Version of the service the data was collected from.
-This allows to look at a data set only for a specific version of a service.
-
-type: keyword
-
-example: 3.2.4
-
---
-
-[float]
-=== source
-
-Source fields capture details about the sender of a network exchange/packet. These fields are populated from a network event, packet, or other event containing details of a network transaction.
-Source fields are usually populated in conjunction with destination fields. The source and destination fields are considered the baseline and should always be filled if an event contains source and destination details from a network transaction. If the event also contains identification of the client and server roles, then the client and server fields should also be populated.
-
-
-*`source.address`*::
-+
---
-Some event source addresses are defined ambiguously. The event will sometimes list an IP, a domain or a unix socket. You should always store the raw address in the `.address` field.
-Then it should be duplicated to `.ip` or `.domain`, depending on which one it is.
-
-type: keyword
-
---
-
-*`source.as.number`*::
-+
---
-Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet.
-
-type: long
-
-example: 15169
-
---
-
-*`source.as.organization.name`*::
-+
---
-Organization name.
-
-type: keyword
-
-example: Google LLC
-
---
-
-*`source.as.organization.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`source.bytes`*::
-+
---
-Bytes sent from the source to the destination.
-
-type: long
-
-example: 184
-
-format: bytes
-
---
-
-*`source.domain`*::
-+
---
-Source domain.
-
-type: keyword
-
---
-
-*`source.geo.city_name`*::
-+
---
-City name.
-
-type: keyword
-
-example: Montreal
-
---
-
-*`source.geo.continent_code`*::
-+
---
-Two-letter code representing continent's name.
-
-type: keyword
-
-example: NA
-
---
-
-*`source.geo.continent_name`*::
-+
---
-Name of the continent.
-
-type: keyword
-
-example: North America
-
---
-
-*`source.geo.country_iso_code`*::
-+
---
-Country ISO code.
-
-type: keyword
-
-example: CA
-
---
-
-*`source.geo.country_name`*::
-+
---
-Country name.
-
-type: keyword
-
-example: Canada
-
---
-
-*`source.geo.location`*::
-+
---
-Longitude and latitude.
-
-type: geo_point
-
-example: { "lon": -73.614830, "lat": 45.505918 }
-
---
-
-*`source.geo.name`*::
-+
---
-User-defined description of a location, at the level of granularity they care about.
-Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
-Not typically used in automated geolocation.
-
-type: keyword
-
-example: boston-dc
-
---
-
-*`source.geo.postal_code`*::
-+
---
-Postal code associated with the location.
-Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
-
-type: keyword
-
-example: 94040
-
---
-
-*`source.geo.region_iso_code`*::
-+
---
-Region ISO code.
-
-type: keyword
-
-example: CA-QC
-
---
-
-*`source.geo.region_name`*::
-+
---
-Region name.
-
-type: keyword
-
-example: Quebec
-
---
-
-*`source.geo.timezone`*::
-+
---
-The time zone of the location, such as IANA time zone name.
-
-type: keyword
-
-example: America/Argentina/Buenos_Aires
-
---
-
-*`source.ip`*::
-+
---
-IP address of the source (IPv4 or IPv6).
-
-type: ip
-
---
-
-*`source.mac`*::
-+
---
-MAC address of the source.
-The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen.
-
-type: keyword
-
-example: 00-00-5E-00-53-23
-
---
-
-*`source.nat.ip`*::
-+
---
-Translated ip of source based NAT sessions (e.g. internal client to internet)
-Typically connections traversing load balancers, firewalls, or routers.
-
-type: ip
-
---
-
-*`source.nat.port`*::
-+
---
-Translated port of source based NAT sessions. (e.g. internal client to internet)
-Typically used with load balancers, firewalls, or routers.
-
-type: long
-
-format: string
-
---
-
-*`source.packets`*::
-+
---
-Packets sent from the source to the destination.
-
-type: long
-
-example: 12
-
---
-
-*`source.port`*::
-+
---
-Port of the source.
-
-type: long
-
-format: string
-
---
-
-*`source.registered_domain`*::
-+
---
-The highest registered source 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
-
-type: keyword
-
-example: example.com
-
---
-
-*`source.subdomain`*::
-+
---
-The subdomain portion of a fully qualified domain name includes all of the names except the host name under the registered_domain. In a partially qualified domain, or if the the qualification level of the full name cannot be determined, subdomain contains all of the names below the registered domain.
-For example the subdomain portion of "www.east.mydomain.co.uk" is "east". 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.
-
-type: keyword
-
-example: east
-
---
-
-*`source.top_level_domain`*::
-+
---
-The 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last label will not work well for effective TLDs such as "co.uk".
-
-type: keyword
-
-example: co.uk
-
---
-
-*`source.user.domain`*::
-+
---
-Name of the directory the user is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`source.user.email`*::
-+
---
-User email address.
-
-type: keyword
-
---
-
-*`source.user.full_name`*::
-+
---
-User's full name, if available.
-
-type: keyword
-
-example: Albert Einstein
-
---
-
-*`source.user.full_name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`source.user.group.domain`*::
-+
---
-Name of the directory the group is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`source.user.group.id`*::
-+
---
-Unique identifier for the group on the system/platform.
-
-type: keyword
-
---
-
-*`source.user.group.name`*::
-+
---
-Name of the group.
-
-type: keyword
-
---
-
-*`source.user.hash`*::
-+
---
-Unique user hash to correlate information for a user in anonymized form.
-Useful if `user.id` or `user.name` contain confidential information and cannot be used.
-
-type: keyword
-
---
-
-*`source.user.id`*::
-+
---
-Unique identifier of the user.
-
-type: keyword
-
-example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
---
-
-*`source.user.name`*::
-+
---
-Short name or login of the user.
-
-type: keyword
-
-example: a.einstein
-
---
-
-*`source.user.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`source.user.roles`*::
-+
---
-Array of user roles at the time of the event.
-
-type: keyword
-
-example: ["kibana_admin", "reporting_user"]
-
---
-
-[float]
-=== threat
-
-Fields to classify events and alerts according to a threat taxonomy such as the MITRE ATT&CK® framework.
-These fields are for users to classify alerts from all of their sources (e.g. IDS, NGFW, etc.) within a common taxonomy. The threat.tactic.* fields are meant to capture the high level category of the threat (e.g. "impact"). The threat.technique.* fields are meant to capture which kind of approach is used by this detected threat, to accomplish the goal (e.g. "endpoint denial of service").
-
-
-*`threat.enrichments`*::
-+
---
-A list of associated indicators objects enriching the event, and the context of that association/enrichment.
-
-type: nested
-
---
-
-*`threat.enrichments.indicator`*::
-+
---
-Object containing associated indicators enriching the event.
-
-type: object
-
---
-
-*`threat.enrichments.indicator.as.number`*::
-+
---
-Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet.
-
-type: long
-
-example: 15169
-
---
-
-*`threat.enrichments.indicator.as.organization.name`*::
-+
---
-Organization name.
-
-type: keyword
-
-example: Google LLC
-
---
-
-*`threat.enrichments.indicator.as.organization.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.enrichments.indicator.confidence`*::
-+
---
-Identifies the vendor-neutral confidence rating using the None/Low/Medium/High scale defined in Appendix A of the STIX 2.1 framework. Vendor-specific confidence scales may be added as custom fields.
-Expected values are:
- * Not Specified
- * None
- * Low
- * Medium
- * High
-
-type: keyword
-
-example: Medium
-
---
-
-*`threat.enrichments.indicator.description`*::
-+
---
-Describes the type of action conducted by the threat.
-
-type: keyword
-
-example: IP x.x.x.x was observed delivering the Angler EK.
-
---
-
-*`threat.enrichments.indicator.email.address`*::
-+
---
-Identifies a threat indicator as an email address (irrespective of direction).
-
-type: keyword
-
-example: phish@example.com
-
---
-
-*`threat.enrichments.indicator.file.accessed`*::
-+
---
-Last time the file was accessed.
-Note that not all filesystems keep track of access time.
-
-type: date
-
---
-
-*`threat.enrichments.indicator.file.attributes`*::
-+
---
-Array of file attributes.
-Attributes names will vary by platform. Here's a non-exhaustive list of values that are expected in this field: archive, compressed, directory, encrypted, execute, hidden, read, readonly, system, write.
-
-type: keyword
-
-example: ["readonly", "system"]
-
---
-
-*`threat.enrichments.indicator.file.code_signature.digest_algorithm`*::
-+
---
-The hashing algorithm used to sign the process.
-This value can distinguish signatures when a file is signed multiple times by the same signer but with a different digest algorithm.
-
-type: keyword
-
-example: sha256
-
---
-
-*`threat.enrichments.indicator.file.code_signature.exists`*::
-+
---
-Boolean to capture if a signature is present.
-
-type: boolean
-
-example: true
-
---
-
-*`threat.enrichments.indicator.file.code_signature.signing_id`*::
-+
---
-The identifier used to sign the process.
-This is used to identify the application manufactured by a software vendor. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: com.apple.xpc.proxy
-
---
-
-*`threat.enrichments.indicator.file.code_signature.status`*::
-+
---
-Additional 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.
-
-type: keyword
-
-example: ERROR_UNTRUSTED_ROOT
-
---
-
-*`threat.enrichments.indicator.file.code_signature.subject_name`*::
-+
---
-Subject name of the code signer
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`threat.enrichments.indicator.file.code_signature.team_id`*::
-+
---
-The team identifier used to sign the process.
-This is used to identify the team or vendor of a software product. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: EQHXZ8M8AV
-
---
-
-*`threat.enrichments.indicator.file.code_signature.timestamp`*::
-+
---
-Date and time when the code signature was generated and signed.
-
-type: date
-
-example: 2021-01-01T12:10:30Z
-
---
-
-*`threat.enrichments.indicator.file.code_signature.trusted`*::
-+
---
-Stores 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.
-
-type: boolean
-
-example: true
-
---
-
-*`threat.enrichments.indicator.file.code_signature.valid`*::
-+
---
-Boolean to capture if the digital signature is verified against the binary content.
-Leave unpopulated if a certificate was unchecked.
-
-type: boolean
-
-example: true
-
---
-
-*`threat.enrichments.indicator.file.created`*::
-+
---
-File creation time.
-Note that not all filesystems store the creation time.
-
-type: date
-
---
-
-*`threat.enrichments.indicator.file.ctime`*::
-+
---
-Last time the file attributes or metadata changed.
-Note that changes to the file content will update `mtime`. This implies `ctime` will be adjusted at the same time, since `mtime` is an attribute of the file.
-
-type: date
-
---
-
-*`threat.enrichments.indicator.file.device`*::
-+
---
-Device that is the source of the file.
-
-type: keyword
-
-example: sda
-
---
-
-*`threat.enrichments.indicator.file.directory`*::
-+
---
-Directory where the file is located. It should include the drive letter, when appropriate.
-
-type: keyword
-
-example: /home/alice
-
---
-
-*`threat.enrichments.indicator.file.drive_letter`*::
-+
---
-Drive letter where the file is located. This field is only relevant on Windows.
-The value should be uppercase, and not include the colon.
-
-type: keyword
-
-example: C
-
---
-
-*`threat.enrichments.indicator.file.elf.architecture`*::
-+
---
-Machine architecture of the ELF file.
-
-type: keyword
-
-example: x86-64
-
---
-
-*`threat.enrichments.indicator.file.elf.byte_order`*::
-+
---
-Byte sequence of ELF file.
-
-type: keyword
-
-example: Little Endian
-
---
-
-*`threat.enrichments.indicator.file.elf.cpu_type`*::
-+
---
-CPU type of the ELF file.
-
-type: keyword
-
-example: Intel
-
---
-
-*`threat.enrichments.indicator.file.elf.creation_date`*::
-+
---
-Extracted when possible from the file's metadata. Indicates when it was built or compiled. It can also be faked by malware creators.
-
-type: date
-
---
-
-*`threat.enrichments.indicator.file.elf.exports`*::
-+
---
-List of exported element names and types.
-
-type: flattened
-
---
-
-*`threat.enrichments.indicator.file.elf.header.abi_version`*::
-+
---
-Version of the ELF Application Binary Interface (ABI).
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.header.class`*::
-+
---
-Header class of the ELF file.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.header.data`*::
-+
---
-Data table of the ELF header.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.header.entrypoint`*::
-+
---
-Header entrypoint of the ELF file.
-
-type: long
-
-format: string
-
---
-
-*`threat.enrichments.indicator.file.elf.header.object_version`*::
-+
---
-"0x1" for original ELF files.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.header.os_abi`*::
-+
---
-Application Binary Interface (ABI) of the Linux OS.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.header.type`*::
-+
---
-Header type of the ELF file.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.header.version`*::
-+
---
-Version of the ELF header.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.imports`*::
-+
---
-List of imported element names and types.
-
-type: flattened
-
---
-
-*`threat.enrichments.indicator.file.elf.sections`*::
-+
---
-An array containing an object for each section of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.sections.*`.
-
-type: nested
-
---
-
-*`threat.enrichments.indicator.file.elf.sections.chi2`*::
-+
---
-Chi-square probability distribution of the section.
-
-type: long
-
-format: number
-
---
-
-*`threat.enrichments.indicator.file.elf.sections.entropy`*::
-+
---
-Shannon entropy calculation from the section.
-
-type: long
-
-format: number
-
---
-
-*`threat.enrichments.indicator.file.elf.sections.flags`*::
-+
---
-ELF Section List flags.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.sections.name`*::
-+
---
-ELF Section List name.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.sections.physical_offset`*::
-+
---
-ELF Section List offset.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.sections.physical_size`*::
-+
---
-ELF Section List physical size.
-
-type: long
-
-format: bytes
-
---
-
-*`threat.enrichments.indicator.file.elf.sections.type`*::
-+
---
-ELF Section List type.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.sections.virtual_address`*::
-+
---
-ELF Section List virtual address.
-
-type: long
-
-format: string
-
---
-
-*`threat.enrichments.indicator.file.elf.sections.virtual_size`*::
-+
---
-ELF Section List virtual size.
-
-type: long
-
-format: string
-
---
-
-*`threat.enrichments.indicator.file.elf.segments`*::
-+
---
-An array containing an object for each segment of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.segments.*`.
-
-type: nested
-
---
-
-*`threat.enrichments.indicator.file.elf.segments.sections`*::
-+
---
-ELF object segment sections.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.segments.type`*::
-+
---
-ELF object segment type.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.shared_libraries`*::
-+
---
-List of shared libraries used by this ELF object.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.elf.telfhash`*::
-+
---
-telfhash symbol hash for ELF file.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.extension`*::
-+
---
-File 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").
-
-type: keyword
-
-example: png
-
---
-
-*`threat.enrichments.indicator.file.fork_name`*::
-+
---
-A fork is additional data associated with a filesystem object.
-On Linux, a resource fork is used to store additional data with a filesystem object. A file always has at least one fork for the data portion, and additional forks may exist.
-On NTFS, this is analogous to an Alternate Data Stream (ADS), and the default data stream for a file is just called $DATA. Zone.Identifier is commonly used by Windows to track contents downloaded from the Internet. An ADS is typically of the form: `C:\path\to\filename.extension:some_fork_name`, and `some_fork_name` is the value that should populate `fork_name`. `filename.extension` should populate `file.name`, and `extension` should populate `file.extension`. The full path, `file.path`, will include the fork name.
-
-type: keyword
-
-example: Zone.Identifer
-
---
-
-*`threat.enrichments.indicator.file.gid`*::
-+
---
-Primary group ID (GID) of the file.
-
-type: keyword
-
-example: 1001
-
---
-
-*`threat.enrichments.indicator.file.group`*::
-+
---
-Primary group name of the file.
-
-type: keyword
-
-example: alice
-
---
-
-*`threat.enrichments.indicator.file.hash.md5`*::
-+
---
-MD5 hash.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.hash.sha1`*::
-+
---
-SHA1 hash.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.hash.sha256`*::
-+
---
-SHA256 hash.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.hash.sha512`*::
-+
---
-SHA512 hash.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.hash.ssdeep`*::
-+
---
-SSDEEP hash.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.inode`*::
-+
---
-Inode representing the file in the filesystem.
-
-type: keyword
-
-example: 256383
-
---
-
-*`threat.enrichments.indicator.file.mime_type`*::
-+
---
-MIME type should identify the format of the file or stream of bytes using https://www.iana.org/assignments/media-types/media-types.xhtml[IANA official types], where possible. When more than one type is applicable, the most specific type should be used.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.mode`*::
-+
---
-Mode of the file in octal representation.
-
-type: keyword
-
-example: 0640
-
---
-
-*`threat.enrichments.indicator.file.mtime`*::
-+
---
-Last time the file content was modified.
-
-type: date
-
---
-
-*`threat.enrichments.indicator.file.name`*::
-+
---
-Name of the file including the extension, without the directory.
-
-type: keyword
-
-example: example.png
-
---
-
-*`threat.enrichments.indicator.file.owner`*::
-+
---
-File owner's username.
-
-type: keyword
-
-example: alice
-
---
-
-*`threat.enrichments.indicator.file.path`*::
-+
---
-Full path to the file, including the file name. It should include the drive letter, when appropriate.
-
-type: keyword
-
-example: /home/alice/example.png
-
---
-
-*`threat.enrichments.indicator.file.path.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.enrichments.indicator.file.pe.architecture`*::
-+
---
-CPU architecture target for the file.
-
-type: keyword
-
-example: x64
-
---
-
-*`threat.enrichments.indicator.file.pe.company`*::
-+
---
-Internal company name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`threat.enrichments.indicator.file.pe.description`*::
-+
---
-Internal description of the file, provided at compile-time.
-
-type: keyword
-
-example: Paint
-
---
-
-*`threat.enrichments.indicator.file.pe.file_version`*::
-+
---
-Internal version of the file, provided at compile-time.
-
-type: keyword
-
-example: 6.3.9600.17415
-
---
-
-*`threat.enrichments.indicator.file.pe.imphash`*::
-+
---
-A 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 at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.
-
-type: keyword
-
-example: 0c6803c4e922103c4dca5963aad36ddf
-
---
-
-*`threat.enrichments.indicator.file.pe.original_file_name`*::
-+
---
-Internal name of the file, provided at compile-time.
-
-type: keyword
-
-example: MSPAINT.EXE
-
---
-
-*`threat.enrichments.indicator.file.pe.product`*::
-+
---
-Internal product name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft® Windows® Operating System
-
---
-
-*`threat.enrichments.indicator.file.size`*::
-+
---
-File size in bytes.
-Only relevant when `file.type` is "file".
-
-type: long
-
-example: 16384
-
---
-
-*`threat.enrichments.indicator.file.target_path`*::
-+
---
-Target path for symlinks.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.target_path.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.enrichments.indicator.file.type`*::
-+
---
-File type (file, dir, or symlink).
-
-type: keyword
-
-example: file
-
---
-
-*`threat.enrichments.indicator.file.uid`*::
-+
---
-The user ID (UID) or security identifier (SID) of the file owner.
-
-type: keyword
-
-example: 1001
-
---
-
-*`threat.enrichments.indicator.file.x509.alternative_names`*::
-+
---
-List of subject alternative names (SAN). Name types vary by certificate authority and certificate type but commonly contain IP addresses, DNS names (and wildcards), and email addresses.
-
-type: keyword
-
-example: *.elastic.co
-
---
-
-*`threat.enrichments.indicator.file.x509.issuer.common_name`*::
-+
---
-List of common name (CN) of issuing certificate authority.
-
-type: keyword
-
-example: Example SHA2 High Assurance Server CA
-
---
-
-*`threat.enrichments.indicator.file.x509.issuer.country`*::
-+
---
-List of country (C) codes
-
-type: keyword
-
-example: US
-
---
-
-*`threat.enrichments.indicator.file.x509.issuer.distinguished_name`*::
-+
---
-Distinguished name (DN) of issuing certificate authority.
-
-type: keyword
-
-example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
---
-
-*`threat.enrichments.indicator.file.x509.issuer.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: Mountain View
-
---
-
-*`threat.enrichments.indicator.file.x509.issuer.organization`*::
-+
---
-List of organizations (O) of issuing certificate authority.
-
-type: keyword
-
-example: Example Inc
-
---
-
-*`threat.enrichments.indicator.file.x509.issuer.organizational_unit`*::
-+
---
-List of organizational units (OU) of issuing certificate authority.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`threat.enrichments.indicator.file.x509.issuer.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`threat.enrichments.indicator.file.x509.not_after`*::
-+
---
-Time at which the certificate is no longer considered valid.
-
-type: date
-
-example: 2020-07-16 03:15:39+00:00
-
---
-
-*`threat.enrichments.indicator.file.x509.not_before`*::
-+
---
-Time at which the certificate is first considered valid.
-
-type: date
-
-example: 2019-08-16 01:40:25+00:00
-
---
-
-*`threat.enrichments.indicator.file.x509.public_key_algorithm`*::
-+
---
-Algorithm used to generate the public key.
-
-type: keyword
-
-example: RSA
-
---
-
-*`threat.enrichments.indicator.file.x509.public_key_curve`*::
-+
---
-The curve used by the elliptic curve public key algorithm. This is algorithm specific.
-
-type: keyword
-
-example: nistp521
-
---
-
-*`threat.enrichments.indicator.file.x509.public_key_exponent`*::
-+
---
-Exponent used to derive the public key. This is algorithm specific.
-
-type: long
-
-example: 65537
-
-Field is not indexed.
-
---
-
-*`threat.enrichments.indicator.file.x509.public_key_size`*::
-+
---
-The size of the public key space in bits.
-
-type: long
-
-example: 2048
-
---
-
-*`threat.enrichments.indicator.file.x509.serial_number`*::
-+
---
-Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters.
-
-type: keyword
-
-example: 55FBB9C7DEBF09809D12CCAA
-
---
-
-*`threat.enrichments.indicator.file.x509.signature_algorithm`*::
-+
---
-Identifier for certificate signature algorithm. We recommend using names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353.
-
-type: keyword
-
-example: SHA256-RSA
-
---
-
-*`threat.enrichments.indicator.file.x509.subject.common_name`*::
-+
---
-List of common names (CN) of subject.
-
-type: keyword
-
-example: shared.global.example.net
-
---
-
-*`threat.enrichments.indicator.file.x509.subject.country`*::
-+
---
-List of country (C) code
-
-type: keyword
-
-example: US
-
---
-
-*`threat.enrichments.indicator.file.x509.subject.distinguished_name`*::
-+
---
-Distinguished name (DN) of the certificate subject entity.
-
-type: keyword
-
-example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
---
-
-*`threat.enrichments.indicator.file.x509.subject.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: San Francisco
-
---
-
-*`threat.enrichments.indicator.file.x509.subject.organization`*::
-+
---
-List of organizations (O) of subject.
-
-type: keyword
-
-example: Example, Inc.
-
---
-
-*`threat.enrichments.indicator.file.x509.subject.organizational_unit`*::
-+
---
-List of organizational units (OU) of subject.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.file.x509.subject.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`threat.enrichments.indicator.file.x509.version_number`*::
-+
---
-Version of x509 format.
-
-type: keyword
-
-example: 3
-
---
-
-*`threat.enrichments.indicator.first_seen`*::
-+
---
-The date and time when intelligence source first reported sighting this indicator.
-
-type: date
-
-example: 2020-11-05T17:25:47.000Z
-
---
-
-*`threat.enrichments.indicator.geo.city_name`*::
-+
---
-City name.
-
-type: keyword
-
-example: Montreal
-
---
-
-*`threat.enrichments.indicator.geo.continent_code`*::
-+
---
-Two-letter code representing continent's name.
-
-type: keyword
-
-example: NA
-
---
-
-*`threat.enrichments.indicator.geo.continent_name`*::
-+
---
-Name of the continent.
-
-type: keyword
-
-example: North America
-
---
-
-*`threat.enrichments.indicator.geo.country_iso_code`*::
-+
---
-Country ISO code.
-
-type: keyword
-
-example: CA
-
---
-
-*`threat.enrichments.indicator.geo.country_name`*::
-+
---
-Country name.
-
-type: keyword
-
-example: Canada
-
---
-
-*`threat.enrichments.indicator.geo.location`*::
-+
---
-Longitude and latitude.
-
-type: geo_point
-
-example: { "lon": -73.614830, "lat": 45.505918 }
-
---
-
-*`threat.enrichments.indicator.geo.name`*::
-+
---
-User-defined description of a location, at the level of granularity they care about.
-Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
-Not typically used in automated geolocation.
-
-type: keyword
-
-example: boston-dc
-
---
-
-*`threat.enrichments.indicator.geo.postal_code`*::
-+
---
-Postal code associated with the location.
-Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
-
-type: keyword
-
-example: 94040
-
---
-
-*`threat.enrichments.indicator.geo.region_iso_code`*::
-+
---
-Region ISO code.
-
-type: keyword
-
-example: CA-QC
-
---
-
-*`threat.enrichments.indicator.geo.region_name`*::
-+
---
-Region name.
-
-type: keyword
-
-example: Quebec
-
---
-
-*`threat.enrichments.indicator.geo.timezone`*::
-+
---
-The time zone of the location, such as IANA time zone name.
-
-type: keyword
-
-example: America/Argentina/Buenos_Aires
-
---
-
-*`threat.enrichments.indicator.ip`*::
-+
---
-Identifies a threat indicator as an IP address (irrespective of direction).
-
-type: ip
-
-example: 1.2.3.4
-
---
-
-*`threat.enrichments.indicator.last_seen`*::
-+
---
-The date and time when intelligence source last reported sighting this indicator.
-
-type: date
-
-example: 2020-11-05T17:25:47.000Z
-
---
-
-*`threat.enrichments.indicator.marking.tlp`*::
-+
---
-Traffic Light Protocol sharing markings. Recommended values are:
- * WHITE
- * GREEN
- * AMBER
- * RED
-
-type: keyword
-
-example: White
-
---
-
-*`threat.enrichments.indicator.modified_at`*::
-+
---
-The date and time when intelligence source last modified information for this indicator.
-
-type: date
-
-example: 2020-11-05T17:25:47.000Z
-
---
-
-*`threat.enrichments.indicator.port`*::
-+
---
-Identifies a threat indicator as a port number (irrespective of direction).
-
-type: long
-
-example: 443
-
---
-
-*`threat.enrichments.indicator.provider`*::
-+
---
-The name of the indicator's provider.
-
-type: keyword
-
-example: lrz_urlhaus
-
---
-
-*`threat.enrichments.indicator.reference`*::
-+
---
-Reference URL linking to additional information about this indicator.
-
-type: keyword
-
-example: https://system.example.com/indicator/0001234
-
---
-
-*`threat.enrichments.indicator.registry.data.bytes`*::
-+
---
-Original bytes written with base64 encoding.
-For Windows registry operations, such as SetValueEx and RegQueryValueEx, this corresponds to the data pointed by `lp_data`. This is optional but provides better recoverability and should be populated for REG_BINARY encoded values.
-
-type: keyword
-
-example: ZQBuAC0AVQBTAAAAZQBuAAAAAAA=
-
---
-
-*`threat.enrichments.indicator.registry.data.strings`*::
-+
---
-Content 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"`).
-
-type: wildcard
-
-example: ["C:\rta\red_ttp\bin\myapp.exe"]
-
---
-
-*`threat.enrichments.indicator.registry.data.type`*::
-+
---
-Standard registry type for encoding contents
-
-type: keyword
-
-example: REG_SZ
-
---
-
-*`threat.enrichments.indicator.registry.hive`*::
-+
---
-Abbreviated name for the hive.
-
-type: keyword
-
-example: HKLM
-
---
-
-*`threat.enrichments.indicator.registry.key`*::
-+
---
-Hive-relative path of keys.
-
-type: keyword
-
-example: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe
-
---
-
-*`threat.enrichments.indicator.registry.path`*::
-+
---
-Full path, including hive, key and value
-
-type: keyword
-
-example: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe\Debugger
-
---
-
-*`threat.enrichments.indicator.registry.value`*::
-+
---
-Name of the value written.
-
-type: keyword
-
-example: Debugger
-
---
-
-*`threat.enrichments.indicator.scanner_stats`*::
-+
---
-Count of AV/EDR vendors that successfully detected malicious file or URL.
-
-type: long
-
-example: 4
-
---
-
-*`threat.enrichments.indicator.sightings`*::
-+
---
-Number of times this indicator was observed conducting threat activity.
-
-type: long
-
-example: 20
-
---
-
-*`threat.enrichments.indicator.type`*::
-+
---
-Type of indicator as represented by Cyber Observable in STIX 2.0. Recommended values:
- * autonomous-system
- * artifact
- * directory
- * domain-name
- * email-addr
- * file
- * ipv4-addr
- * ipv6-addr
- * mac-addr
- * mutex
- * port
- * process
- * software
- * url
- * user-account
- * windows-registry-key
- * x509-certificate
-
-type: keyword
-
-example: ipv4-addr
-
---
-
-*`threat.enrichments.indicator.url.domain`*::
-+
---
-Domain of the url, such as "www.elastic.co".
-In some cases a URL may refer to an IP and/or port directly, without a domain name. In this case, the IP address would go to the `domain` field.
-If the URL contains a literal IPv6 address enclosed by `[` and `]` (IETF RFC 2732), the `[` and `]` characters should also be captured in the `domain` field.
-
-type: keyword
-
-example: www.elastic.co
-
---
-
-*`threat.enrichments.indicator.url.extension`*::
-+
---
-The field contains the file extension from the original request url, excluding the leading dot.
-The file extension is only set if it exists, as not every url has a file extension.
-The leading period must not be included. For example, the value must be "png", not ".png".
-Note that when the file name has multiple extensions (example.tar.gz), only the last one should be captured ("gz", not "tar.gz").
-
-type: keyword
-
-example: png
-
---
-
-*`threat.enrichments.indicator.url.fragment`*::
-+
---
-Portion of the url after the `#`, such as "top".
-The `#` is not part of the fragment.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.url.full`*::
-+
---
-If full URLs are important to your use case, they should be stored in `url.full`, whether this field is reconstructed or present in the event source.
-
-type: wildcard
-
-example: https://www.elastic.co:443/search?q=elasticsearch#top
-
---
-
-*`threat.enrichments.indicator.url.full.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.enrichments.indicator.url.original`*::
-+
---
-Unmodified original url as seen in the event source.
-Note that in network monitoring, the observed URL may be a full URL, whereas in access logs, the URL is often just represented as a path.
-This field is meant to represent the URL as it was observed, complete or not.
-
-type: wildcard
-
-example: https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch
-
---
-
-*`threat.enrichments.indicator.url.original.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.enrichments.indicator.url.password`*::
-+
---
-Password of the request.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.url.path`*::
-+
---
-Path of the request, such as "/search".
-
-type: wildcard
-
---
-
-*`threat.enrichments.indicator.url.port`*::
-+
---
-Port of the request, such as 443.
-
-type: long
-
-example: 443
-
-format: string
-
---
-
-*`threat.enrichments.indicator.url.query`*::
-+
---
-The query field describes the query string of the request, such as "q=elasticsearch".
-The `?` is excluded from the query string. If a URL contains no `?`, there is no query field. If there is a `?` but no query, the query field exists with an empty string. The `exists` query can be used to differentiate between the two cases.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.url.registered_domain`*::
-+
---
-The highest registered url 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
-
-type: keyword
-
-example: example.com
-
---
-
-*`threat.enrichments.indicator.url.scheme`*::
-+
---
-Scheme of the request, such as "https".
-Note: The `:` is not part of the scheme.
-
-type: keyword
-
-example: https
-
---
-
-*`threat.enrichments.indicator.url.subdomain`*::
-+
---
-The subdomain portion of a fully qualified domain name includes all of the names except the host name under the registered_domain. In a partially qualified domain, or if the the qualification level of the full name cannot be determined, subdomain contains all of the names below the registered domain.
-For example the subdomain portion of "www.east.mydomain.co.uk" is "east". 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.
-
-type: keyword
-
-example: east
-
---
-
-*`threat.enrichments.indicator.url.top_level_domain`*::
-+
---
-The 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last label will not work well for effective TLDs such as "co.uk".
-
-type: keyword
-
-example: co.uk
-
---
-
-*`threat.enrichments.indicator.url.username`*::
-+
---
-Username of the request.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.x509.alternative_names`*::
-+
---
-List of subject alternative names (SAN). Name types vary by certificate authority and certificate type but commonly contain IP addresses, DNS names (and wildcards), and email addresses.
-
-type: keyword
-
-example: *.elastic.co
-
---
-
-*`threat.enrichments.indicator.x509.issuer.common_name`*::
-+
---
-List of common name (CN) of issuing certificate authority.
-
-type: keyword
-
-example: Example SHA2 High Assurance Server CA
-
---
-
-*`threat.enrichments.indicator.x509.issuer.country`*::
-+
---
-List of country (C) codes
-
-type: keyword
-
-example: US
-
---
-
-*`threat.enrichments.indicator.x509.issuer.distinguished_name`*::
-+
---
-Distinguished name (DN) of issuing certificate authority.
-
-type: keyword
-
-example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
---
-
-*`threat.enrichments.indicator.x509.issuer.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: Mountain View
-
---
-
-*`threat.enrichments.indicator.x509.issuer.organization`*::
-+
---
-List of organizations (O) of issuing certificate authority.
-
-type: keyword
-
-example: Example Inc
-
---
-
-*`threat.enrichments.indicator.x509.issuer.organizational_unit`*::
-+
---
-List of organizational units (OU) of issuing certificate authority.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`threat.enrichments.indicator.x509.issuer.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`threat.enrichments.indicator.x509.not_after`*::
-+
---
-Time at which the certificate is no longer considered valid.
-
-type: date
-
-example: 2020-07-16 03:15:39+00:00
-
---
-
-*`threat.enrichments.indicator.x509.not_before`*::
-+
---
-Time at which the certificate is first considered valid.
-
-type: date
-
-example: 2019-08-16 01:40:25+00:00
-
---
-
-*`threat.enrichments.indicator.x509.public_key_algorithm`*::
-+
---
-Algorithm used to generate the public key.
-
-type: keyword
-
-example: RSA
-
---
-
-*`threat.enrichments.indicator.x509.public_key_curve`*::
-+
---
-The curve used by the elliptic curve public key algorithm. This is algorithm specific.
-
-type: keyword
-
-example: nistp521
-
---
-
-*`threat.enrichments.indicator.x509.public_key_exponent`*::
-+
---
-Exponent used to derive the public key. This is algorithm specific.
-
-type: long
-
-example: 65537
-
-Field is not indexed.
-
---
-
-*`threat.enrichments.indicator.x509.public_key_size`*::
-+
---
-The size of the public key space in bits.
-
-type: long
-
-example: 2048
-
---
-
-*`threat.enrichments.indicator.x509.serial_number`*::
-+
---
-Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters.
-
-type: keyword
-
-example: 55FBB9C7DEBF09809D12CCAA
-
---
-
-*`threat.enrichments.indicator.x509.signature_algorithm`*::
-+
---
-Identifier for certificate signature algorithm. We recommend using names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353.
-
-type: keyword
-
-example: SHA256-RSA
-
---
-
-*`threat.enrichments.indicator.x509.subject.common_name`*::
-+
---
-List of common names (CN) of subject.
-
-type: keyword
-
-example: shared.global.example.net
-
---
-
-*`threat.enrichments.indicator.x509.subject.country`*::
-+
---
-List of country (C) code
-
-type: keyword
-
-example: US
-
---
-
-*`threat.enrichments.indicator.x509.subject.distinguished_name`*::
-+
---
-Distinguished name (DN) of the certificate subject entity.
-
-type: keyword
-
-example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
---
-
-*`threat.enrichments.indicator.x509.subject.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: San Francisco
-
---
-
-*`threat.enrichments.indicator.x509.subject.organization`*::
-+
---
-List of organizations (O) of subject.
-
-type: keyword
-
-example: Example, Inc.
-
---
-
-*`threat.enrichments.indicator.x509.subject.organizational_unit`*::
-+
---
-List of organizational units (OU) of subject.
-
-type: keyword
-
---
-
-*`threat.enrichments.indicator.x509.subject.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`threat.enrichments.indicator.x509.version_number`*::
-+
---
-Version of x509 format.
-
-type: keyword
-
-example: 3
-
---
-
-*`threat.enrichments.matched.atomic`*::
-+
---
-Identifies the atomic indicator value that matched a local environment endpoint or network event.
-
-type: keyword
-
-example: bad-domain.com
-
---
-
-*`threat.enrichments.matched.field`*::
-+
---
-Identifies the field of the atomic indicator that matched a local environment endpoint or network event.
-
-type: keyword
-
-example: file.hash.sha256
-
---
-
-*`threat.enrichments.matched.id`*::
-+
---
-Identifies the _id of the indicator document enriching the event.
-
-type: keyword
-
-example: ff93aee5-86a1-4a61-b0e6-0cdc313d01b5
-
---
-
-*`threat.enrichments.matched.index`*::
-+
---
-Identifies the _index of the indicator document enriching the event.
-
-type: keyword
-
-example: filebeat-8.0.0-2021.05.23-000011
-
---
-
-*`threat.enrichments.matched.type`*::
-+
---
-Identifies the type of match that caused the event to be enriched with the given indicator
-
-type: keyword
-
-example: indicator_match_rule
-
---
-
-*`threat.framework`*::
-+
---
-Name of the threat framework used to further categorize and classify the tactic and technique of the reported threat. Framework classification can be provided by detecting systems, evaluated at ingest time, or retrospectively tagged to events.
-
-type: keyword
-
-example: MITRE ATT&CK
-
---
-
-*`threat.group.alias`*::
-+
---
-The alias(es) of the group for a set of related intrusion activity that are tracked by a common name in the security community.
-While not required, you can use a MITRE ATT&CK® group alias(es).
-
-type: keyword
-
-example: [ "Magecart Group 6" ]
-
---
-
-*`threat.group.id`*::
-+
---
-The id of the group for a set of related intrusion activity that are tracked by a common name in the security community.
-While not required, you can use a MITRE ATT&CK® group id.
-
-type: keyword
-
-example: G0037
-
---
-
-*`threat.group.name`*::
-+
---
-The name of the group for a set of related intrusion activity that are tracked by a common name in the security community.
-While not required, you can use a MITRE ATT&CK® group name.
-
-type: keyword
-
-example: FIN6
-
---
-
-*`threat.group.reference`*::
-+
---
-The reference URL of the group for a set of related intrusion activity that are tracked by a common name in the security community.
-While not required, you can use a MITRE ATT&CK® group reference URL.
-
-type: keyword
-
-example: https://attack.mitre.org/groups/G0037/
-
---
-
-*`threat.indicator.as.number`*::
-+
---
-Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet.
-
-type: long
-
-example: 15169
-
---
-
-*`threat.indicator.as.organization.name`*::
-+
---
-Organization name.
-
-type: keyword
-
-example: Google LLC
-
---
-
-*`threat.indicator.as.organization.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.indicator.confidence`*::
-+
---
-Identifies the vendor-neutral confidence rating using the None/Low/Medium/High scale defined in Appendix A of the STIX 2.1 framework. Vendor-specific confidence scales may be added as custom fields.
-Expected values are:
- * Not Specified
- * None
- * Low
- * Medium
- * High
-
-type: keyword
-
-example: Medium
-
---
-
-*`threat.indicator.description`*::
-+
---
-Describes the type of action conducted by the threat.
-
-type: keyword
-
-example: IP x.x.x.x was observed delivering the Angler EK.
-
---
-
-*`threat.indicator.email.address`*::
-+
---
-Identifies a threat indicator as an email address (irrespective of direction).
-
-type: keyword
-
-example: phish@example.com
-
---
-
-*`threat.indicator.file.accessed`*::
-+
---
-Last time the file was accessed.
-Note that not all filesystems keep track of access time.
-
-type: date
-
---
-
-*`threat.indicator.file.attributes`*::
-+
---
-Array of file attributes.
-Attributes names will vary by platform. Here's a non-exhaustive list of values that are expected in this field: archive, compressed, directory, encrypted, execute, hidden, read, readonly, system, write.
-
-type: keyword
-
-example: ["readonly", "system"]
-
---
-
-*`threat.indicator.file.code_signature.digest_algorithm`*::
-+
---
-The hashing algorithm used to sign the process.
-This value can distinguish signatures when a file is signed multiple times by the same signer but with a different digest algorithm.
-
-type: keyword
-
-example: sha256
-
---
-
-*`threat.indicator.file.code_signature.exists`*::
-+
---
-Boolean to capture if a signature is present.
-
-type: boolean
-
-example: true
-
---
-
-*`threat.indicator.file.code_signature.signing_id`*::
-+
---
-The identifier used to sign the process.
-This is used to identify the application manufactured by a software vendor. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: com.apple.xpc.proxy
-
---
-
-*`threat.indicator.file.code_signature.status`*::
-+
---
-Additional 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.
-
-type: keyword
-
-example: ERROR_UNTRUSTED_ROOT
-
---
-
-*`threat.indicator.file.code_signature.subject_name`*::
-+
---
-Subject name of the code signer
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`threat.indicator.file.code_signature.team_id`*::
-+
---
-The team identifier used to sign the process.
-This is used to identify the team or vendor of a software product. The field is relevant to Apple *OS only.
-
-type: keyword
-
-example: EQHXZ8M8AV
-
---
-
-*`threat.indicator.file.code_signature.timestamp`*::
-+
---
-Date and time when the code signature was generated and signed.
-
-type: date
-
-example: 2021-01-01T12:10:30Z
-
---
-
-*`threat.indicator.file.code_signature.trusted`*::
-+
---
-Stores 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.
-
-type: boolean
-
-example: true
-
---
-
-*`threat.indicator.file.code_signature.valid`*::
-+
---
-Boolean to capture if the digital signature is verified against the binary content.
-Leave unpopulated if a certificate was unchecked.
-
-type: boolean
-
-example: true
-
---
-
-*`threat.indicator.file.created`*::
-+
---
-File creation time.
-Note that not all filesystems store the creation time.
-
-type: date
-
---
-
-*`threat.indicator.file.ctime`*::
-+
---
-Last time the file attributes or metadata changed.
-Note that changes to the file content will update `mtime`. This implies `ctime` will be adjusted at the same time, since `mtime` is an attribute of the file.
-
-type: date
-
---
-
-*`threat.indicator.file.device`*::
-+
---
-Device that is the source of the file.
-
-type: keyword
-
-example: sda
-
---
-
-*`threat.indicator.file.directory`*::
-+
---
-Directory where the file is located. It should include the drive letter, when appropriate.
-
-type: keyword
-
-example: /home/alice
-
---
-
-*`threat.indicator.file.drive_letter`*::
-+
---
-Drive letter where the file is located. This field is only relevant on Windows.
-The value should be uppercase, and not include the colon.
-
-type: keyword
-
-example: C
-
---
-
-*`threat.indicator.file.elf.architecture`*::
-+
---
-Machine architecture of the ELF file.
-
-type: keyword
-
-example: x86-64
-
---
-
-*`threat.indicator.file.elf.byte_order`*::
-+
---
-Byte sequence of ELF file.
-
-type: keyword
-
-example: Little Endian
-
---
-
-*`threat.indicator.file.elf.cpu_type`*::
-+
---
-CPU type of the ELF file.
-
-type: keyword
-
-example: Intel
-
---
-
-*`threat.indicator.file.elf.creation_date`*::
-+
---
-Extracted when possible from the file's metadata. Indicates when it was built or compiled. It can also be faked by malware creators.
-
-type: date
-
---
-
-*`threat.indicator.file.elf.exports`*::
-+
---
-List of exported element names and types.
-
-type: flattened
-
---
-
-*`threat.indicator.file.elf.header.abi_version`*::
-+
---
-Version of the ELF Application Binary Interface (ABI).
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.header.class`*::
-+
---
-Header class of the ELF file.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.header.data`*::
-+
---
-Data table of the ELF header.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.header.entrypoint`*::
-+
---
-Header entrypoint of the ELF file.
-
-type: long
-
-format: string
-
---
-
-*`threat.indicator.file.elf.header.object_version`*::
-+
---
-"0x1" for original ELF files.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.header.os_abi`*::
-+
---
-Application Binary Interface (ABI) of the Linux OS.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.header.type`*::
-+
---
-Header type of the ELF file.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.header.version`*::
-+
---
-Version of the ELF header.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.imports`*::
-+
---
-List of imported element names and types.
-
-type: flattened
-
---
-
-*`threat.indicator.file.elf.sections`*::
-+
---
-An array containing an object for each section of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.sections.*`.
-
-type: nested
-
---
-
-*`threat.indicator.file.elf.sections.chi2`*::
-+
---
-Chi-square probability distribution of the section.
-
-type: long
-
-format: number
-
---
-
-*`threat.indicator.file.elf.sections.entropy`*::
-+
---
-Shannon entropy calculation from the section.
-
-type: long
-
-format: number
-
---
-
-*`threat.indicator.file.elf.sections.flags`*::
-+
---
-ELF Section List flags.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.sections.name`*::
-+
---
-ELF Section List name.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.sections.physical_offset`*::
-+
---
-ELF Section List offset.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.sections.physical_size`*::
-+
---
-ELF Section List physical size.
-
-type: long
-
-format: bytes
-
---
-
-*`threat.indicator.file.elf.sections.type`*::
-+
---
-ELF Section List type.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.sections.virtual_address`*::
-+
---
-ELF Section List virtual address.
-
-type: long
-
-format: string
-
---
-
-*`threat.indicator.file.elf.sections.virtual_size`*::
-+
---
-ELF Section List virtual size.
-
-type: long
-
-format: string
-
---
-
-*`threat.indicator.file.elf.segments`*::
-+
---
-An array containing an object for each segment of the ELF file.
-The keys that should be present in these objects are defined by sub-fields underneath `elf.segments.*`.
-
-type: nested
-
---
-
-*`threat.indicator.file.elf.segments.sections`*::
-+
---
-ELF object segment sections.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.segments.type`*::
-+
---
-ELF object segment type.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.shared_libraries`*::
-+
---
-List of shared libraries used by this ELF object.
-
-type: keyword
-
---
-
-*`threat.indicator.file.elf.telfhash`*::
-+
---
-telfhash symbol hash for ELF file.
-
-type: keyword
-
---
-
-*`threat.indicator.file.extension`*::
-+
---
-File 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").
-
-type: keyword
-
-example: png
-
---
-
-*`threat.indicator.file.fork_name`*::
-+
---
-A fork is additional data associated with a filesystem object.
-On Linux, a resource fork is used to store additional data with a filesystem object. A file always has at least one fork for the data portion, and additional forks may exist.
-On NTFS, this is analogous to an Alternate Data Stream (ADS), and the default data stream for a file is just called $DATA. Zone.Identifier is commonly used by Windows to track contents downloaded from the Internet. An ADS is typically of the form: `C:\path\to\filename.extension:some_fork_name`, and `some_fork_name` is the value that should populate `fork_name`. `filename.extension` should populate `file.name`, and `extension` should populate `file.extension`. The full path, `file.path`, will include the fork name.
-
-type: keyword
-
-example: Zone.Identifer
-
---
-
-*`threat.indicator.file.gid`*::
-+
---
-Primary group ID (GID) of the file.
-
-type: keyword
-
-example: 1001
-
---
-
-*`threat.indicator.file.group`*::
-+
---
-Primary group name of the file.
-
-type: keyword
-
-example: alice
-
---
-
-*`threat.indicator.file.hash.md5`*::
-+
---
-MD5 hash.
-
-type: keyword
-
---
-
-*`threat.indicator.file.hash.sha1`*::
-+
---
-SHA1 hash.
-
-type: keyword
-
---
-
-*`threat.indicator.file.hash.sha256`*::
-+
---
-SHA256 hash.
-
-type: keyword
-
---
-
-*`threat.indicator.file.hash.sha512`*::
-+
---
-SHA512 hash.
-
-type: keyword
-
---
-
-*`threat.indicator.file.hash.ssdeep`*::
-+
---
-SSDEEP hash.
-
-type: keyword
-
---
-
-*`threat.indicator.file.inode`*::
-+
---
-Inode representing the file in the filesystem.
-
-type: keyword
-
-example: 256383
-
---
-
-*`threat.indicator.file.mime_type`*::
-+
---
-MIME type should identify the format of the file or stream of bytes using https://www.iana.org/assignments/media-types/media-types.xhtml[IANA official types], where possible. When more than one type is applicable, the most specific type should be used.
-
-type: keyword
-
---
-
-*`threat.indicator.file.mode`*::
-+
---
-Mode of the file in octal representation.
-
-type: keyword
-
-example: 0640
-
---
-
-*`threat.indicator.file.mtime`*::
-+
---
-Last time the file content was modified.
-
-type: date
-
---
-
-*`threat.indicator.file.name`*::
-+
---
-Name of the file including the extension, without the directory.
-
-type: keyword
-
-example: example.png
-
---
-
-*`threat.indicator.file.owner`*::
-+
---
-File owner's username.
-
-type: keyword
-
-example: alice
-
---
-
-*`threat.indicator.file.path`*::
-+
---
-Full path to the file, including the file name. It should include the drive letter, when appropriate.
-
-type: keyword
-
-example: /home/alice/example.png
-
---
-
-*`threat.indicator.file.path.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.indicator.file.pe.architecture`*::
-+
---
-CPU architecture target for the file.
-
-type: keyword
-
-example: x64
-
---
-
-*`threat.indicator.file.pe.company`*::
-+
---
-Internal company name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft Corporation
-
---
-
-*`threat.indicator.file.pe.description`*::
-+
---
-Internal description of the file, provided at compile-time.
-
-type: keyword
-
-example: Paint
-
---
-
-*`threat.indicator.file.pe.file_version`*::
-+
---
-Internal version of the file, provided at compile-time.
-
-type: keyword
-
-example: 6.3.9600.17415
-
---
-
-*`threat.indicator.file.pe.imphash`*::
-+
---
-A 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 at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.
-
-type: keyword
-
-example: 0c6803c4e922103c4dca5963aad36ddf
-
---
-
-*`threat.indicator.file.pe.original_file_name`*::
-+
---
-Internal name of the file, provided at compile-time.
-
-type: keyword
-
-example: MSPAINT.EXE
-
---
-
-*`threat.indicator.file.pe.product`*::
-+
---
-Internal product name of the file, provided at compile-time.
-
-type: keyword
-
-example: Microsoft® Windows® Operating System
-
---
-
-*`threat.indicator.file.size`*::
-+
---
-File size in bytes.
-Only relevant when `file.type` is "file".
-
-type: long
-
-example: 16384
-
---
-
-*`threat.indicator.file.target_path`*::
-+
---
-Target path for symlinks.
-
-type: keyword
-
---
-
-*`threat.indicator.file.target_path.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.indicator.file.type`*::
-+
---
-File type (file, dir, or symlink).
-
-type: keyword
-
-example: file
-
---
-
-*`threat.indicator.file.uid`*::
-+
---
-The user ID (UID) or security identifier (SID) of the file owner.
-
-type: keyword
-
-example: 1001
-
---
-
-*`threat.indicator.file.x509.alternative_names`*::
-+
---
-List of subject alternative names (SAN). Name types vary by certificate authority and certificate type but commonly contain IP addresses, DNS names (and wildcards), and email addresses.
-
-type: keyword
-
-example: *.elastic.co
-
---
-
-*`threat.indicator.file.x509.issuer.common_name`*::
-+
---
-List of common name (CN) of issuing certificate authority.
-
-type: keyword
-
-example: Example SHA2 High Assurance Server CA
-
---
-
-*`threat.indicator.file.x509.issuer.country`*::
-+
---
-List of country (C) codes
-
-type: keyword
-
-example: US
-
---
-
-*`threat.indicator.file.x509.issuer.distinguished_name`*::
-+
---
-Distinguished name (DN) of issuing certificate authority.
-
-type: keyword
-
-example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
---
-
-*`threat.indicator.file.x509.issuer.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: Mountain View
-
---
-
-*`threat.indicator.file.x509.issuer.organization`*::
-+
---
-List of organizations (O) of issuing certificate authority.
-
-type: keyword
-
-example: Example Inc
-
---
-
-*`threat.indicator.file.x509.issuer.organizational_unit`*::
-+
---
-List of organizational units (OU) of issuing certificate authority.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`threat.indicator.file.x509.issuer.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`threat.indicator.file.x509.not_after`*::
-+
---
-Time at which the certificate is no longer considered valid.
-
-type: date
-
-example: 2020-07-16 03:15:39+00:00
-
---
-
-*`threat.indicator.file.x509.not_before`*::
-+
---
-Time at which the certificate is first considered valid.
-
-type: date
-
-example: 2019-08-16 01:40:25+00:00
-
---
-
-*`threat.indicator.file.x509.public_key_algorithm`*::
-+
---
-Algorithm used to generate the public key.
-
-type: keyword
-
-example: RSA
-
---
-
-*`threat.indicator.file.x509.public_key_curve`*::
-+
---
-The curve used by the elliptic curve public key algorithm. This is algorithm specific.
-
-type: keyword
-
-example: nistp521
-
---
-
-*`threat.indicator.file.x509.public_key_exponent`*::
-+
---
-Exponent used to derive the public key. This is algorithm specific.
-
-type: long
-
-example: 65537
-
-Field is not indexed.
-
---
-
-*`threat.indicator.file.x509.public_key_size`*::
-+
---
-The size of the public key space in bits.
-
-type: long
-
-example: 2048
-
---
-
-*`threat.indicator.file.x509.serial_number`*::
-+
---
-Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters.
-
-type: keyword
-
-example: 55FBB9C7DEBF09809D12CCAA
-
---
-
-*`threat.indicator.file.x509.signature_algorithm`*::
-+
---
-Identifier for certificate signature algorithm. We recommend using names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353.
-
-type: keyword
-
-example: SHA256-RSA
-
---
-
-*`threat.indicator.file.x509.subject.common_name`*::
-+
---
-List of common names (CN) of subject.
-
-type: keyword
-
-example: shared.global.example.net
-
---
-
-*`threat.indicator.file.x509.subject.country`*::
-+
---
-List of country (C) code
-
-type: keyword
-
-example: US
-
---
-
-*`threat.indicator.file.x509.subject.distinguished_name`*::
-+
---
-Distinguished name (DN) of the certificate subject entity.
-
-type: keyword
-
-example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
---
-
-*`threat.indicator.file.x509.subject.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: San Francisco
-
---
-
-*`threat.indicator.file.x509.subject.organization`*::
-+
---
-List of organizations (O) of subject.
-
-type: keyword
-
-example: Example, Inc.
-
---
-
-*`threat.indicator.file.x509.subject.organizational_unit`*::
-+
---
-List of organizational units (OU) of subject.
-
-type: keyword
-
---
-
-*`threat.indicator.file.x509.subject.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`threat.indicator.file.x509.version_number`*::
-+
---
-Version of x509 format.
-
-type: keyword
-
-example: 3
-
---
-
-*`threat.indicator.first_seen`*::
-+
---
-The date and time when intelligence source first reported sighting this indicator.
-
-type: date
-
-example: 2020-11-05T17:25:47.000Z
-
---
-
-*`threat.indicator.geo.city_name`*::
-+
---
-City name.
-
-type: keyword
-
-example: Montreal
-
---
-
-*`threat.indicator.geo.continent_code`*::
-+
---
-Two-letter code representing continent's name.
-
-type: keyword
-
-example: NA
-
---
-
-*`threat.indicator.geo.continent_name`*::
-+
---
-Name of the continent.
-
-type: keyword
-
-example: North America
-
---
-
-*`threat.indicator.geo.country_iso_code`*::
-+
---
-Country ISO code.
-
-type: keyword
-
-example: CA
-
---
-
-*`threat.indicator.geo.country_name`*::
-+
---
-Country name.
-
-type: keyword
-
-example: Canada
-
---
-
-*`threat.indicator.geo.location`*::
-+
---
-Longitude and latitude.
-
-type: geo_point
-
-example: { "lon": -73.614830, "lat": 45.505918 }
-
---
-
-*`threat.indicator.geo.name`*::
-+
---
-User-defined description of a location, at the level of granularity they care about.
-Could be the name of their data centers, the floor number, if this describes a local physical entity, city names.
-Not typically used in automated geolocation.
-
-type: keyword
-
-example: boston-dc
-
---
-
-*`threat.indicator.geo.postal_code`*::
-+
---
-Postal code associated with the location.
-Values appropriate for this field may also be known as a postcode or ZIP code and will vary widely from country to country.
-
-type: keyword
-
-example: 94040
-
---
-
-*`threat.indicator.geo.region_iso_code`*::
-+
---
-Region ISO code.
-
-type: keyword
-
-example: CA-QC
-
---
-
-*`threat.indicator.geo.region_name`*::
-+
---
-Region name.
-
-type: keyword
-
-example: Quebec
-
---
-
-*`threat.indicator.geo.timezone`*::
-+
---
-The time zone of the location, such as IANA time zone name.
-
-type: keyword
-
-example: America/Argentina/Buenos_Aires
-
---
-
-*`threat.indicator.ip`*::
-+
---
-Identifies a threat indicator as an IP address (irrespective of direction).
-
-type: ip
-
-example: 1.2.3.4
-
---
-
-*`threat.indicator.last_seen`*::
-+
---
-The date and time when intelligence source last reported sighting this indicator.
-
-type: date
-
-example: 2020-11-05T17:25:47.000Z
-
---
-
-*`threat.indicator.marking.tlp`*::
-+
---
-Traffic Light Protocol sharing markings.
-Recommended values are:
- * WHITE
- * GREEN
- * AMBER
- * RED
-
-type: keyword
-
-example: WHITE
-
---
-
-*`threat.indicator.modified_at`*::
-+
---
-The date and time when intelligence source last modified information for this indicator.
-
-type: date
-
-example: 2020-11-05T17:25:47.000Z
-
---
-
-*`threat.indicator.port`*::
-+
---
-Identifies a threat indicator as a port number (irrespective of direction).
-
-type: long
-
-example: 443
-
---
-
-*`threat.indicator.provider`*::
-+
---
-The name of the indicator's provider.
-
-type: keyword
-
-example: lrz_urlhaus
-
---
-
-*`threat.indicator.reference`*::
-+
---
-Reference URL linking to additional information about this indicator.
-
-type: keyword
-
-example: https://system.example.com/indicator/0001234
-
---
-
-*`threat.indicator.registry.data.bytes`*::
-+
---
-Original bytes written with base64 encoding.
-For Windows registry operations, such as SetValueEx and RegQueryValueEx, this corresponds to the data pointed by `lp_data`. This is optional but provides better recoverability and should be populated for REG_BINARY encoded values.
-
-type: keyword
-
-example: ZQBuAC0AVQBTAAAAZQBuAAAAAAA=
-
---
-
-*`threat.indicator.registry.data.strings`*::
-+
---
-Content 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"`).
-
-type: wildcard
-
-example: ["C:\rta\red_ttp\bin\myapp.exe"]
-
---
-
-*`threat.indicator.registry.data.type`*::
-+
---
-Standard registry type for encoding contents
-
-type: keyword
-
-example: REG_SZ
-
---
-
-*`threat.indicator.registry.hive`*::
-+
---
-Abbreviated name for the hive.
-
-type: keyword
-
-example: HKLM
-
---
-
-*`threat.indicator.registry.key`*::
-+
---
-Hive-relative path of keys.
-
-type: keyword
-
-example: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe
-
---
-
-*`threat.indicator.registry.path`*::
-+
---
-Full path, including hive, key and value
-
-type: keyword
-
-example: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winword.exe\Debugger
-
---
-
-*`threat.indicator.registry.value`*::
-+
---
-Name of the value written.
-
-type: keyword
-
-example: Debugger
-
---
-
-*`threat.indicator.scanner_stats`*::
-+
---
-Count of AV/EDR vendors that successfully detected malicious file or URL.
-
-type: long
-
-example: 4
-
---
-
-*`threat.indicator.sightings`*::
-+
---
-Number of times this indicator was observed conducting threat activity.
-
-type: long
-
-example: 20
-
---
-
-*`threat.indicator.type`*::
-+
---
-Type of indicator as represented by Cyber Observable in STIX 2.0.
-Recommended values:
- * autonomous-system
- * artifact
- * directory
- * domain-name
- * email-addr
- * file
- * ipv4-addr
- * ipv6-addr
- * mac-addr
- * mutex
- * port
- * process
- * software
- * url
- * user-account
- * windows-registry-key
- * x509-certificate
-
-type: keyword
-
-example: ipv4-addr
-
---
-
-*`threat.indicator.url.domain`*::
-+
---
-Domain of the url, such as "www.elastic.co".
-In some cases a URL may refer to an IP and/or port directly, without a domain name. In this case, the IP address would go to the `domain` field.
-If the URL contains a literal IPv6 address enclosed by `[` and `]` (IETF RFC 2732), the `[` and `]` characters should also be captured in the `domain` field.
-
-type: keyword
-
-example: www.elastic.co
-
---
-
-*`threat.indicator.url.extension`*::
-+
---
-The field contains the file extension from the original request url, excluding the leading dot.
-The file extension is only set if it exists, as not every url has a file extension.
-The leading period must not be included. For example, the value must be "png", not ".png".
-Note that when the file name has multiple extensions (example.tar.gz), only the last one should be captured ("gz", not "tar.gz").
-
-type: keyword
-
-example: png
-
---
-
-*`threat.indicator.url.fragment`*::
-+
---
-Portion of the url after the `#`, such as "top".
-The `#` is not part of the fragment.
-
-type: keyword
-
---
-
-*`threat.indicator.url.full`*::
-+
---
-If full URLs are important to your use case, they should be stored in `url.full`, whether this field is reconstructed or present in the event source.
-
-type: wildcard
-
-example: https://www.elastic.co:443/search?q=elasticsearch#top
-
---
-
-*`threat.indicator.url.full.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.indicator.url.original`*::
-+
---
-Unmodified original url as seen in the event source.
-Note that in network monitoring, the observed URL may be a full URL, whereas in access logs, the URL is often just represented as a path.
-This field is meant to represent the URL as it was observed, complete or not.
-
-type: wildcard
-
-example: https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch
-
---
-
-*`threat.indicator.url.original.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.indicator.url.password`*::
-+
---
-Password of the request.
-
-type: keyword
-
---
-
-*`threat.indicator.url.path`*::
-+
---
-Path of the request, such as "/search".
-
-type: wildcard
-
---
-
-*`threat.indicator.url.port`*::
-+
---
-Port of the request, such as 443.
-
-type: long
-
-example: 443
-
-format: string
-
---
-
-*`threat.indicator.url.query`*::
-+
---
-The query field describes the query string of the request, such as "q=elasticsearch".
-The `?` is excluded from the query string. If a URL contains no `?`, there is no query field. If there is a `?` but no query, the query field exists with an empty string. The `exists` query can be used to differentiate between the two cases.
-
-type: keyword
-
---
-
-*`threat.indicator.url.registered_domain`*::
-+
---
-The highest registered url 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
-
-type: keyword
-
-example: example.com
-
---
-
-*`threat.indicator.url.scheme`*::
-+
---
-Scheme of the request, such as "https".
-Note: The `:` is not part of the scheme.
-
-type: keyword
-
-example: https
-
---
-
-*`threat.indicator.url.subdomain`*::
-+
---
-The subdomain portion of a fully qualified domain name includes all of the names except the host name under the registered_domain. In a partially qualified domain, or if the the qualification level of the full name cannot be determined, subdomain contains all of the names below the registered domain.
-For example the subdomain portion of "www.east.mydomain.co.uk" is "east". 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.
-
-type: keyword
-
-example: east
-
---
-
-*`threat.indicator.url.top_level_domain`*::
-+
---
-The 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last label will not work well for effective TLDs such as "co.uk".
-
-type: keyword
-
-example: co.uk
-
---
-
-*`threat.indicator.url.username`*::
-+
---
-Username of the request.
-
-type: keyword
-
---
-
-*`threat.indicator.x509.alternative_names`*::
-+
---
-List of subject alternative names (SAN). Name types vary by certificate authority and certificate type but commonly contain IP addresses, DNS names (and wildcards), and email addresses.
-
-type: keyword
-
-example: *.elastic.co
-
---
-
-*`threat.indicator.x509.issuer.common_name`*::
-+
---
-List of common name (CN) of issuing certificate authority.
-
-type: keyword
-
-example: Example SHA2 High Assurance Server CA
-
---
-
-*`threat.indicator.x509.issuer.country`*::
-+
---
-List of country (C) codes
-
-type: keyword
-
-example: US
-
---
-
-*`threat.indicator.x509.issuer.distinguished_name`*::
-+
---
-Distinguished name (DN) of issuing certificate authority.
-
-type: keyword
-
-example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
---
-
-*`threat.indicator.x509.issuer.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: Mountain View
-
---
-
-*`threat.indicator.x509.issuer.organization`*::
-+
---
-List of organizations (O) of issuing certificate authority.
-
-type: keyword
-
-example: Example Inc
-
---
-
-*`threat.indicator.x509.issuer.organizational_unit`*::
-+
---
-List of organizational units (OU) of issuing certificate authority.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`threat.indicator.x509.issuer.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`threat.indicator.x509.not_after`*::
-+
---
-Time at which the certificate is no longer considered valid.
-
-type: date
-
-example: 2020-07-16 03:15:39+00:00
-
---
-
-*`threat.indicator.x509.not_before`*::
-+
---
-Time at which the certificate is first considered valid.
-
-type: date
-
-example: 2019-08-16 01:40:25+00:00
-
---
-
-*`threat.indicator.x509.public_key_algorithm`*::
-+
---
-Algorithm used to generate the public key.
-
-type: keyword
-
-example: RSA
-
---
-
-*`threat.indicator.x509.public_key_curve`*::
-+
---
-The curve used by the elliptic curve public key algorithm. This is algorithm specific.
-
-type: keyword
-
-example: nistp521
-
---
-
-*`threat.indicator.x509.public_key_exponent`*::
-+
---
-Exponent used to derive the public key. This is algorithm specific.
-
-type: long
-
-example: 65537
-
-Field is not indexed.
-
---
-
-*`threat.indicator.x509.public_key_size`*::
-+
---
-The size of the public key space in bits.
-
-type: long
-
-example: 2048
-
---
-
-*`threat.indicator.x509.serial_number`*::
-+
---
-Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters.
-
-type: keyword
-
-example: 55FBB9C7DEBF09809D12CCAA
-
---
-
-*`threat.indicator.x509.signature_algorithm`*::
-+
---
-Identifier for certificate signature algorithm. We recommend using names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353.
-
-type: keyword
-
-example: SHA256-RSA
-
---
-
-*`threat.indicator.x509.subject.common_name`*::
-+
---
-List of common names (CN) of subject.
-
-type: keyword
-
-example: shared.global.example.net
-
---
-
-*`threat.indicator.x509.subject.country`*::
-+
---
-List of country (C) code
-
-type: keyword
-
-example: US
-
---
-
-*`threat.indicator.x509.subject.distinguished_name`*::
-+
---
-Distinguished name (DN) of the certificate subject entity.
-
-type: keyword
-
-example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
---
-
-*`threat.indicator.x509.subject.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: San Francisco
-
---
-
-*`threat.indicator.x509.subject.organization`*::
-+
---
-List of organizations (O) of subject.
-
-type: keyword
-
-example: Example, Inc.
-
---
-
-*`threat.indicator.x509.subject.organizational_unit`*::
-+
---
-List of organizational units (OU) of subject.
-
-type: keyword
-
---
-
-*`threat.indicator.x509.subject.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`threat.indicator.x509.version_number`*::
-+
---
-Version of x509 format.
-
-type: keyword
-
-example: 3
-
---
-
-*`threat.software.alias`*::
-+
---
-The alias(es) of the software for a set of related intrusion activity that are tracked by a common name in the security community.
-While not required, you can use a MITRE ATT&CK® associated software description.
-
-type: keyword
-
-example: [ "X-Agent" ]
-
---
-
-*`threat.software.id`*::
-+
---
-The id of the software used by this threat to conduct behavior commonly modeled using MITRE ATT&CK®.
-While not required, you can use a MITRE ATT&CK® software id.
-
-type: keyword
-
-example: S0552
-
---
-
-*`threat.software.name`*::
-+
---
-The name of the software used by this threat to conduct behavior commonly modeled using MITRE ATT&CK®.
-While not required, you can use a MITRE ATT&CK® software name.
-
-type: keyword
-
-example: AdFind
-
---
-
-*`threat.software.platforms`*::
-+
---
-The platforms of the software used by this threat to conduct behavior commonly modeled using MITRE ATT&CK®.
-Recommended Values:
- * AWS
- * Azure
- * Azure AD
- * GCP
- * Linux
- * macOS
- * Network
- * Office 365
- * SaaS
- * Windows
-
-While not required, you can use a MITRE ATT&CK® software platforms.
-
-type: keyword
-
-example: [ "Windows" ]
-
---
-
-*`threat.software.reference`*::
-+
---
-The reference URL of the software used by this threat to conduct behavior commonly modeled using MITRE ATT&CK®.
-While not required, you can use a MITRE ATT&CK® software reference URL.
-
-type: keyword
-
-example: https://attack.mitre.org/software/S0552/
-
---
-
-*`threat.software.type`*::
-+
---
-The type of software used by this threat to conduct behavior commonly modeled using MITRE ATT&CK®.
-Recommended values
- * Malware
- * Tool
-
- While not required, you can use a MITRE ATT&CK® software type.
-
-type: keyword
-
-example: Tool
-
---
-
-*`threat.tactic.id`*::
-+
---
-The id of tactic used by this threat. You can use a MITRE ATT&CK® tactic, for example. (ex. https://attack.mitre.org/tactics/TA0002/ )
-
-type: keyword
-
-example: TA0002
-
---
-
-*`threat.tactic.name`*::
-+
---
-Name of the type of tactic used by this threat. You can use a MITRE ATT&CK® tactic, for example. (ex. https://attack.mitre.org/tactics/TA0002/)
-
-type: keyword
-
-example: Execution
-
---
-
-*`threat.tactic.reference`*::
-+
---
-The reference url of tactic used by this threat. You can use a MITRE ATT&CK® tactic, for example. (ex. https://attack.mitre.org/tactics/TA0002/ )
-
-type: keyword
-
-example: https://attack.mitre.org/tactics/TA0002/
-
---
-
-*`threat.technique.id`*::
-+
---
-The id of technique used by this threat. You can use a MITRE ATT&CK® technique, for example. (ex. https://attack.mitre.org/techniques/T1059/)
-
-type: keyword
-
-example: T1059
-
---
-
-*`threat.technique.name`*::
-+
---
-The name of technique used by this threat. You can use a MITRE ATT&CK® technique, for example. (ex. https://attack.mitre.org/techniques/T1059/)
-
-type: keyword
-
-example: Command and Scripting Interpreter
-
---
-
-*`threat.technique.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.technique.reference`*::
-+
---
-The reference url of technique used by this threat. You can use a MITRE ATT&CK® technique, for example. (ex. https://attack.mitre.org/techniques/T1059/)
-
-type: keyword
-
-example: https://attack.mitre.org/techniques/T1059/
-
---
-
-*`threat.technique.subtechnique.id`*::
-+
---
-The full id of subtechnique used by this threat. You can use a MITRE ATT&CK® subtechnique, for example. (ex. https://attack.mitre.org/techniques/T1059/001/)
-
-type: keyword
-
-example: T1059.001
-
---
-
-*`threat.technique.subtechnique.name`*::
-+
---
-The name of subtechnique used by this threat. You can use a MITRE ATT&CK® subtechnique, for example. (ex. https://attack.mitre.org/techniques/T1059/001/)
-
-type: keyword
-
-example: PowerShell
-
---
-
-*`threat.technique.subtechnique.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`threat.technique.subtechnique.reference`*::
-+
---
-The reference url of subtechnique used by this threat. You can use a MITRE ATT&CK® subtechnique, for example. (ex. https://attack.mitre.org/techniques/T1059/001/)
-
-type: keyword
-
-example: https://attack.mitre.org/techniques/T1059/001/
-
---
-
-[float]
-=== tls
-
-Fields related to a TLS connection. These fields focus on the TLS protocol itself and intentionally avoids in-depth analysis of the related x.509 certificate files.
-
-
-*`tls.cipher`*::
-+
---
-String indicating the cipher used during the current connection.
-
-type: keyword
-
-example: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
-
---
-
-*`tls.client.certificate`*::
-+
---
-PEM-encoded stand-alone certificate offered by the client. This is usually mutually-exclusive of `client.certificate_chain` since this value also exists in that list.
-
-type: keyword
-
-example: MII...
-
---
-
-*`tls.client.certificate_chain`*::
-+
---
-Array of PEM-encoded certificates that make up the certificate chain offered by the client. This is usually mutually-exclusive of `client.certificate` since that value should be the first certificate in the chain.
-
-type: keyword
-
-example: ["MII...", "MII..."]
-
---
-
-*`tls.client.hash.md5`*::
-+
---
-Certificate fingerprint using the MD5 digest of DER-encoded version of certificate offered by the client. For consistency with other hash values, this value should be formatted as an uppercase hash.
-
-type: keyword
-
-example: 0F76C7F2C55BFD7D8E8B8F4BFBF0C9EC
-
---
-
-*`tls.client.hash.sha1`*::
-+
---
-Certificate fingerprint using the SHA1 digest of DER-encoded version of certificate offered by the client. For consistency with other hash values, this value should be formatted as an uppercase hash.
-
-type: keyword
-
-example: 9E393D93138888D288266C2D915214D1D1CCEB2A
-
---
-
-*`tls.client.hash.sha256`*::
-+
---
-Certificate fingerprint using the SHA256 digest of DER-encoded version of certificate offered by the client. For consistency with other hash values, this value should be formatted as an uppercase hash.
-
-type: keyword
-
-example: 0687F666A054EF17A08E2F2162EAB4CBC0D265E1D7875BE74BF3C712CA92DAF0
-
---
-
-*`tls.client.issuer`*::
-+
---
-Distinguished name of subject of the issuer of the x.509 certificate presented by the client.
-
-type: keyword
-
-example: CN=Example Root CA, OU=Infrastructure Team, DC=example, DC=com
-
---
-
-*`tls.client.ja3`*::
-+
---
-A hash that identifies clients based on how they perform an SSL/TLS handshake.
-
-type: keyword
-
-example: d4e5b18d6b55c71272893221c96ba240
-
---
-
-*`tls.client.not_after`*::
-+
---
-Date/Time indicating when client certificate is no longer considered valid.
-
-type: date
-
-example: 2021-01-01T00:00:00.000Z
-
---
-
-*`tls.client.not_before`*::
-+
---
-Date/Time indicating when client certificate is first considered valid.
-
-type: date
-
-example: 1970-01-01T00:00:00.000Z
-
---
-
-*`tls.client.server_name`*::
-+
---
-Also called an SNI, this tells the server which hostname to which the client is attempting to connect to. When this value is available, it should get copied to `destination.domain`.
-
-type: keyword
-
-example: www.elastic.co
-
---
-
-*`tls.client.subject`*::
-+
---
-Distinguished name of subject of the x.509 certificate presented by the client.
-
-type: keyword
-
-example: CN=myclient, OU=Documentation Team, DC=example, DC=com
-
---
-
-*`tls.client.supported_ciphers`*::
-+
---
-Array of ciphers offered by the client during the client hello.
-
-type: keyword
-
-example: ["TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "..."]
-
---
-
-*`tls.client.x509.alternative_names`*::
-+
---
-List of subject alternative names (SAN). Name types vary by certificate authority and certificate type but commonly contain IP addresses, DNS names (and wildcards), and email addresses.
-
-type: keyword
-
-example: *.elastic.co
-
---
-
-*`tls.client.x509.issuer.common_name`*::
-+
---
-List of common name (CN) of issuing certificate authority.
-
-type: keyword
-
-example: Example SHA2 High Assurance Server CA
-
---
-
-*`tls.client.x509.issuer.country`*::
-+
---
-List of country (C) codes
-
-type: keyword
-
-example: US
-
---
-
-*`tls.client.x509.issuer.distinguished_name`*::
-+
---
-Distinguished name (DN) of issuing certificate authority.
-
-type: keyword
-
-example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
---
-
-*`tls.client.x509.issuer.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: Mountain View
-
---
-
-*`tls.client.x509.issuer.organization`*::
-+
---
-List of organizations (O) of issuing certificate authority.
-
-type: keyword
-
-example: Example Inc
-
---
-
-*`tls.client.x509.issuer.organizational_unit`*::
-+
---
-List of organizational units (OU) of issuing certificate authority.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`tls.client.x509.issuer.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`tls.client.x509.not_after`*::
-+
---
-Time at which the certificate is no longer considered valid.
-
-type: date
-
-example: 2020-07-16 03:15:39+00:00
-
---
-
-*`tls.client.x509.not_before`*::
-+
---
-Time at which the certificate is first considered valid.
-
-type: date
-
-example: 2019-08-16 01:40:25+00:00
-
---
-
-*`tls.client.x509.public_key_algorithm`*::
-+
---
-Algorithm used to generate the public key.
-
-type: keyword
-
-example: RSA
-
---
-
-*`tls.client.x509.public_key_curve`*::
-+
---
-The curve used by the elliptic curve public key algorithm. This is algorithm specific.
-
-type: keyword
-
-example: nistp521
-
---
-
-*`tls.client.x509.public_key_exponent`*::
-+
---
-Exponent used to derive the public key. This is algorithm specific.
-
-type: long
-
-example: 65537
-
-Field is not indexed.
-
---
-
-*`tls.client.x509.public_key_size`*::
-+
---
-The size of the public key space in bits.
-
-type: long
-
-example: 2048
-
---
-
-*`tls.client.x509.serial_number`*::
-+
---
-Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters.
-
-type: keyword
-
-example: 55FBB9C7DEBF09809D12CCAA
-
---
-
-*`tls.client.x509.signature_algorithm`*::
-+
---
-Identifier for certificate signature algorithm. We recommend using names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353.
-
-type: keyword
-
-example: SHA256-RSA
-
---
-
-*`tls.client.x509.subject.common_name`*::
-+
---
-List of common names (CN) of subject.
-
-type: keyword
-
-example: shared.global.example.net
-
---
-
-*`tls.client.x509.subject.country`*::
-+
---
-List of country (C) code
-
-type: keyword
-
-example: US
-
---
-
-*`tls.client.x509.subject.distinguished_name`*::
-+
---
-Distinguished name (DN) of the certificate subject entity.
-
-type: keyword
-
-example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
---
-
-*`tls.client.x509.subject.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: San Francisco
-
---
-
-*`tls.client.x509.subject.organization`*::
-+
---
-List of organizations (O) of subject.
-
-type: keyword
-
-example: Example, Inc.
-
---
-
-*`tls.client.x509.subject.organizational_unit`*::
-+
---
-List of organizational units (OU) of subject.
-
-type: keyword
-
---
-
-*`tls.client.x509.subject.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`tls.client.x509.version_number`*::
-+
---
-Version of x509 format.
-
-type: keyword
-
-example: 3
-
---
-
-*`tls.curve`*::
-+
---
-String indicating the curve used for the given cipher, when applicable.
-
-type: keyword
-
-example: secp256r1
-
---
-
-*`tls.established`*::
-+
---
-Boolean flag indicating if the TLS negotiation was successful and transitioned to an encrypted tunnel.
-
-type: boolean
-
---
-
-*`tls.next_protocol`*::
-+
---
-String indicating the protocol being tunneled. Per the values in the IANA registry (https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids), this string should be lower case.
-
-type: keyword
-
-example: http/1.1
-
---
-
-*`tls.resumed`*::
-+
---
-Boolean flag indicating if this TLS connection was resumed from an existing TLS negotiation.
-
-type: boolean
-
---
-
-*`tls.server.certificate`*::
-+
---
-PEM-encoded stand-alone certificate offered by the server. This is usually mutually-exclusive of `server.certificate_chain` since this value also exists in that list.
-
-type: keyword
-
-example: MII...
-
---
-
-*`tls.server.certificate_chain`*::
-+
---
-Array of PEM-encoded certificates that make up the certificate chain offered by the server. This is usually mutually-exclusive of `server.certificate` since that value should be the first certificate in the chain.
-
-type: keyword
-
-example: ["MII...", "MII..."]
-
---
-
-*`tls.server.hash.md5`*::
-+
---
-Certificate fingerprint using the MD5 digest of DER-encoded version of certificate offered by the server. For consistency with other hash values, this value should be formatted as an uppercase hash.
-
-type: keyword
-
-example: 0F76C7F2C55BFD7D8E8B8F4BFBF0C9EC
-
---
-
-*`tls.server.hash.sha1`*::
-+
---
-Certificate fingerprint using the SHA1 digest of DER-encoded version of certificate offered by the server. For consistency with other hash values, this value should be formatted as an uppercase hash.
-
-type: keyword
-
-example: 9E393D93138888D288266C2D915214D1D1CCEB2A
-
---
-
-*`tls.server.hash.sha256`*::
-+
---
-Certificate fingerprint using the SHA256 digest of DER-encoded version of certificate offered by the server. For consistency with other hash values, this value should be formatted as an uppercase hash.
-
-type: keyword
-
-example: 0687F666A054EF17A08E2F2162EAB4CBC0D265E1D7875BE74BF3C712CA92DAF0
-
---
-
-*`tls.server.issuer`*::
-+
---
-Subject of the issuer of the x.509 certificate presented by the server.
-
-type: keyword
-
-example: CN=Example Root CA, OU=Infrastructure Team, DC=example, DC=com
-
---
-
-*`tls.server.ja3s`*::
-+
---
-A hash that identifies servers based on how they perform an SSL/TLS handshake.
-
-type: keyword
-
-example: 394441ab65754e2207b1e1b457b3641d
-
---
-
-*`tls.server.not_after`*::
-+
---
-Timestamp indicating when server certificate is no longer considered valid.
-
-type: date
-
-example: 2021-01-01T00:00:00.000Z
-
---
-
-*`tls.server.not_before`*::
-+
---
-Timestamp indicating when server certificate is first considered valid.
-
-type: date
-
-example: 1970-01-01T00:00:00.000Z
-
---
-
-*`tls.server.subject`*::
-+
---
-Subject of the x.509 certificate presented by the server.
-
-type: keyword
-
-example: CN=www.example.com, OU=Infrastructure Team, DC=example, DC=com
-
---
-
-*`tls.server.x509.alternative_names`*::
-+
---
-List of subject alternative names (SAN). Name types vary by certificate authority and certificate type but commonly contain IP addresses, DNS names (and wildcards), and email addresses.
-
-type: keyword
-
-example: *.elastic.co
-
---
-
-*`tls.server.x509.issuer.common_name`*::
-+
---
-List of common name (CN) of issuing certificate authority.
-
-type: keyword
-
-example: Example SHA2 High Assurance Server CA
-
---
-
-*`tls.server.x509.issuer.country`*::
-+
---
-List of country (C) codes
-
-type: keyword
-
-example: US
-
---
-
-*`tls.server.x509.issuer.distinguished_name`*::
-+
---
-Distinguished name (DN) of issuing certificate authority.
-
-type: keyword
-
-example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
---
-
-*`tls.server.x509.issuer.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: Mountain View
-
---
-
-*`tls.server.x509.issuer.organization`*::
-+
---
-List of organizations (O) of issuing certificate authority.
-
-type: keyword
-
-example: Example Inc
-
---
-
-*`tls.server.x509.issuer.organizational_unit`*::
-+
---
-List of organizational units (OU) of issuing certificate authority.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`tls.server.x509.issuer.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`tls.server.x509.not_after`*::
-+
---
-Time at which the certificate is no longer considered valid.
-
-type: date
-
-example: 2020-07-16 03:15:39+00:00
-
---
-
-*`tls.server.x509.not_before`*::
-+
---
-Time at which the certificate is first considered valid.
-
-type: date
-
-example: 2019-08-16 01:40:25+00:00
-
---
-
-*`tls.server.x509.public_key_algorithm`*::
-+
---
-Algorithm used to generate the public key.
-
-type: keyword
-
-example: RSA
-
---
-
-*`tls.server.x509.public_key_curve`*::
-+
---
-The curve used by the elliptic curve public key algorithm. This is algorithm specific.
-
-type: keyword
-
-example: nistp521
-
---
-
-*`tls.server.x509.public_key_exponent`*::
-+
---
-Exponent used to derive the public key. This is algorithm specific.
-
-type: long
-
-example: 65537
-
-Field is not indexed.
-
---
-
-*`tls.server.x509.public_key_size`*::
-+
---
-The size of the public key space in bits.
-
-type: long
-
-example: 2048
-
---
-
-*`tls.server.x509.serial_number`*::
-+
---
-Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters.
-
-type: keyword
-
-example: 55FBB9C7DEBF09809D12CCAA
-
---
-
-*`tls.server.x509.signature_algorithm`*::
-+
---
-Identifier for certificate signature algorithm. We recommend using names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353.
-
-type: keyword
-
-example: SHA256-RSA
-
---
-
-*`tls.server.x509.subject.common_name`*::
-+
---
-List of common names (CN) of subject.
-
-type: keyword
-
-example: shared.global.example.net
-
---
-
-*`tls.server.x509.subject.country`*::
-+
---
-List of country (C) code
-
-type: keyword
-
-example: US
-
---
-
-*`tls.server.x509.subject.distinguished_name`*::
-+
---
-Distinguished name (DN) of the certificate subject entity.
-
-type: keyword
-
-example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
---
-
-*`tls.server.x509.subject.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: San Francisco
-
---
-
-*`tls.server.x509.subject.organization`*::
-+
---
-List of organizations (O) of subject.
-
-type: keyword
-
-example: Example, Inc.
-
---
-
-*`tls.server.x509.subject.organizational_unit`*::
-+
---
-List of organizational units (OU) of subject.
-
-type: keyword
-
---
-
-*`tls.server.x509.subject.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`tls.server.x509.version_number`*::
-+
---
-Version of x509 format.
-
-type: keyword
-
-example: 3
-
---
-
-*`tls.version`*::
-+
---
-Numeric part of the version parsed from the original string.
-
-type: keyword
-
-example: 1.2
-
---
-
-*`tls.version_protocol`*::
-+
---
-Normalized lowercase protocol name parsed from original string.
-
-type: keyword
-
-example: tls
-
---
-
-*`span.id`*::
-+
---
-Unique identifier of the span within the scope of its trace.
-A span represents an operation within a transaction, such as a request to another service, or a database query.
-
-type: keyword
-
-example: 3ff9a8981b7ccd5a
-
---
-
-*`trace.id`*::
-+
---
-Unique identifier of the trace.
-A trace groups multiple events like transactions that belong together. For example, a user request handled by multiple inter-connected services.
-
-type: keyword
-
-example: 4bf92f3577b34da6a3ce929d0e0e4736
-
---
-
-*`transaction.id`*::
-+
---
-Unique identifier of the transaction within the scope of its trace.
-A transaction is the highest level of work measured within a service, such as a request to a server.
-
-type: keyword
-
-example: 00f067aa0ba902b7
-
---
-
-[float]
-=== url
-
-URL fields provide support for complete or partial URLs, and supports the breaking down into scheme, domain, path, and so on.
-
-
-*`url.domain`*::
-+
---
-Domain of the url, such as "www.elastic.co".
-In some cases a URL may refer to an IP and/or port directly, without a domain name. In this case, the IP address would go to the `domain` field.
-If the URL contains a literal IPv6 address enclosed by `[` and `]` (IETF RFC 2732), the `[` and `]` characters should also be captured in the `domain` field.
-
-type: keyword
-
-example: www.elastic.co
-
---
-
-*`url.extension`*::
-+
---
-The field contains the file extension from the original request url, excluding the leading dot.
-The file extension is only set if it exists, as not every url has a file extension.
-The leading period must not be included. For example, the value must be "png", not ".png".
-Note that when the file name has multiple extensions (example.tar.gz), only the last one should be captured ("gz", not "tar.gz").
-
-type: keyword
-
-example: png
-
---
-
-*`url.fragment`*::
-+
---
-Portion of the url after the `#`, such as "top".
-The `#` is not part of the fragment.
-
-type: keyword
-
---
-
-*`url.full`*::
-+
---
-If full URLs are important to your use case, they should be stored in `url.full`, whether this field is reconstructed or present in the event source.
-
-type: wildcard
-
-example: https://www.elastic.co:443/search?q=elasticsearch#top
-
---
-
-*`url.full.text`*::
-+
---
-type: match_only_text
-
---
-
-*`url.original`*::
-+
---
-Unmodified original url as seen in the event source.
-Note that in network monitoring, the observed URL may be a full URL, whereas in access logs, the URL is often just represented as a path.
-This field is meant to represent the URL as it was observed, complete or not.
-
-type: wildcard
-
-example: https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch
-
---
-
-*`url.original.text`*::
-+
---
-type: match_only_text
-
---
-
-*`url.password`*::
-+
---
-Password of the request.
-
-type: keyword
-
---
-
-*`url.path`*::
-+
---
-Path of the request, such as "/search".
-
-type: wildcard
-
---
-
-*`url.port`*::
-+
---
-Port of the request, such as 443.
-
-type: long
-
-example: 443
-
-format: string
-
---
-
-*`url.query`*::
-+
---
-The query field describes the query string of the request, such as "q=elasticsearch".
-The `?` is excluded from the query string. If a URL contains no `?`, there is no query field. If there is a `?` but no query, the query field exists with an empty string. The `exists` query can be used to differentiate between the two cases.
-
-type: keyword
-
---
-
-*`url.registered_domain`*::
-+
---
-The highest registered url 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last two labels will not work well for TLDs such as "co.uk".
-
-type: keyword
-
-example: example.com
-
---
-
-*`url.scheme`*::
-+
---
-Scheme of the request, such as "https".
-Note: The `:` is not part of the scheme.
-
-type: keyword
-
-example: https
-
---
-
-*`url.subdomain`*::
-+
---
-The subdomain portion of a fully qualified domain name includes all of the names except the host name under the registered_domain. In a partially qualified domain, or if the the qualification level of the full name cannot be determined, subdomain contains all of the names below the registered domain.
-For example the subdomain portion of "www.east.mydomain.co.uk" is "east". 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.
-
-type: keyword
-
-example: east
-
---
-
-*`url.top_level_domain`*::
-+
---
-The 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 (http://publicsuffix.org). Trying to approximate this by simply taking the last label will not work well for effective TLDs such as "co.uk".
-
-type: keyword
-
-example: co.uk
-
---
-
-*`url.username`*::
-+
---
-Username of the request.
-
-type: keyword
-
---
-
-[float]
-=== user
-
-The user fields describe information about the user that is relevant to the event.
-Fields can have one entry or multiple entries. If a user has more than one id, provide an array that includes all of them.
-
-
-*`user.changes.domain`*::
-+
---
-Name of the directory the user is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`user.changes.email`*::
-+
---
-User email address.
-
-type: keyword
-
---
-
-*`user.changes.full_name`*::
-+
---
-User's full name, if available.
-
-type: keyword
-
-example: Albert Einstein
-
---
-
-*`user.changes.full_name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user.changes.group.domain`*::
-+
---
-Name of the directory the group is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`user.changes.group.id`*::
-+
---
-Unique identifier for the group on the system/platform.
-
-type: keyword
-
---
-
-*`user.changes.group.name`*::
-+
---
-Name of the group.
-
-type: keyword
-
---
-
-*`user.changes.hash`*::
-+
---
-Unique user hash to correlate information for a user in anonymized form.
-Useful if `user.id` or `user.name` contain confidential information and cannot be used.
-
-type: keyword
-
---
-
-*`user.changes.id`*::
-+
---
-Unique identifier of the user.
-
-type: keyword
-
-example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
---
-
-*`user.changes.name`*::
-+
---
-Short name or login of the user.
-
-type: keyword
-
-example: a.einstein
-
---
-
-*`user.changes.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user.changes.roles`*::
-+
---
-Array of user roles at the time of the event.
-
-type: keyword
-
-example: ["kibana_admin", "reporting_user"]
-
---
-
-*`user.domain`*::
-+
---
-Name of the directory the user is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`user.effective.domain`*::
-+
---
-Name of the directory the user is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`user.effective.email`*::
-+
---
-User email address.
-
-type: keyword
-
---
-
-*`user.effective.full_name`*::
-+
---
-User's full name, if available.
-
-type: keyword
-
-example: Albert Einstein
-
---
-
-*`user.effective.full_name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user.effective.group.domain`*::
-+
---
-Name of the directory the group is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`user.effective.group.id`*::
-+
---
-Unique identifier for the group on the system/platform.
-
-type: keyword
-
---
-
-*`user.effective.group.name`*::
-+
---
-Name of the group.
-
-type: keyword
-
---
-
-*`user.effective.hash`*::
-+
---
-Unique user hash to correlate information for a user in anonymized form.
-Useful if `user.id` or `user.name` contain confidential information and cannot be used.
-
-type: keyword
-
---
-
-*`user.effective.id`*::
-+
---
-Unique identifier of the user.
-
-type: keyword
-
-example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
---
-
-*`user.effective.name`*::
-+
---
-Short name or login of the user.
-
-type: keyword
-
-example: a.einstein
-
---
-
-*`user.effective.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user.effective.roles`*::
-+
---
-Array of user roles at the time of the event.
-
-type: keyword
-
-example: ["kibana_admin", "reporting_user"]
-
---
-
-*`user.email`*::
-+
---
-User email address.
-
-type: keyword
-
---
-
-*`user.full_name`*::
-+
---
-User's full name, if available.
-
-type: keyword
-
-example: Albert Einstein
-
---
-
-*`user.full_name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user.group.domain`*::
-+
---
-Name of the directory the group is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`user.group.id`*::
-+
---
-Unique identifier for the group on the system/platform.
-
-type: keyword
-
---
-
-*`user.group.name`*::
-+
---
-Name of the group.
-
-type: keyword
-
---
-
-*`user.hash`*::
-+
---
-Unique user hash to correlate information for a user in anonymized form.
-Useful if `user.id` or `user.name` contain confidential information and cannot be used.
-
-type: keyword
-
---
-
-*`user.id`*::
-+
---
-Unique identifier of the user.
-
-type: keyword
-
-example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
---
-
-*`user.name`*::
-+
---
-Short name or login of the user.
-
-type: keyword
-
-example: a.einstein
-
---
-
-*`user.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user.roles`*::
-+
---
-Array of user roles at the time of the event.
-
-type: keyword
-
-example: ["kibana_admin", "reporting_user"]
-
---
-
-*`user.target.domain`*::
-+
---
-Name of the directory the user is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`user.target.email`*::
-+
---
-User email address.
-
-type: keyword
-
---
-
-*`user.target.full_name`*::
-+
---
-User's full name, if available.
-
-type: keyword
-
-example: Albert Einstein
-
---
-
-*`user.target.full_name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user.target.group.domain`*::
-+
---
-Name of the directory the group is a member of.
-For example, an LDAP or Active Directory domain name.
-
-type: keyword
-
---
-
-*`user.target.group.id`*::
-+
---
-Unique identifier for the group on the system/platform.
-
-type: keyword
-
---
-
-*`user.target.group.name`*::
-+
---
-Name of the group.
-
-type: keyword
-
---
-
-*`user.target.hash`*::
-+
---
-Unique user hash to correlate information for a user in anonymized form.
-Useful if `user.id` or `user.name` contain confidential information and cannot be used.
-
-type: keyword
-
---
-
-*`user.target.id`*::
-+
---
-Unique identifier of the user.
-
-type: keyword
-
-example: S-1-5-21-202424912787-2692429404-2351956786-1000
-
---
-
-*`user.target.name`*::
-+
---
-Short name or login of the user.
-
-type: keyword
-
-example: a.einstein
-
---
-
-*`user.target.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user.target.roles`*::
-+
---
-Array of user roles at the time of the event.
-
-type: keyword
-
-example: ["kibana_admin", "reporting_user"]
-
---
-
-[float]
-=== user_agent
-
-The user_agent fields normally come from a browser request.
-They often show up in web service logs coming from the parsed user agent string.
-
-
-*`user_agent.device.name`*::
-+
---
-Name of the device.
-
-type: keyword
-
-example: iPhone
-
---
-
-*`user_agent.name`*::
-+
---
-Name of the user agent.
-
-type: keyword
-
-example: Safari
-
---
-
-*`user_agent.original`*::
-+
---
-Unparsed user_agent string.
-
-type: keyword
-
-example: Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1
-
---
-
-*`user_agent.original.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user_agent.os.family`*::
-+
---
-OS family (such as redhat, debian, freebsd, windows).
-
-type: keyword
-
-example: debian
-
---
-
-*`user_agent.os.full`*::
-+
---
-Operating system name, including the version or code name.
-
-type: keyword
-
-example: Mac OS Mojave
-
---
-
-*`user_agent.os.full.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user_agent.os.kernel`*::
-+
---
-Operating system kernel version as a raw string.
-
-type: keyword
-
-example: 4.4.0-112-generic
-
---
-
-*`user_agent.os.name`*::
-+
---
-Operating system name, without the version.
-
-type: keyword
-
-example: Mac OS X
-
---
-
-*`user_agent.os.name.text`*::
-+
---
-type: match_only_text
-
---
-
-*`user_agent.os.platform`*::
-+
---
-Operating system platform (such centos, ubuntu, windows).
-
-type: keyword
-
-example: darwin
-
---
-
-*`user_agent.os.type`*::
-+
---
-Use the `os.type` field to categorize the operating system into one of the broad commercial families.
-One of these following values should be used (lowercase): linux, macos, unix, windows.
-If the OS you're dealing with is not in the list, the field should not be populated. Please let us know by opening an issue with ECS, to propose its addition.
-
-type: keyword
-
-example: macos
-
---
-
-*`user_agent.os.version`*::
-+
---
-Operating system version as a raw string.
-
-type: keyword
-
-example: 10.14.1
-
---
-
-*`user_agent.version`*::
-+
---
-Version of the user agent.
-
-type: keyword
-
-example: 12.0
-
---
-
-[float]
-=== vlan
-
-The VLAN fields are used to identify 802.1q tag(s) of a packet, as well as ingress and egress VLAN associations of an observer in relation to a specific packet or connection.
-Network.vlan fields are used to record a single VLAN tag, or the outer tag in the case of q-in-q encapsulations, for a packet or connection as observed, typically provided by a network sensor (e.g. Zeek, Wireshark) passively reporting on traffic.
-Network.inner VLAN fields are used to report inner q-in-q 802.1q tags (multiple 802.1q encapsulations) as observed, typically provided by a network sensor (e.g. Zeek, Wireshark) passively reporting on traffic. Network.inner VLAN fields should only be used in addition to network.vlan fields to indicate q-in-q tagging.
-Observer.ingress and observer.egress VLAN values are used to record observer specific information when observer events contain discrete ingress and egress VLAN information, typically provided by firewalls, routers, or load balancers.
-
-
-*`vlan.id`*::
-+
---
-VLAN ID as reported by the observer.
-
-type: keyword
-
-example: 10
-
---
-
-*`vlan.name`*::
-+
---
-Optional VLAN name as reported by the observer.
-
-type: keyword
-
-example: outside
-
---
-
-[float]
-=== vulnerability
-
-The vulnerability fields describe information about a vulnerability that is relevant to an event.
-
-
-*`vulnerability.category`*::
-+
---
-The type of system or architecture that the vulnerability affects. These may be platform-specific (for example, Debian or SUSE) or general (for example, Database or Firewall). For example (https://qualysguard.qualys.com/qwebhelp/fo_portal/knowledgebase/vulnerability_categories.htm[Qualys vulnerability categories])
-This field must be an array.
-
-type: keyword
-
-example: ["Firewall"]
-
---
-
-*`vulnerability.classification`*::
-+
---
-The classification of the vulnerability scoring system. For example (https://www.first.org/cvss/)
-
-type: keyword
-
-example: CVSS
-
---
-
-*`vulnerability.description`*::
-+
---
-The description of the vulnerability that provides additional context of the vulnerability. For example (https://cve.mitre.org/about/faqs.html#cve_entry_descriptions_created[Common Vulnerabilities and Exposure CVE description])
-
-type: keyword
-
-example: In macOS before 2.12.6, there is a vulnerability in the RPC...
-
---
-
-*`vulnerability.description.text`*::
-+
---
-type: match_only_text
-
---
-
-*`vulnerability.enumeration`*::
-+
---
-The type of identifier used for this vulnerability. For example (https://cve.mitre.org/about/)
-
-type: keyword
-
-example: CVE
-
---
-
-*`vulnerability.id`*::
-+
---
-The identification (ID) is the number portion of a vulnerability entry. It includes a unique identification number for the vulnerability. For example (https://cve.mitre.org/about/faqs.html#what_is_cve_id)[Common Vulnerabilities and Exposure CVE ID]
-
-type: keyword
-
-example: CVE-2019-00001
-
---
-
-*`vulnerability.reference`*::
-+
---
-A resource that provides additional information, context, and mitigations for the identified vulnerability.
-
-type: keyword
-
-example: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6111
-
---
-
-*`vulnerability.report_id`*::
-+
---
-The report or scan identification number.
-
-type: keyword
-
-example: 20191018.0001
-
---
-
-*`vulnerability.scanner.vendor`*::
-+
---
-The name of the vulnerability scanner vendor.
-
-type: keyword
-
-example: Tenable
-
---
-
-*`vulnerability.score.base`*::
-+
---
-Scores can range from 0.0 to 10.0, with 10.0 being the most severe.
-Base scores cover an assessment for exploitability metrics (attack vector, complexity, privileges, and user interaction), impact metrics (confidentiality, integrity, and availability), and scope. For example (https://www.first.org/cvss/specification-document)
-
-type: float
-
-example: 5.5
-
---
-
-*`vulnerability.score.environmental`*::
-+
---
-Scores can range from 0.0 to 10.0, with 10.0 being the most severe.
-Environmental scores cover an assessment for any modified Base metrics, confidentiality, integrity, and availability requirements. For example (https://www.first.org/cvss/specification-document)
-
-type: float
-
-example: 5.5
-
---
-
-*`vulnerability.score.temporal`*::
-+
---
-Scores can range from 0.0 to 10.0, with 10.0 being the most severe.
-Temporal scores cover an assessment for code maturity, remediation level, and confidence. For example (https://www.first.org/cvss/specification-document)
-
-type: float
-
---
-
-*`vulnerability.score.version`*::
-+
---
-The National Vulnerability Database (NVD) provides qualitative severity rankings of "Low", "Medium", and "High" for CVSS v2.0 base score ranges in addition to the severity ratings for CVSS v3.0 as they are defined in the CVSS v3.0 specification.
-CVSS is owned and managed by FIRST.Org, Inc. (FIRST), a US-based non-profit organization, whose mission is to help computer security incident response teams across the world. For example (https://nvd.nist.gov/vuln-metrics/cvss)
-
-type: keyword
-
-example: 2.0
-
---
-
-*`vulnerability.severity`*::
-+
---
-The severity of the vulnerability can help with metrics and internal prioritization regarding remediation. For example (https://nvd.nist.gov/vuln-metrics/cvss)
-
-type: keyword
-
-example: Critical
-
---
-
-[float]
-=== x509
-
-This implements the common core fields for x509 certificates. This information is likely logged with TLS sessions, digital signatures found in executable binaries, S/MIME information in email bodies, or analysis of files on disk.
-When the certificate relates to a file, use the fields at `file.x509`. When hashes of the DER-encoded certificate are available, the `hash` data set should be populated as well (e.g. `file.hash.sha256`).
-Events that contain certificate information about network connections, should use the x509 fields under the relevant TLS fields: `tls.server.x509` and/or `tls.client.x509`.
-
-
-*`x509.alternative_names`*::
-+
---
-List of subject alternative names (SAN). Name types vary by certificate authority and certificate type but commonly contain IP addresses, DNS names (and wildcards), and email addresses.
-
-type: keyword
-
-example: *.elastic.co
-
---
-
-*`x509.issuer.common_name`*::
-+
---
-List of common name (CN) of issuing certificate authority.
-
-type: keyword
-
-example: Example SHA2 High Assurance Server CA
-
---
-
-*`x509.issuer.country`*::
-+
---
-List of country (C) codes
-
-type: keyword
-
-example: US
-
---
-
-*`x509.issuer.distinguished_name`*::
-+
---
-Distinguished name (DN) of issuing certificate authority.
-
-type: keyword
-
-example: C=US, O=Example Inc, OU=www.example.com, CN=Example SHA2 High Assurance Server CA
-
---
-
-*`x509.issuer.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: Mountain View
-
---
-
-*`x509.issuer.organization`*::
-+
---
-List of organizations (O) of issuing certificate authority.
-
-type: keyword
-
-example: Example Inc
-
---
-
-*`x509.issuer.organizational_unit`*::
-+
---
-List of organizational units (OU) of issuing certificate authority.
-
-type: keyword
-
-example: www.example.com
-
---
-
-*`x509.issuer.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`x509.not_after`*::
-+
---
-Time at which the certificate is no longer considered valid.
-
-type: date
-
-example: 2020-07-16 03:15:39+00:00
-
---
-
-*`x509.not_before`*::
-+
---
-Time at which the certificate is first considered valid.
-
-type: date
-
-example: 2019-08-16 01:40:25+00:00
-
---
-
-*`x509.public_key_algorithm`*::
-+
---
-Algorithm used to generate the public key.
-
-type: keyword
-
-example: RSA
-
---
-
-*`x509.public_key_curve`*::
-+
---
-The curve used by the elliptic curve public key algorithm. This is algorithm specific.
-
-type: keyword
-
-example: nistp521
-
---
-
-*`x509.public_key_exponent`*::
-+
---
-Exponent used to derive the public key. This is algorithm specific.
-
-type: long
-
-example: 65537
-
-Field is not indexed.
-
---
-
-*`x509.public_key_size`*::
-+
---
-The size of the public key space in bits.
-
-type: long
-
-example: 2048
-
---
-
-*`x509.serial_number`*::
-+
---
-Unique serial number issued by the certificate authority. For consistency, if this value is alphanumeric, it should be formatted without colons and uppercase characters.
-
-type: keyword
-
-example: 55FBB9C7DEBF09809D12CCAA
-
---
-
-*`x509.signature_algorithm`*::
-+
---
-Identifier for certificate signature algorithm. We recommend using names found in Go Lang Crypto library. See https://github.com/golang/go/blob/go1.14/src/crypto/x509/x509.go#L337-L353.
-
-type: keyword
-
-example: SHA256-RSA
-
---
-
-*`x509.subject.common_name`*::
-+
---
-List of common names (CN) of subject.
-
-type: keyword
-
-example: shared.global.example.net
-
---
-
-*`x509.subject.country`*::
-+
---
-List of country (C) code
-
-type: keyword
-
-example: US
-
---
-
-*`x509.subject.distinguished_name`*::
-+
---
-Distinguished name (DN) of the certificate subject entity.
-
-type: keyword
-
-example: C=US, ST=California, L=San Francisco, O=Example, Inc., CN=shared.global.example.net
-
---
-
-*`x509.subject.locality`*::
-+
---
-List of locality names (L)
-
-type: keyword
-
-example: San Francisco
-
---
-
-*`x509.subject.organization`*::
-+
---
-List of organizations (O) of subject.
-
-type: keyword
-
-example: Example, Inc.
-
---
-
-*`x509.subject.organizational_unit`*::
-+
---
-List of organizational units (OU) of subject.
-
-type: keyword
-
---
-
-*`x509.subject.state_or_province`*::
-+
---
-List of state or province names (ST, S, or P)
-
-type: keyword
-
-example: California
-
---
-
-*`x509.version_number`*::
-+
---
-Version of x509 format.
-
-type: keyword
-
-example: 3
-
---
-
-[[exported-fields-host-processor]]
-== Host fields
-
-Info collected for the host machine.
-
-
-
-
-*`host.containerized`*::
-+
---
-If the host is a container.
-
-
-type: boolean
-
---
-
-*`host.os.build`*::
-+
---
-OS build information.
-
-
-type: keyword
-
-example: 18D109
-
---
-
-*`host.os.codename`*::
-+
---
-OS codename, if any.
-
-
-type: keyword
-
-example: stretch
-
---
-
-[[exported-fields-jolokia-autodiscover]]
-== Jolokia Discovery autodiscover provider fields
-
-Metadata from Jolokia Discovery added by the jolokia provider.
-
-
-
-*`jolokia.agent.version`*::
-+
---
-Version number of jolokia agent.
-
-
-type: keyword
-
---
-
-*`jolokia.agent.id`*::
-+
---
-Each agent has a unique id which can be either provided during startup of the agent in form of a configuration parameter or being autodetected. If autodected, the id has several parts: The IP, the process id, hashcode of the agent and its type.
-
-
-type: keyword
-
---
-
-*`jolokia.server.product`*::
-+
---
-The container product if detected.
-
-
-type: keyword
-
---
-
-*`jolokia.server.version`*::
-+
---
-The container's version (if detected).
-
-
-type: keyword
-
---
-
-*`jolokia.server.vendor`*::
-+
---
-The vendor of the container the agent is running in.
-
-
-type: keyword
-
---
-
-*`jolokia.url`*::
-+
---
-The URL how this agent can be contacted.
-
-
-type: keyword
-
---
-
-*`jolokia.secured`*::
-+
---
-Whether the agent was configured for authentication or not.
-
-
-type: boolean
-
---
-
-[[exported-fields-kubernetes-processor]]
-== Kubernetes fields
-
-Kubernetes metadata added by the kubernetes processor
-
-
-
-
-*`kubernetes.pod.name`*::
-+
---
-Kubernetes pod name
-
-
-type: keyword
-
---
-
-*`kubernetes.pod.uid`*::
-+
---
-Kubernetes Pod UID
-
-
-type: keyword
-
---
-
-*`kubernetes.pod.ip`*::
-+
---
-Kubernetes Pod IP
-
-
-type: ip
-
---
-
-*`kubernetes.namespace`*::
-+
---
-Kubernetes namespace
-
-
-type: keyword
-
---
-
-*`kubernetes.node.name`*::
-+
---
-Kubernetes node name
-
-
-type: keyword
-
---
-
-*`kubernetes.node.hostname`*::
-+
---
-Kubernetes hostname as reported by the node’s kernel
-
-
-type: keyword
-
---
-
-*`kubernetes.labels.*`*::
-+
---
-Kubernetes labels map
-
-
-type: object
-
---
-
-*`kubernetes.annotations.*`*::
-+
---
-Kubernetes annotations map
-
-
-type: object
-
---
-
-*`kubernetes.selectors.*`*::
-+
---
-Kubernetes selectors map
-
-
-type: object
-
---
-
-*`kubernetes.replicaset.name`*::
-+
---
-Kubernetes replicaset name
-
-
-type: keyword
-
---
-
-*`kubernetes.deployment.name`*::
-+
---
-Kubernetes deployment name
-
-
-type: keyword
-
---
-
-*`kubernetes.statefulset.name`*::
-+
---
-Kubernetes statefulset name
-
-
-type: keyword
-
---
-
-*`kubernetes.container.name`*::
-+
---
-Kubernetes container name (different than the name from the runtime)
-
-
-type: keyword
-
---
-
-[[exported-fields-process]]
-== Process fields
-
-Process metadata fields
-
-
-
-
-*`process.exe`*::
-+
---
-type: alias
-
-alias to: process.executable
-
---
-
-[float]
-=== owner
-
-Process owner information.
-
-
-*`process.owner.id`*::
-+
---
-Unique identifier of the user.
-
-type: keyword
-
---
-
-*`process.owner.name`*::
-+
---
-Short name or login of the user.
-
-type: keyword
-
-example: albert
-
---
-
-*`process.owner.name.text`*::
-+
---
-type: text
-
---
-
diff --git a/journalbeat/docs/filtering.asciidoc b/journalbeat/docs/filtering.asciidoc
deleted file mode 100644
index 5bfcdd53254..00000000000
--- a/journalbeat/docs/filtering.asciidoc
+++ /dev/null
@@ -1,36 +0,0 @@
-[[filtering-and-enhancing-data]]
-== Filter and enhance data with processors
-
-++++
-Processors
-++++
-
-Your use case might require only a subset of the data exported by {beatname_uc},
-or you might need to enhance the exported data (for example, by adding
-metadata). {beatname_uc} provides a couple of options for filtering and
-enhancing exported data.
-
-You can configure {beatname_uc} to include events that match specific filtering
-criteria. To do this, use the <>
-option. The advantage of this approach is that you can reduce the number of
-fields that {beatname_uc} needs to process.
-
-Another approach (the one described here) is to define processors to configure
-global processing across all data exported by {beatname_uc}.
-
-
-[float]
-[[using-processors]]
-=== Processors
-
-include::{libbeat-dir}/processors.asciidoc[]
-
-// You must set the processor-scope attribute to resolve the attribute reference
-// defined in processors-using.asciidoc. The attribute is used to indicate where
-// processors are valid. If processors are valid in more than two locations
-// (root and :processor-scope:), you need to add a conditionally coded section
-// to processors-using.asciidoc.
-
-:processor-scope: input
-include::{libbeat-dir}/processors-using.asciidoc[]
-:processor-scope!:
diff --git a/journalbeat/docs/general-options.asciidoc b/journalbeat/docs/general-options.asciidoc
deleted file mode 100644
index 32c39676bfe..00000000000
--- a/journalbeat/docs/general-options.asciidoc
+++ /dev/null
@@ -1,64 +0,0 @@
-[[configuration-general-options]]
-== Configure general settings
-
-++++
-General settings
-++++
-
-You can specify settings in the +{beatname_lc}.yml+ config file to control the
-general behavior of {beatname_uc}. This includes:
-
-* <> that control things like
-publisher behavior and the location of some files.
-
-* <> that are supported by all Elastic
-Beats.
-
-[float]
-[[configuration-global-options]]
-=== Global {beatname_uc} configuration options
-
-These options are in the +{beatname_lc}+ namespace.
-
-[float]
-[id="{beatname_lc}-registry-file"]
-==== `registry_file`
-
-The name of the registry file. If a relative path is used, it is considered relative to the
-data path. See the <> section for details. The default is `${path.data}/registry`.
-
-["source","sh",subs="attributes"]
-----
-{beatname_lc}.registry_file: registry
-----
-
-[float]
-==== `backoff` deprecated:[5.6.1,Use the option under `paths` instead.]
-
-This option is valid as a global setting under the +{beatname_lc}+ namespace
-or under `paths`. For a description of this option, see
-<<{beatname_lc}-backoff,`backoff`>>.
-
-[float]
-==== `max_backoff` deprecated:[5.6.1,Use the option under `paths` instead.]
-
-This option is valid as a global setting under the +{beatname_lc}+ namespace
-or under `paths`. For a description of this option, see
-<<{beatname_lc}-max-backoff,`max_backoff`>>.
-
-[float]
-==== `seek` deprecated:[5.6.1,Use the option under `paths` instead.]
-
-This option is valid as a global setting under the +{beatname_lc}+ namespace
-or under `paths`. For a description of this option, see
-<>.
-
-[float]
-==== `include_matches` deprecated:[5.6.1,Use the option under `paths` instead.]
-
-This option is valid as a global setting under the +{beatname_lc}+ namespace
-or under `paths`. For a description of this option, see
-<>.
-
-include::{libbeat-dir}/generalconfig.asciidoc[]
-
diff --git a/journalbeat/docs/getting-started.asciidoc b/journalbeat/docs/getting-started.asciidoc
deleted file mode 100644
index 75da26ee141..00000000000
--- a/journalbeat/docs/getting-started.asciidoc
+++ /dev/null
@@ -1,175 +0,0 @@
-[id="{beatname_lc}-installation-configuration"]
-== {beatname_uc} quick start: installation and configuration
-
-++++
-Quick start: installation and configuration
-++++
-
-This guide describes how to get started quickly with log data collection from
-systemd journals. You'll learn how to:
-
-* install {beatname_uc} on each system you want to monitor
-* specify the location of your log files
-* parse log data into fields and send it to {es}
-* visualize the log data in {kib}
-
-[float]
-=== Before you begin
-
-You need {es} for storing and searching your data, and {kib} for visualizing and
-managing it.
-
-include::{libbeat-dir}/tab-widgets/spinup-stack-widget.asciidoc[]
-
-[float]
-[[install]]
-=== Step 1: Install {beatname_uc}
-
-Install {beatname_uc} on all the servers you want to monitor.
-
-To download and install {beatname_uc}, use the commands that work with your
-system:
-
-include::{libbeat-dir}/tab-widgets/install-deb-rpm-linux-widget.asciidoc[]
-
-[float]
-[[other-installation-options]]
-==== Other installation options
-
-* <>
-* https://www.elastic.co/downloads/beats/{beatname_lc}[Download page]
-* <>
-
-[float]
-[[set-connection]]
-=== Step 2: Connect to the {stack}
-
-include::{libbeat-dir}/shared/connecting-to-es.asciidoc[]
-
-
-[float]
-[[configuration]]
-=== Step 3: Configure {beatname_uc}
-
-Before running {beatname_uc}, specify the location of the systemd journal files
-and configure how you want the files to be read. If you accept the default
-configuration, {beatname_uc} reads from the local journal.
-
-. In +{beatname_lc}.yml+, specify a list of paths to your systemd journal files.
-Each path can be a directory path (to collect events from all journals in a
-directory), or a file path. For example:
-+
-["source","sh",subs="attributes"]
-----
-{beatname_lc}.inputs:
-- paths:
- - "/dev/log"
- - "/var/log/messages/my-journal-file.journal"
- seek: head
-----
-+
-If no paths are specified, {beatname_uc} reads from the default journal.
-
-. Set the <> option to control the position where
-{beatname_uc} starts reading the journal. The available options are `head`,
-`tail`, and `cursor`. The default is `cursor`, which means that on first read,
-{beatname_uc} starts reading at the beginning of the file, but continues reading
-at the last known position after a reload or restart. For more detail about
-the settings, see the reference docs for the
-<>.
-
-. (Optional) Set the <> option
-to filter entries in journald before collecting any log events. This reduces the
-number of events that {beatname_uc} needs to process. For example, to fetch only
-Redis events from a Docker container tagged as `redis`, use:
-+
-["source","sh",subs="attributes"]
-----
-{beatname_lc}.inputs:
-- paths: []
- include_matches:
- - "CONTAINER_TAG=redis"
- - "_COMM=redis"
-----
-
-include::{libbeat-dir}/shared/config-check.asciidoc[]
-
-[float]
-[[setup-assets]]
-=== Step 4: Set up assets
-
-{beatname_uc} comes with predefined assets for parsing, indexing, and
-visualizing your data. To load these assets:
-
-. Make sure the user specified in +{beatname_lc}.yml+ is
-<>.
-
-. From the installation directory, run:
-+
---
-include::{libbeat-dir}/tab-widgets/setup-deb-rpm-linux-widget.asciidoc[]
---
-+
-`-e` is optional and sends output to standard error instead of the configured log output.
-
-This step loads the recommended {ref}/index-templates.html[index template] for writing to {es}.
-
-[TIP]
-=====
-A connection to {es} (or {ess}) is required to set up the initial
-environment. If you're using a different output, such as {ls}, see
-<>.
-=====
-
-[float]
-[[start]]
-=== Step 5: Start {beatname_uc}
-
-Before starting {beatname_uc}, modify the user credentials in
-+{beatname_lc}.yml+ and specify a user who is
-<>.
-
-To start {beatname_uc}, run:
-
-// tag::start-step[]
-include::{libbeat-dir}/tab-widgets/start-deb-rpm-linux-widget.asciidoc[]
-// end::start-step[]
-
-{beatname_uc} is now ready to send journal events to the {es}.
-
-[float]
-[[view-data]]
-=== Step 6: View your data in {kib}
-
-There is currently no dashboard available for {beatname_uc}. To start exploring
-your data, go to the Discover app in {kib}. From there, you can submit search
-queries, filter the search results, and view document data.
-
-To learn how to build visualizations and dashboards to view your data, see the
-_{kibana-ref}/index.html[{kib} User Guide]_.
-
-
-[float]
-=== What's next?
-
-Now that you have your logs streaming into {es}, learn how to unify your logs,
-metrics, uptime, and application performance data.
-
-include::{libbeat-dir}/shared/obs-apps.asciidoc[]
-
-[TIP]
-====
-The {logs-app} shows logs from `filebeat-*` indices by default. To show
-{beatname_uc} indices, configure the source to include `journalbeat-*`. You can
-do this in the {logs-app} when you configure the source, or you can modify the {kib}
-configuration. For
-example:
-
-[source,yaml]
-----
-xpack.infra:
- sources:
- default:
- logAlias: "filebeat-*,journalbeat-*"
-----
-====
diff --git a/journalbeat/docs/howto/howto.asciidoc b/journalbeat/docs/howto/howto.asciidoc
deleted file mode 100644
index 14a26a59c1a..00000000000
--- a/journalbeat/docs/howto/howto.asciidoc
+++ /dev/null
@@ -1,35 +0,0 @@
-[[howto-guides]]
-= How to guides
-
-[partintro]
---
-Learn how to perform common {beatname_uc} configuration tasks.
-
-* <<{beatname_lc}-template>>
-* <>
-* <<{beatname_lc}-geoip>>
-* <>
-* <>
-* <>
-
-
---
-
-include::{libbeat-dir}/howto/load-index-templates.asciidoc[]
-
-include::{libbeat-dir}/howto/change-index-name.asciidoc[]
-
-include::{libbeat-dir}/shared-geoip.asciidoc[]
-
-:standalone:
-include::{libbeat-dir}/shared-env-vars.asciidoc[]
-:standalone!:
-
-include::{libbeat-dir}/shared-config-ingest.asciidoc[]
-
-:standalone:
-include::{libbeat-dir}/yaml.asciidoc[]
-:standalone!:
-
-
-
diff --git a/journalbeat/docs/images/coordinate-map.png b/journalbeat/docs/images/coordinate-map.png
deleted file mode 100644
index 8ac69fe747c..00000000000
Binary files a/journalbeat/docs/images/coordinate-map.png and /dev/null differ
diff --git a/journalbeat/docs/images/journald-log-data.png b/journalbeat/docs/images/journald-log-data.png
deleted file mode 100644
index 9a746e96837..00000000000
Binary files a/journalbeat/docs/images/journald-log-data.png and /dev/null differ
diff --git a/journalbeat/docs/index.asciidoc b/journalbeat/docs/index.asciidoc
deleted file mode 100644
index 4ace63c41fc..00000000000
--- a/journalbeat/docs/index.asciidoc
+++ /dev/null
@@ -1,47 +0,0 @@
-= Journalbeat Reference
-
-:libbeat-dir: {docdir}/../../libbeat/docs
-
-include::{libbeat-dir}/version.asciidoc[]
-
-include::{asciidoc-dir}/../../shared/versions/stack/{source_branch}.asciidoc[]
-
-include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
-
-:beatname_lc: journalbeat
-:beatname_uc: Journalbeat
-:beatname_pkg: {beatname_lc}
-:github_repo_name: beats
-:discuss_forum: beats/{beatname_lc}
-:beat_default_index_prefix: {beatname_lc}
-:beat_kib_app: {kib} Logs
-:deb_os:
-:rpm_os:
-:linux_os:
-:docker_platform:
-:no_dashboards:
-:no_decode_cef_processor:
-
-include::{libbeat-dir}/shared-beats-attributes.asciidoc[]
-
-include::./overview.asciidoc[]
-
-include::./getting-started.asciidoc[]
-
-include::./setting-up-running.asciidoc[]
-
-include::./configuring-howto.asciidoc[]
-
-include::{docdir}/howto/howto.asciidoc[]
-
-include::./fields.asciidoc[]
-
-include::{libbeat-dir}/monitoring/monitoring-beats.asciidoc[]
-
-include::{libbeat-dir}/shared-securing-beat.asciidoc[]
-
-include::./troubleshooting.asciidoc[]
-
-include::./faq.asciidoc[]
-
-
diff --git a/journalbeat/docs/overview.asciidoc b/journalbeat/docs/overview.asciidoc
deleted file mode 100644
index 645aa87ca48..00000000000
--- a/journalbeat/docs/overview.asciidoc
+++ /dev/null
@@ -1,11 +0,0 @@
-[id="{beatname_lc}-overview"]
-== {beatname_uc} overview
-
-{beatname_uc} is a lightweight shipper for forwarding and centralizing log data
-from https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html[systemd journals].
-Installed as an agent on your servers, {beatname_uc} monitors the journal
-locations that you specify, collects log events, and forwards them to either to
-https://www.elastic.co/products/elasticsearch[Elasticsearch] or
-https://www.elastic.co/products/logstash[Logstash].
-
-include::{libbeat-dir}/shared-libbeat-description.asciidoc[]
diff --git a/journalbeat/docs/page_header.html b/journalbeat/docs/page_header.html
deleted file mode 100644
index 0f01f3bfad5..00000000000
--- a/journalbeat/docs/page_header.html
+++ /dev/null
@@ -1,4 +0,0 @@
-This functionality is experimental and may be changed or removed completely in a
-future release. Elastic will take a best effort approach to fix any issues, but
-experimental features are not subject to the support SLA of official GA
-features.
\ No newline at end of file
diff --git a/journalbeat/docs/running-on-docker.asciidoc b/journalbeat/docs/running-on-docker.asciidoc
deleted file mode 100644
index dbfcce5b489..00000000000
--- a/journalbeat/docs/running-on-docker.asciidoc
+++ /dev/null
@@ -1 +0,0 @@
-include::{libbeat-dir}/shared-docker.asciidoc[]
diff --git a/journalbeat/docs/setting-up-running.asciidoc b/journalbeat/docs/setting-up-running.asciidoc
deleted file mode 100644
index ef95d59b8ff..00000000000
--- a/journalbeat/docs/setting-up-running.asciidoc
+++ /dev/null
@@ -1,47 +0,0 @@
-/////
-// NOTE:
-// Each beat has its own setup overview to allow for the addition of content
-// that is unique to each beat.
-/////
-
-[[setting-up-and-running]]
-== Set up and run {beatname_uc}
-
-++++
-Set up and run
-++++
-
-Before reading this section, see
-<<{beatname_lc}-installation-configuration>> for basic
-installation instructions to get you started.
-
-This section includes additional information on how to install, set up, and run
-{beatname_uc}, including:
-
-* <>
-* <>
-* <>
-* <>
-* <>
-* <>
-* <<{beatname_lc}-starting>>
-* <>
-
-
-//MAINTAINERS: If you add a new file to this section, make sure you update the bulleted list ^^ too.
-
-include::{libbeat-dir}/shared-directory-layout.asciidoc[]
-
-include::{libbeat-dir}/keystore.asciidoc[]
-
-include::{libbeat-dir}/command-reference.asciidoc[]
-
-include::{libbeat-dir}/repositories.asciidoc[]
-
-include::./running-on-docker.asciidoc[]
-
-include::{libbeat-dir}/shared-systemd.asciidoc[]
-
-include::{libbeat-dir}/shared/start-beat.asciidoc[]
-
-include::{libbeat-dir}/shared/shutdown.asciidoc[]
diff --git a/journalbeat/docs/troubleshooting.asciidoc b/journalbeat/docs/troubleshooting.asciidoc
deleted file mode 100644
index b32d1b5fca2..00000000000
--- a/journalbeat/docs/troubleshooting.asciidoc
+++ /dev/null
@@ -1,31 +0,0 @@
-[[troubleshooting]]
-= Troubleshoot
-
-[partintro]
---
-
-If you have issues installing or running {beatname_uc}, read the
-following tips:
-
-* <>
-* <>
-* <>
-
-//sets block macro for getting-help.asciidoc included in next section
-
---
-
-[[getting-help]]
-== Get help
-
-include::{libbeat-dir}/getting-help.asciidoc[]
-
-//sets block macro for debugging.asciidoc included in next section
-
-[id="enable-{beatname_lc}-debugging"]
-== Debug
-
-include::{libbeat-dir}/debugging.asciidoc[]
-
-
-
diff --git a/journalbeat/include/fields.go b/journalbeat/include/fields.go
deleted file mode 100644
index 0e063a35e4e..00000000000
--- a/journalbeat/include/fields.go
+++ /dev/null
@@ -1,36 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-// Code generated by beats/dev-tools/cmd/asset/asset.go - DO NOT EDIT.
-
-package include
-
-import (
- "github.com/elastic/beats/v7/libbeat/asset"
-)
-
-func init() {
- if err := asset.SetFields("journalbeat", "fields.yml", asset.BeatFieldsPri, AssetFieldsYml); err != nil {
- panic(err)
- }
-}
-
-// AssetFieldsYml returns asset data.
-// This is the base64 encoded zlib format compressed contents of fields.yml.
-func AssetFieldsYml() string {
- return "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"
-}
diff --git a/journalbeat/input/config.go b/journalbeat/input/config.go
deleted file mode 100644
index 6c202030b35..00000000000
--- a/journalbeat/input/config.go
+++ /dev/null
@@ -1,67 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-package input
-
-import (
- "time"
-
- "github.com/elastic/beats/v7/journalbeat/pkg/journalfield"
- "github.com/elastic/beats/v7/journalbeat/pkg/journalread"
- "github.com/elastic/beats/v7/libbeat/common"
- "github.com/elastic/beats/v7/libbeat/common/fmtstr"
- "github.com/elastic/beats/v7/libbeat/processors"
-)
-
-// Config stores the options of an input.
-type Config struct {
- // Unique ID of the input for state persistence purposes.
- ID string `config:"id"`
- // Paths stores the paths to the journal files to be read.
- Paths []string `config:"paths"`
- // Backoff is the current interval to wait before
- // attemting to read again from the journal.
- Backoff time.Duration `config:"backoff" validate:"min=0,nonzero"`
- // MaxBackoff is the limit of the backoff time.
- MaxBackoff time.Duration `config:"max_backoff" validate:"min=0,nonzero"`
- // Seek is the method to read from journals.
- Seek journalread.SeekMode `config:"seek"`
- // CursorSeekFallback sets where to seek if registry file is not available.
- CursorSeekFallback journalread.SeekMode `config:"cursor_seek_fallback"`
- // Matches store the key value pairs to match entries.
- Matches []journalfield.Matcher `config:"include_matches"`
- // SaveRemoteHostname defines if the original source of the entry needs to be saved.
- SaveRemoteHostname bool `config:"save_remote_hostname"`
-
- // Fields and tags to add to events.
- common.EventMetadata `config:",inline"`
- // Processors to run on events.
- Processors processors.PluginConfig `config:"processors"`
- // ES output index pattern
- Index fmtstr.EventFormatString `config:"index"`
-}
-
-var (
- // DefaultConfig is the defaults for an inputs
- DefaultConfig = Config{
- Backoff: 1 * time.Second,
- MaxBackoff: 20 * time.Second,
- Seek: journalread.SeekCursor,
- CursorSeekFallback: journalread.SeekHead,
- SaveRemoteHostname: false,
- }
-)
diff --git a/journalbeat/input/input.go b/journalbeat/input/input.go
deleted file mode 100644
index f1238d61c81..00000000000
--- a/journalbeat/input/input.go
+++ /dev/null
@@ -1,274 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-package input
-
-import (
- "context"
- "fmt"
- "strings"
- "sync"
- "syscall"
- "time"
-
- "github.com/elastic/beats/v7/libbeat/processors/add_formatted_index"
- "github.com/elastic/go-concert/timed"
-
- "github.com/elastic/beats/v7/libbeat/common/acker"
- "github.com/elastic/beats/v7/libbeat/common/atomic"
- "github.com/elastic/beats/v7/libbeat/common/fmtstr"
-
- "github.com/elastic/beats/v7/journalbeat/checkpoint"
- "github.com/elastic/beats/v7/journalbeat/reader"
- "github.com/elastic/beats/v7/libbeat/beat"
- "github.com/elastic/beats/v7/libbeat/common"
- "github.com/elastic/beats/v7/libbeat/logp"
- "github.com/elastic/beats/v7/libbeat/processors"
-)
-
-// Input manages readers and forwards entries from journals.
-type Input struct {
- readers []*reader.Reader
- done chan struct{}
- config Config
- client beat.Client
- states map[string]checkpoint.JournalState
- logger *logp.Logger
- eventMeta common.EventMetadata
- processors beat.ProcessorList
-}
-
-// New returns a new Inout
-func New(
- c *common.Config,
- info beat.Info,
- done chan struct{},
- states map[string]checkpoint.JournalState,
-) (*Input, error) {
- config := DefaultConfig
- if err := c.Unpack(&config); err != nil {
- return nil, err
- }
-
- logger := logp.NewLogger("input")
- if config.ID != "" {
- logger = logger.With("id", config.ID)
- }
-
- var readers []*reader.Reader
- if len(config.Paths) == 0 {
- cfg := reader.Config{
- Path: reader.LocalSystemJournalID, // used to identify the state in the registry
- Backoff: config.Backoff,
- MaxBackoff: config.MaxBackoff,
- Seek: config.Seek,
- CursorSeekFallback: config.CursorSeekFallback,
- Matches: config.Matches,
- SaveRemoteHostname: config.SaveRemoteHostname,
- CheckpointID: checkpointID(config.ID, reader.LocalSystemJournalID),
- }
-
- state := states[cfg.CheckpointID]
- r, err := reader.NewLocal(cfg, done, state, logger)
- if err != nil {
- return nil, fmt.Errorf("error creating reader for local journal: %+v", err)
- }
- readers = append(readers, r)
- }
-
- for _, p := range config.Paths {
- cfg := reader.Config{
- Path: p,
- Backoff: config.Backoff,
- MaxBackoff: config.MaxBackoff,
- Seek: config.Seek,
- CursorSeekFallback: config.CursorSeekFallback,
- Matches: config.Matches,
- SaveRemoteHostname: config.SaveRemoteHostname,
- CheckpointID: checkpointID(config.ID, p),
- }
-
- state := states[cfg.CheckpointID]
- r, err := reader.New(cfg, done, state, logger)
- if err != nil {
- return nil, fmt.Errorf("error creating reader for journal: %+v", err)
- }
- readers = append(readers, r)
- }
-
- inputProcessors, err := processorsForInput(info, config)
- if err != nil {
- return nil, err
- }
-
- logger.Debugf("New input is created for paths %v", config.Paths)
-
- return &Input{
- readers: readers,
- done: done,
- config: config,
- states: states,
- logger: logger,
- eventMeta: config.EventMetadata,
- processors: inputProcessors,
- }, nil
-}
-
-// Run connects to the output, collects entries from the readers
-// and then publishes the events.
-func (i *Input) Run(pipeline beat.Pipeline) {
- var err error
- i.client, err = pipeline.ConnectWith(beat.ClientConfig{
- PublishMode: beat.GuaranteedSend,
- Processing: beat.ProcessingConfig{
- EventMetadata: i.eventMeta,
- Meta: nil,
- Processor: i.processors,
- },
- ACKHandler: acker.Counting(func(n int) {
- i.logger.Debugw("journalbeat successfully published events", "event.count", n)
- }),
- })
- if err != nil {
- i.logger.Error("Error connecting to output: %v", err)
- return
- }
-
- i.publishAll()
-}
-
-// publishAll reads events from all readers and publishes them.
-func (i *Input) publishAll() {
- out := make(chan *beat.Event)
- defer close(out)
-
- var wg sync.WaitGroup
- defer wg.Wait()
- for _, r := range i.readers {
- wg.Add(1)
- r := r
- go func() {
- defer wg.Done()
-
- suppressed := atomic.NewBool(false)
- ctx, cancel := context.WithCancel(context.Background())
- defer cancel()
-
- for {
- select {
- case <-i.done:
- return
- default:
- }
-
- event, err := r.Next()
- if event == nil {
- if err != nil {
- if i.isErrSuppressed(ctx, err, suppressed) {
- i.logger.Debugf("Error message suppressed: EBADMSG")
- continue
- }
- i.logger.Errorf("Error while reading event: %v", err)
- }
- continue
- }
-
- select {
- case <-i.done:
- case out <- event:
- }
- }
- }()
- }
-
- for {
- select {
- case <-i.done:
- return
- case e := <-out:
- i.client.Publish(*e)
- }
- }
-}
-
-// isErrSuppressed checks if the error is due to a corrupt journal. If yes, only the first error message
-// is displayed and then it is suppressed for 5 seconds.
-func (i *Input) isErrSuppressed(ctx context.Context, err error, suppressed *atomic.Bool) bool {
- if strings.Contains(err.Error(), syscall.EBADMSG.Error()) {
- if suppressed.Load() {
- return true
- }
-
- suppressed.Store(true)
- go func(ctx context.Context, suppressed *atomic.Bool) {
- if err := timed.Wait(ctx, 5*time.Second); err == nil {
- suppressed.Store(false)
- }
-
- }(ctx, suppressed)
- }
-
- return false
-}
-
-// Stop stops all readers of the input.
-func (i *Input) Stop() {
- for _, r := range i.readers {
- r.Close()
- }
- i.client.Close()
-}
-
-// Wait waits until all readers are done.
-func (i *Input) Wait() {
- i.Stop()
-}
-
-func processorsForInput(beatInfo beat.Info, config Config) (*processors.Processors, error) {
- procs := processors.NewList(nil)
-
- // Processor ordering is important:
- // 1. Index configuration
- if !config.Index.IsEmpty() {
- staticFields := fmtstr.FieldsForBeat(beatInfo.Beat, beatInfo.Version)
- timestampFormat, err :=
- fmtstr.NewTimestampFormatString(&config.Index, staticFields)
- if err != nil {
- return nil, err
- }
- indexProcessor := add_formatted_index.New(timestampFormat)
- procs.AddProcessor(indexProcessor)
- }
-
- // 2. User processors
- userProcessors, err := processors.New(config.Processors)
- if err != nil {
- return nil, err
- }
- procs.AddProcessors(*userProcessors)
-
- return procs, nil
-}
-
-// checkpointID returns the identifier used to track persistent state for the
-// input.
-func checkpointID(id, path string) string {
- if id == "" {
- return path
- }
- return "journald::" + path + "::" + id
-}
diff --git a/journalbeat/input/input_test.go b/journalbeat/input/input_test.go
deleted file mode 100644
index eb925f1ef0b..00000000000
--- a/journalbeat/input/input_test.go
+++ /dev/null
@@ -1,167 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-package input
-
-import (
- "fmt"
- "testing"
- "time"
-
- "github.com/stretchr/testify/assert"
-
- "github.com/elastic/beats/v7/libbeat/beat"
- "github.com/elastic/beats/v7/libbeat/beat/events"
- "github.com/elastic/beats/v7/libbeat/common"
- "github.com/elastic/beats/v7/libbeat/processors"
- _ "github.com/elastic/beats/v7/libbeat/processors/actions"
-)
-
-func TestProcessorsForInput(t *testing.T) {
- testCases := map[string]struct {
- beatInfo beat.Info
- configStr string
- event beat.Event
- expectedFields map[string]string
- }{
- "Simple static index": {
- configStr: "index: 'test'",
- expectedFields: map[string]string{
- "@metadata.raw_index": "test",
- },
- },
- "Index with agent info + timestamp": {
- beatInfo: beat.Info{Beat: "TestBeat", Version: "3.9.27"},
- configStr: "index: 'beat-%{[agent.name]}-%{[agent.version]}-%{+yyyy.MM.dd}'",
- event: beat.Event{Timestamp: time.Date(1999, time.December, 31, 23, 0, 0, 0, time.UTC)},
- expectedFields: map[string]string{
- "@metadata.raw_index": "beat-TestBeat-3.9.27-1999.12.31",
- },
- },
- "Set field in input config": {
- configStr: `processors: [add_fields: {fields: {testField: inputConfig}}]`,
- expectedFields: map[string]string{
- "fields.testField": "inputConfig",
- },
- },
- }
- for description, test := range testCases {
- t.Run(description, func(t *testing.T) {
- if test.event.Fields == nil {
- test.event.Fields = common.MapStr{}
- }
- config, err := inputConfigFromString(test.configStr)
- if err != nil {
- t.Errorf("[%s] %v", description, err)
- return
- }
- processors, err := processorsForInput(test.beatInfo, config)
- if err != nil {
- t.Errorf("[%s] %v", description, err)
- return
- }
- processedEvent, err := processors.Run(&test.event)
- // We don't check if err != nil, because we are testing the final outcome
- // of running the processors, including when some of them fail.
- if processedEvent == nil {
- t.Errorf("[%s] Unexpected fatal error running processors: %v\n",
- description, err)
- }
- for key, value := range test.expectedFields {
- field, err := processedEvent.GetValue(key)
- if err != nil {
- t.Errorf("[%s] Couldn't get field %s from event: %v", description, key, err)
- return
- }
- assert.Equal(t, field, value)
- fieldStr, ok := field.(string)
- if !ok {
- // Note that requiring a string here is just to simplify the test setup,
- // not a requirement of the underlying api.
- t.Errorf("[%s] Field [%s] should be a string", description, key)
- return
- }
- if fieldStr != value {
- t.Errorf("[%s] Event field [%s]: expected [%s], got [%s]", description, key, value, fieldStr)
- }
- }
- })
- }
-}
-
-func TestProcessorsForInputIsFlat(t *testing.T) {
- // This test is regrettable, and exists because of inconsistencies in
- // processor handling between processors.Processors and processing.group
- // (which implements beat.ProcessorList) -- see processorsForConfig for
- // details. The upshot is that, for now, if the input configuration specifies
- // processors, they must be returned as direct children of the resulting
- // processors.Processors (rather than being collected in additional tree
- // structure).
- // This test should be removed once we have a more consistent mechanism for
- // collecting and running processors.
- configStr := `processors:
-- add_fields: {fields: {testField: value}}
-- add_fields: {fields: {testField2: stuff}}`
- config, err := inputConfigFromString(configStr)
- if err != nil {
- t.Fatal(err)
- }
- processors, err := processorsForInput(
- beat.Info{}, config)
- if err != nil {
- t.Fatal(err)
- }
- assert.Equal(t, 2, len(processors.List))
-}
-
-// setRawIndex is a bare-bones processor to set the raw_index field to a
-// constant string in the event metadata. It is used to test order of operations
-// for processorsForConfig.
-type setRawIndex struct {
- indexStr string
-}
-
-func (p *setRawIndex) Run(event *beat.Event) (*beat.Event, error) {
- if event.Meta == nil {
- event.Meta = common.MapStr{}
- }
- event.Meta[events.FieldMetaRawIndex] = p.indexStr
- return event, nil
-}
-
-func (p *setRawIndex) String() string {
- return fmt.Sprintf("set_raw_index=%v", p.indexStr)
-}
-
-// Helper function to convert from YML input string to an unpacked
-// Config
-func inputConfigFromString(s string) (Config, error) {
- config := DefaultConfig
- cfg, err := common.NewConfigFrom(s)
- if err != nil {
- return config, err
- }
- err = cfg.Unpack(&config)
- return config, err
-}
-
-// makeProcessors wraps one or more bare Processor objects in Processors.
-func makeProcessors(procs ...processors.Processor) *processors.Processors {
- procList := processors.NewList(nil)
- procList.List = procs
- return procList
-}
diff --git a/journalbeat/journalbeat.docker.yml b/journalbeat/journalbeat.docker.yml
deleted file mode 100644
index 643eea808b8..00000000000
--- a/journalbeat/journalbeat.docker.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-journalbeat.inputs:
-- paths: []
- seek: cursor
-
-processors:
- - add_cloud_metadata: ~
- - add_docker_metadata: ~
-
-output.elasticsearch:
- hosts: '${ELASTICSEARCH_HOSTS:elasticsearch:9200}'
- username: '${ELASTICSEARCH_USERNAME:}'
- password: '${ELASTICSEARCH_PASSWORD:}'
diff --git a/journalbeat/journalbeat.reference.yml b/journalbeat/journalbeat.reference.yml
deleted file mode 100644
index 19692cfec94..00000000000
--- a/journalbeat/journalbeat.reference.yml
+++ /dev/null
@@ -1,1561 +0,0 @@
-###################### Journalbeat Configuration Example #########################
-
-# This file is an example configuration file highlighting only the most common
-# options. The journalbeat.reference.yml file from the same directory contains all the
-# supported options with more comments. You can use it as a reference.
-#
-# You can find the full configuration reference here:
-# https://www.elastic.co/guide/en/beats/journalbeat/index.html
-
-# For more available modules and options, please see the journalbeat.reference.yml sample
-# configuration file.
-
-# ============================= Journalbeat inputs =============================
-
-journalbeat.inputs:
- # Paths that should be crawled and fetched. Possible values files and directories.
- # When setting a directory, all journals under it are merged.
- # When empty starts to read from local journal.
-- paths: []
-
- # An optional unique identifier for the input. By providing a unique `id` you
- # can operate multiple inputs on the same journal. This allows each input's
- # cursor to be persisted independently in the registry file.
- #id: ""
-
- # The number of seconds to wait before trying to read again from journals.
- #backoff: 1s
- # The maximum number of seconds to wait before attempting to read again from journals.
- #max_backoff: 20s
-
- # Position to start reading from journal. Valid values: head, tail, cursor
- seek: cursor
- # Fallback position if no cursor data is available.
- #cursor_seek_fallback: head
-
- # Exact matching for field values of events.
- # Matching for nginx entries: "systemd.unit=nginx"
- #include_matches: []
-
- # Set the option to preserve the remote hostname in entries from a remote journal.
- # It is only needed when used with add_host_metadata, so the original host name
- # does not get overwritten by the processor.
- #save_remote_hostname: false
-
- # Optional fields that you can specify to add additional information to the
- # output. Fields can be scalar values, arrays, dictionaries, or any nested
- # combination of these.
- #fields:
- # env: staging
-
-
-# ========================= Journalbeat global options =========================
-#journalbeat:
- # Name of the registry file. If a relative path is used, it is considered relative to the
- # data path.
- #registry_file: registry
-
-# ======================= Elasticsearch template setting =======================
-setup.template.settings:
- index.number_of_shards: 1
- #index.codec: best_compression
- #_source.enabled: false
-
-# ================================== General ===================================
-
-# The name of the shipper that publishes the network data. It can be used to group
-# all the transactions sent by a single shipper in the web interface.
-# If this options is not defined, the hostname is used.
-#name:
-
-# The tags of the shipper are included in their own field with each
-# transaction published. Tags make it easy to group servers by different
-# logical properties.
-#tags: ["service-X", "web-tier"]
-
-# Optional fields that you can specify to add additional information to the
-# output. Fields can be scalar values, arrays, dictionaries, or any nested
-# combination of these.
-#fields:
-# env: staging
-
-# If this option is set to true, the custom fields are stored as top-level
-# fields in the output document instead of being grouped under a fields
-# sub-dictionary. Default is false.
-#fields_under_root: false
-
-# Internal queue configuration for buffering events to be published.
-#queue:
- # Queue type by name (default 'mem')
- # The memory queue will present all available events (up to the outputs
- # bulk_max_size) to the output, the moment the output is ready to server
- # another batch of events.
- #mem:
- # Max number of events the queue can buffer.
- #events: 4096
-
- # Hints the minimum number of events stored in the queue,
- # before providing a batch of events to the outputs.
- # The default value is set to 2048.
- # A value of 0 ensures events are immediately available
- # to be sent to the outputs.
- #flush.min_events: 2048
-
- # Maximum duration after which events are available to the outputs,
- # if the number of events stored in the queue is < `flush.min_events`.
- #flush.timeout: 1s
-
- # The disk queue stores incoming events on disk until the output is
- # ready for them. This allows a higher event limit than the memory-only
- # queue and lets pending events persist through a restart.
- #disk:
- # The directory path to store the queue's data.
- #path: "${path.data}/diskqueue"
-
- # The maximum space the queue should occupy on disk. Depending on
- # input settings, events that exceed this limit are delayed or discarded.
- #max_size: 10GB
-
- # The maximum size of a single queue data file. Data in the queue is
- # stored in smaller segments that are deleted after all their events
- # have been processed.
- #segment_size: 1GB
-
- # The number of events to read from disk to memory while waiting for
- # the output to request them.
- #read_ahead: 512
-
- # The number of events to accept from inputs while waiting for them
- # to be written to disk. If event data arrives faster than it
- # can be written to disk, this setting prevents it from overflowing
- # main memory.
- #write_ahead: 2048
-
- # The duration to wait before retrying when the queue encounters a disk
- # write error.
- #retry_interval: 1s
-
- # The maximum length of time to wait before retrying on a disk write
- # error. If the queue encounters repeated errors, it will double the
- # length of its retry interval each time, up to this maximum.
- #max_retry_interval: 30s
-
-# Sets the maximum number of CPUs that can be executing simultaneously. The
-# default is the number of logical CPUs available in the system.
-#max_procs:
-
-# ================================= Processors =================================
-
-# Processors are used to reduce the number of fields in the exported event or to
-# enhance the event with external metadata. This section defines a list of
-# processors that are applied one by one and the first one receives the initial
-# event:
-#
-# event -> filter1 -> event1 -> filter2 ->event2 ...
-#
-# The supported processors are drop_fields, drop_event, include_fields,
-# decode_json_fields, and add_cloud_metadata.
-#
-# For example, you can use the following processors to keep the fields that
-# contain CPU load percentages, but remove the fields that contain CPU ticks
-# values:
-#
-#processors:
-# - include_fields:
-# fields: ["cpu"]
-# - drop_fields:
-# fields: ["cpu.user", "cpu.system"]
-#
-# The following example drops the events that have the HTTP response code 200:
-#
-#processors:
-# - drop_event:
-# when:
-# equals:
-# http.code: 200
-#
-# The following example renames the field a to b:
-#
-#processors:
-# - rename:
-# fields:
-# - from: "a"
-# to: "b"
-#
-# The following example tokenizes the string into fields:
-#
-#processors:
-# - dissect:
-# tokenizer: "%{key1} - %{key2}"
-# field: "message"
-# target_prefix: "dissect"
-#
-# The following example enriches each event with metadata from the cloud
-# provider about the host machine. It works on EC2, GCE, DigitalOcean,
-# Tencent Cloud, and Alibaba Cloud.
-#
-#processors:
-# - add_cloud_metadata: ~
-#
-# The following example enriches each event with the machine's local time zone
-# offset from UTC.
-#
-#processors:
-# - add_locale:
-# format: offset
-#
-# The following example enriches each event with docker metadata, it matches
-# given fields to an existing container id and adds info from that container:
-#
-#processors:
-# - add_docker_metadata:
-# host: "unix:///var/run/docker.sock"
-# match_fields: ["system.process.cgroup.id"]
-# match_pids: ["process.pid", "process.parent.pid"]
-# match_source: true
-# match_source_index: 4
-# match_short_id: false
-# cleanup_timeout: 60
-# labels.dedot: false
-# # To connect to Docker over TLS you must specify a client and CA certificate.
-# #ssl:
-# # certificate_authority: "/etc/pki/root/ca.pem"
-# # certificate: "/etc/pki/client/cert.pem"
-# # key: "/etc/pki/client/cert.key"
-#
-# The following example enriches each event with docker metadata, it matches
-# container id from log path available in `source` field (by default it expects
-# it to be /var/lib/docker/containers/*/*.log).
-#
-#processors:
-# - add_docker_metadata: ~
-#
-# The following example enriches each event with host metadata.
-#
-#processors:
-# - add_host_metadata: ~
-#
-# The following example enriches each event with process metadata using
-# process IDs included in the event.
-#
-#processors:
-# - add_process_metadata:
-# match_pids: ["system.process.ppid"]
-# target: system.process.parent
-#
-# The following example decodes fields containing JSON strings
-# and replaces the strings with valid JSON objects.
-#
-#processors:
-# - decode_json_fields:
-# fields: ["field1", "field2", ...]
-# process_array: false
-# max_depth: 1
-# target: ""
-# overwrite_keys: false
-#
-#processors:
-# - decompress_gzip_field:
-# from: "field1"
-# to: "field2"
-# ignore_missing: false
-# fail_on_error: true
-#
-# The following example copies the value of message to message_copied
-#
-#processors:
-# - copy_fields:
-# fields:
-# - from: message
-# to: message_copied
-# fail_on_error: true
-# ignore_missing: false
-#
-# The following example truncates the value of message to 1024 bytes
-#
-#processors:
-# - truncate_fields:
-# fields:
-# - message
-# max_bytes: 1024
-# fail_on_error: false
-# ignore_missing: true
-#
-# The following example preserves the raw message under event.original
-#
-#processors:
-# - copy_fields:
-# fields:
-# - from: message
-# to: event.original
-# fail_on_error: false
-# ignore_missing: true
-# - truncate_fields:
-# fields:
-# - event.original
-# max_bytes: 1024
-# fail_on_error: false
-# ignore_missing: true
-#
-# The following example URL-decodes the value of field1 to field2
-#
-#processors:
-# - urldecode:
-# fields:
-# - from: "field1"
-# to: "field2"
-# ignore_missing: false
-# fail_on_error: true
-
-# =============================== Elastic Cloud ================================
-
-# These settings simplify using Journalbeat with the Elastic Cloud (https://cloud.elastic.co/).
-
-# The cloud.id setting overwrites the `output.elasticsearch.hosts` and
-# `setup.kibana.host` options.
-# You can find the `cloud.id` in the Elastic Cloud web UI.
-#cloud.id:
-
-# The cloud.auth setting overwrites the `output.elasticsearch.username` and
-# `output.elasticsearch.password` settings. The format is `:`.
-#cloud.auth:
-
-# ================================== Outputs ===================================
-
-# Configure what output to use when sending the data collected by the beat.
-
-# ---------------------------- Elasticsearch Output ----------------------------
-output.elasticsearch:
- # Boolean flag to enable or disable the output module.
- #enabled: true
-
- # Array of hosts to connect to.
- # Scheme and port can be left out and will be set to the default (http and 9200)
- # In case you specify and additional path, the scheme is required: http://localhost:9200/path
- # IPv6 addresses should always be defined as: https://[2001:db8::1]:9200
- hosts: ["localhost:9200"]
-
- # Set gzip compression level.
- #compression_level: 0
-
- # Configure escaping HTML symbols in strings.
- #escape_html: false
-
- # Protocol - either `http` (default) or `https`.
- #protocol: "https"
-
- # Authentication credentials - either API key or username/password.
- #api_key: "id:api_key"
- #username: "elastic"
- #password: "changeme"
-
- # Dictionary of HTTP parameters to pass within the URL with index operations.
- #parameters:
- #param1: value1
- #param2: value2
-
- # Number of workers per Elasticsearch host.
- #worker: 1
-
- # Optional index name. The default is "journalbeat" plus date
- # and generates [journalbeat-]YYYY.MM.DD keys.
- # In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
- #index: "journalbeat-%{[agent.version]}-%{+yyyy.MM.dd}"
-
- # Optional ingest pipeline. By default no pipeline will be used.
- #pipeline: ""
-
- # Optional HTTP path
- #path: "/elasticsearch"
-
- # Custom HTTP headers to add to each request
- #headers:
- # X-My-Header: Contents of the header
-
- # Proxy server URL
- #proxy_url: http://proxy:3128
-
- # Whether to disable proxy settings for outgoing connections. If true, this
- # takes precedence over both the proxy_url field and any environment settings
- # (HTTP_PROXY, HTTPS_PROXY). The default is false.
- #proxy_disable: false
-
- # The number of times a particular Elasticsearch index operation is attempted. If
- # the indexing operation doesn't succeed after this many retries, the events are
- # dropped. The default is 3.
- #max_retries: 3
-
- # The maximum number of events to bulk in a single Elasticsearch bulk API index request.
- # The default is 50.
- #bulk_max_size: 50
-
- # The number of seconds to wait before trying to reconnect to Elasticsearch
- # after a network error. After waiting backoff.init seconds, the Beat
- # tries to reconnect. If the attempt fails, the backoff timer is increased
- # exponentially up to backoff.max. After a successful connection, the backoff
- # timer is reset. The default is 1s.
- #backoff.init: 1s
-
- # The maximum number of seconds to wait before attempting to connect to
- # Elasticsearch after a network error. The default is 60s.
- #backoff.max: 60s
-
- # Configure HTTP request timeout before failing a request to Elasticsearch.
- #timeout: 90
-
- # Use SSL settings for HTTPS.
- #ssl.enabled: true
-
- # Controls the verification of certificates. Valid values are:
- # * full, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate.
- # * strict, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate. If the Subject Alternative
- # Name is empty, it returns an error.
- # * certificate, which verifies that the provided certificate is signed by a
- # trusted authority (CA), but does not perform any hostname verification.
- # * none, which performs no verification of the server's certificate. This
- # mode disables many of the security benefits of SSL/TLS and should only be used
- # after very careful consideration. It is primarily intended as a temporary
- # diagnostic mechanism when attempting to resolve TLS errors; its use in
- # production environments is strongly discouraged.
- # The default value is full.
- #ssl.verification_mode: full
-
- # List of supported/valid TLS versions. By default all TLS versions from 1.1
- # up to 1.3 are enabled.
- #ssl.supported_protocols: [TLSv1.1, TLSv1.2, TLSv1.3]
-
- # List of root certificates for HTTPS server verifications
- #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
-
- # Certificate for SSL client authentication
- #ssl.certificate: "/etc/pki/client/cert.pem"
-
- # Client certificate key
- #ssl.key: "/etc/pki/client/cert.key"
-
- # Optional passphrase for decrypting the certificate key.
- #ssl.key_passphrase: ''
-
- # Configure cipher suites to be used for SSL connections
- #ssl.cipher_suites: []
-
- # Configure curve types for ECDHE-based cipher suites
- #ssl.curve_types: []
-
- # Configure what types of renegotiation are supported. Valid options are
- # never, once, and freely. Default is never.
- #ssl.renegotiation: never
-
- # Configure a pin that can be used to do extra validation of the verified certificate chain,
- # this allow you to ensure that a specific certificate is used to validate the chain of trust.
- #
- # The pin is a base64 encoded string of the SHA-256 fingerprint.
- #ssl.ca_sha256: ""
-
- # Enable Kerberos support. Kerberos is automatically enabled if any Kerberos setting is set.
- #kerberos.enabled: true
-
- # Authentication type to use with Kerberos. Available options: keytab, password.
- #kerberos.auth_type: password
-
- # Path to the keytab file. It is used when auth_type is set to keytab.
- #kerberos.keytab: /etc/elastic.keytab
-
- # Path to the Kerberos configuration.
- #kerberos.config_path: /etc/krb5.conf
-
- # Name of the Kerberos user.
- #kerberos.username: elastic
-
- # Password of the Kerberos user. It is used when auth_type is set to password.
- #kerberos.password: changeme
-
- # Kerberos realm.
- #kerberos.realm: ELASTIC
-
-
-# ------------------------------ Logstash Output -------------------------------
-#output.logstash:
- # Boolean flag to enable or disable the output module.
- #enabled: true
-
- # The Logstash hosts
- #hosts: ["localhost:5044"]
-
- # Number of workers per Logstash host.
- #worker: 1
-
- # Set gzip compression level.
- #compression_level: 3
-
- # Configure escaping HTML symbols in strings.
- #escape_html: false
-
- # Optional maximum time to live for a connection to Logstash, after which the
- # connection will be re-established. A value of `0s` (the default) will
- # disable this feature.
- #
- # Not yet supported for async connections (i.e. with the "pipelining" option set)
- #ttl: 30s
-
- # Optionally load-balance events between Logstash hosts. Default is false.
- #loadbalance: false
-
- # Number of batches to be sent asynchronously to Logstash while processing
- # new batches.
- #pipelining: 2
-
- # If enabled only a subset of events in a batch of events is transferred per
- # transaction. The number of events to be sent increases up to `bulk_max_size`
- # if no error is encountered.
- #slow_start: false
-
- # The number of seconds to wait before trying to reconnect to Logstash
- # after a network error. After waiting backoff.init seconds, the Beat
- # tries to reconnect. If the attempt fails, the backoff timer is increased
- # exponentially up to backoff.max. After a successful connection, the backoff
- # timer is reset. The default is 1s.
- #backoff.init: 1s
-
- # The maximum number of seconds to wait before attempting to connect to
- # Logstash after a network error. The default is 60s.
- #backoff.max: 60s
-
- # Optional index name. The default index name is set to journalbeat
- # in all lowercase.
- #index: 'journalbeat'
-
- # SOCKS5 proxy server URL
- #proxy_url: socks5://user:password@socks5-server:2233
-
- # Resolve names locally when using a proxy server. Defaults to false.
- #proxy_use_local_resolver: false
-
- # Use SSL settings for HTTPS.
- #ssl.enabled: true
-
- # Controls the verification of certificates. Valid values are:
- # * full, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate.
- # * strict, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate. If the Subject Alternative
- # Name is empty, it returns an error.
- # * certificate, which verifies that the provided certificate is signed by a
- # trusted authority (CA), but does not perform any hostname verification.
- # * none, which performs no verification of the server's certificate. This
- # mode disables many of the security benefits of SSL/TLS and should only be used
- # after very careful consideration. It is primarily intended as a temporary
- # diagnostic mechanism when attempting to resolve TLS errors; its use in
- # production environments is strongly discouraged.
- # The default value is full.
- #ssl.verification_mode: full
-
- # List of supported/valid TLS versions. By default all TLS versions from 1.1
- # up to 1.3 are enabled.
- #ssl.supported_protocols: [TLSv1.1, TLSv1.2, TLSv1.3]
-
- # List of root certificates for HTTPS server verifications
- #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
-
- # Certificate for SSL client authentication
- #ssl.certificate: "/etc/pki/client/cert.pem"
-
- # Client certificate key
- #ssl.key: "/etc/pki/client/cert.key"
-
- # Optional passphrase for decrypting the certificate key.
- #ssl.key_passphrase: ''
-
- # Configure cipher suites to be used for SSL connections
- #ssl.cipher_suites: []
-
- # Configure curve types for ECDHE-based cipher suites
- #ssl.curve_types: []
-
- # Configure what types of renegotiation are supported. Valid options are
- # never, once, and freely. Default is never.
- #ssl.renegotiation: never
-
- # Configure a pin that can be used to do extra validation of the verified certificate chain,
- # this allow you to ensure that a specific certificate is used to validate the chain of trust.
- #
- # The pin is a base64 encoded string of the SHA-256 fingerprint.
- #ssl.ca_sha256: ""
-
- # The number of times to retry publishing an event after a publishing failure.
- # After the specified number of retries, the events are typically dropped.
- # Some Beats, such as Filebeat and Winlogbeat, ignore the max_retries setting
- # and retry until all events are published. Set max_retries to a value less
- # than 0 to retry until all events are published. The default is 3.
- #max_retries: 3
-
- # The maximum number of events to bulk in a single Logstash request. The
- # default is 2048.
- #bulk_max_size: 2048
-
- # The number of seconds to wait for responses from the Logstash server before
- # timing out. The default is 30s.
- #timeout: 30s
-
-# -------------------------------- Kafka Output --------------------------------
-#output.kafka:
- # Boolean flag to enable or disable the output module.
- #enabled: true
-
- # The list of Kafka broker addresses from which to fetch the cluster metadata.
- # The cluster metadata contain the actual Kafka brokers events are published
- # to.
- #hosts: ["localhost:9092"]
-
- # The Kafka topic used for produced events. The setting can be a format string
- # using any event field. To set the topic from document type use `%{[type]}`.
- #topic: beats
-
- # The Kafka event key setting. Use format string to create a unique event key.
- # By default no event key will be generated.
- #key: ''
-
- # The Kafka event partitioning strategy. Default hashing strategy is `hash`
- # using the `output.kafka.key` setting or randomly distributes events if
- # `output.kafka.key` is not configured.
- #partition.hash:
- # If enabled, events will only be published to partitions with reachable
- # leaders. Default is false.
- #reachable_only: false
-
- # Configure alternative event field names used to compute the hash value.
- # If empty `output.kafka.key` setting will be used.
- # Default value is empty list.
- #hash: []
-
- # Authentication details. Password is required if username is set.
- #username: ''
- #password: ''
-
- # SASL authentication mechanism used. Can be one of PLAIN, SCRAM-SHA-256 or SCRAM-SHA-512.
- # Defaults to PLAIN when `username` and `password` are configured.
- #sasl.mechanism: ''
-
- # Kafka version Journalbeat is assumed to run against. Defaults to the "1.0.0".
- #version: '1.0.0'
-
- # Configure JSON encoding
- #codec.json:
- # Pretty-print JSON event
- #pretty: false
-
- # Configure escaping HTML symbols in strings.
- #escape_html: false
-
- # Metadata update configuration. Metadata contains leader information
- # used to decide which broker to use when publishing.
- #metadata:
- # Max metadata request retry attempts when cluster is in middle of leader
- # election. Defaults to 3 retries.
- #retry.max: 3
-
- # Wait time between retries during leader elections. Default is 250ms.
- #retry.backoff: 250ms
-
- # Refresh metadata interval. Defaults to every 10 minutes.
- #refresh_frequency: 10m
-
- # Strategy for fetching the topics metadata from the broker. Default is false.
- #full: false
-
- # The number of concurrent load-balanced Kafka output workers.
- #worker: 1
-
- # The number of times to retry publishing an event after a publishing failure.
- # After the specified number of retries, events are typically dropped.
- # Some Beats, such as Filebeat, ignore the max_retries setting and retry until
- # all events are published. Set max_retries to a value less than 0 to retry
- # until all events are published. The default is 3.
- #max_retries: 3
-
- # The number of seconds to wait before trying to republish to Kafka
- # after a network error. After waiting backoff.init seconds, the Beat
- # tries to republish. If the attempt fails, the backoff timer is increased
- # exponentially up to backoff.max. After a successful publish, the backoff
- # timer is reset. The default is 1s.
- #backoff.init: 1s
-
- # The maximum number of seconds to wait before attempting to republish to
- # Kafka after a network error. The default is 60s.
- #backoff.max: 60s
-
- # The maximum number of events to bulk in a single Kafka request. The default
- # is 2048.
- #bulk_max_size: 2048
-
- # Duration to wait before sending bulk Kafka request. 0 is no delay. The default
- # is 0.
- #bulk_flush_frequency: 0s
-
- # The number of seconds to wait for responses from the Kafka brokers before
- # timing out. The default is 30s.
- #timeout: 30s
-
- # The maximum duration a broker will wait for number of required ACKs. The
- # default is 10s.
- #broker_timeout: 10s
-
- # The number of messages buffered for each Kafka broker. The default is 256.
- #channel_buffer_size: 256
-
- # The keep-alive period for an active network connection. If 0s, keep-alives
- # are disabled. The default is 0 seconds.
- #keep_alive: 0
-
- # Sets the output compression codec. Must be one of none, snappy and gzip. The
- # default is gzip.
- #compression: gzip
-
- # Set the compression level. Currently only gzip provides a compression level
- # between 0 and 9. The default value is chosen by the compression algorithm.
- #compression_level: 4
-
- # The maximum permitted size of JSON-encoded messages. Bigger messages will be
- # dropped. The default value is 1000000 (bytes). This value should be equal to
- # or less than the broker's message.max.bytes.
- #max_message_bytes: 1000000
-
- # The ACK reliability level required from broker. 0=no response, 1=wait for
- # local commit, -1=wait for all replicas to commit. The default is 1. Note:
- # If set to 0, no ACKs are returned by Kafka. Messages might be lost silently
- # on error.
- #required_acks: 1
-
- # The configurable ClientID used for logging, debugging, and auditing
- # purposes. The default is "beats".
- #client_id: beats
-
- # Use SSL settings for HTTPS.
- #ssl.enabled: true
-
- # Controls the verification of certificates. Valid values are:
- # * full, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate.
- # * strict, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate. If the Subject Alternative
- # Name is empty, it returns an error.
- # * certificate, which verifies that the provided certificate is signed by a
- # trusted authority (CA), but does not perform any hostname verification.
- # * none, which performs no verification of the server's certificate. This
- # mode disables many of the security benefits of SSL/TLS and should only be used
- # after very careful consideration. It is primarily intended as a temporary
- # diagnostic mechanism when attempting to resolve TLS errors; its use in
- # production environments is strongly discouraged.
- # The default value is full.
- #ssl.verification_mode: full
-
- # List of supported/valid TLS versions. By default all TLS versions from 1.1
- # up to 1.3 are enabled.
- #ssl.supported_protocols: [TLSv1.1, TLSv1.2, TLSv1.3]
-
- # List of root certificates for HTTPS server verifications
- #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
-
- # Certificate for SSL client authentication
- #ssl.certificate: "/etc/pki/client/cert.pem"
-
- # Client certificate key
- #ssl.key: "/etc/pki/client/cert.key"
-
- # Optional passphrase for decrypting the certificate key.
- #ssl.key_passphrase: ''
-
- # Configure cipher suites to be used for SSL connections
- #ssl.cipher_suites: []
-
- # Configure curve types for ECDHE-based cipher suites
- #ssl.curve_types: []
-
- # Configure what types of renegotiation are supported. Valid options are
- # never, once, and freely. Default is never.
- #ssl.renegotiation: never
-
- # Configure a pin that can be used to do extra validation of the verified certificate chain,
- # this allow you to ensure that a specific certificate is used to validate the chain of trust.
- #
- # The pin is a base64 encoded string of the SHA-256 fingerprint.
- #ssl.ca_sha256: ""
-
- # Enable Kerberos support. Kerberos is automatically enabled if any Kerberos setting is set.
- #kerberos.enabled: true
-
- # Authentication type to use with Kerberos. Available options: keytab, password.
- #kerberos.auth_type: password
-
- # Path to the keytab file. It is used when auth_type is set to keytab.
- #kerberos.keytab: /etc/security/keytabs/kafka.keytab
-
- # Path to the Kerberos configuration.
- #kerberos.config_path: /etc/krb5.conf
-
- # The service name. Service principal name is contructed from
- # service_name/hostname@realm.
- #kerberos.service_name: kafka
-
- # Name of the Kerberos user.
- #kerberos.username: elastic
-
- # Password of the Kerberos user. It is used when auth_type is set to password.
- #kerberos.password: changeme
-
- # Kerberos realm.
- #kerberos.realm: ELASTIC
-
- # Enables Kerberos FAST authentication. This may
- # conflict with certain Active Directory configurations.
- #kerberos.enable_krb5_fast: false
-
-# -------------------------------- Redis Output --------------------------------
-#output.redis:
- # Boolean flag to enable or disable the output module.
- #enabled: true
-
- # Configure JSON encoding
- #codec.json:
- # Pretty print json event
- #pretty: false
-
- # Configure escaping HTML symbols in strings.
- #escape_html: false
-
- # The list of Redis servers to connect to. If load-balancing is enabled, the
- # events are distributed to the servers in the list. If one server becomes
- # unreachable, the events are distributed to the reachable servers only.
- # The hosts setting supports redis and rediss urls with custom password like
- # redis://:password@localhost:6379.
- #hosts: ["localhost:6379"]
-
- # The name of the Redis list or channel the events are published to. The
- # default is journalbeat.
- #key: journalbeat
-
- # The password to authenticate to Redis with. The default is no authentication.
- #password:
-
- # The Redis database number where the events are published. The default is 0.
- #db: 0
-
- # The Redis data type to use for publishing events. If the data type is list,
- # the Redis RPUSH command is used. If the data type is channel, the Redis
- # PUBLISH command is used. The default value is list.
- #datatype: list
-
- # The number of workers to use for each host configured to publish events to
- # Redis. Use this setting along with the loadbalance option. For example, if
- # you have 2 hosts and 3 workers, in total 6 workers are started (3 for each
- # host).
- #worker: 1
-
- # If set to true and multiple hosts or workers are configured, the output
- # plugin load balances published events onto all Redis hosts. If set to false,
- # the output plugin sends all events to only one host (determined at random)
- # and will switch to another host if the currently selected one becomes
- # unreachable. The default value is true.
- #loadbalance: true
-
- # The Redis connection timeout in seconds. The default is 5 seconds.
- #timeout: 5s
-
- # The number of times to retry publishing an event after a publishing failure.
- # After the specified number of retries, the events are typically dropped.
- # Some Beats, such as Filebeat, ignore the max_retries setting and retry until
- # all events are published. Set max_retries to a value less than 0 to retry
- # until all events are published. The default is 3.
- #max_retries: 3
-
- # The number of seconds to wait before trying to reconnect to Redis
- # after a network error. After waiting backoff.init seconds, the Beat
- # tries to reconnect. If the attempt fails, the backoff timer is increased
- # exponentially up to backoff.max. After a successful connection, the backoff
- # timer is reset. The default is 1s.
- #backoff.init: 1s
-
- # The maximum number of seconds to wait before attempting to connect to
- # Redis after a network error. The default is 60s.
- #backoff.max: 60s
-
- # The maximum number of events to bulk in a single Redis request or pipeline.
- # The default is 2048.
- #bulk_max_size: 2048
-
- # The URL of the SOCKS5 proxy to use when connecting to the Redis servers. The
- # value must be a URL with a scheme of socks5://.
- #proxy_url:
-
- # This option determines whether Redis hostnames are resolved locally when
- # using a proxy. The default value is false, which means that name resolution
- # occurs on the proxy server.
- #proxy_use_local_resolver: false
-
- # Use SSL settings for HTTPS.
- #ssl.enabled: true
-
- # Controls the verification of certificates. Valid values are:
- # * full, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate.
- # * strict, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate. If the Subject Alternative
- # Name is empty, it returns an error.
- # * certificate, which verifies that the provided certificate is signed by a
- # trusted authority (CA), but does not perform any hostname verification.
- # * none, which performs no verification of the server's certificate. This
- # mode disables many of the security benefits of SSL/TLS and should only be used
- # after very careful consideration. It is primarily intended as a temporary
- # diagnostic mechanism when attempting to resolve TLS errors; its use in
- # production environments is strongly discouraged.
- # The default value is full.
- #ssl.verification_mode: full
-
- # List of supported/valid TLS versions. By default all TLS versions from 1.1
- # up to 1.3 are enabled.
- #ssl.supported_protocols: [TLSv1.1, TLSv1.2, TLSv1.3]
-
- # List of root certificates for HTTPS server verifications
- #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
-
- # Certificate for SSL client authentication
- #ssl.certificate: "/etc/pki/client/cert.pem"
-
- # Client certificate key
- #ssl.key: "/etc/pki/client/cert.key"
-
- # Optional passphrase for decrypting the certificate key.
- #ssl.key_passphrase: ''
-
- # Configure cipher suites to be used for SSL connections
- #ssl.cipher_suites: []
-
- # Configure curve types for ECDHE-based cipher suites
- #ssl.curve_types: []
-
- # Configure what types of renegotiation are supported. Valid options are
- # never, once, and freely. Default is never.
- #ssl.renegotiation: never
-
- # Configure a pin that can be used to do extra validation of the verified certificate chain,
- # this allow you to ensure that a specific certificate is used to validate the chain of trust.
- #
- # The pin is a base64 encoded string of the SHA-256 fingerprint.
- #ssl.ca_sha256: ""
-
-
-# -------------------------------- File Output ---------------------------------
-#output.file:
- # Boolean flag to enable or disable the output module.
- #enabled: true
-
- # Configure JSON encoding
- #codec.json:
- # Pretty-print JSON event
- #pretty: false
-
- # Configure escaping HTML symbols in strings.
- #escape_html: false
-
- # Path to the directory where to save the generated files. The option is
- # mandatory.
- #path: "/tmp/journalbeat"
-
- # Name of the generated files. The default is `journalbeat` and it generates
- # files: `journalbeat`, `journalbeat.1`, `journalbeat.2`, etc.
- #filename: journalbeat
-
- # Maximum size in kilobytes of each file. When this size is reached, and on
- # every Journalbeat restart, the files are rotated. The default value is 10240
- # kB.
- #rotate_every_kb: 10000
-
- # Maximum number of files under path. When this number of files is reached,
- # the oldest file is deleted and the rest are shifted from last to first. The
- # default is 7 files.
- #number_of_files: 7
-
- # Permissions to use for file creation. The default is 0600.
- #permissions: 0600
-
- # Configure automatic file rotation on every startup. The default is true.
- #rotate_on_startup: true
-# ------------------------------- Console Output -------------------------------
-#output.console:
- # Boolean flag to enable or disable the output module.
- #enabled: true
-
- # Configure JSON encoding
- #codec.json:
- # Pretty-print JSON event
- #pretty: false
-
- # Configure escaping HTML symbols in strings.
- #escape_html: false
-
-# =================================== Paths ====================================
-
-# The home path for the Journalbeat installation. This is the default base path
-# for all other path settings and for miscellaneous files that come with the
-# distribution (for example, the sample dashboards).
-# If not set by a CLI flag or in the configuration file, the default for the
-# home path is the location of the binary.
-#path.home:
-
-# The configuration path for the Journalbeat installation. This is the default
-# base path for configuration files, including the main YAML configuration file
-# and the Elasticsearch template file. If not set by a CLI flag or in the
-# configuration file, the default for the configuration path is the home path.
-#path.config: ${path.home}
-
-# The data path for the Journalbeat installation. This is the default base path
-# for all the files in which Journalbeat needs to store its data. If not set by a
-# CLI flag or in the configuration file, the default for the data path is a data
-# subdirectory inside the home path.
-#path.data: ${path.home}/data
-
-# The logs path for a Journalbeat installation. This is the default location for
-# the Beat's log files. If not set by a CLI flag or in the configuration file,
-# the default for the logs path is a logs subdirectory inside the home path.
-#path.logs: ${path.home}/logs
-
-# ================================== Keystore ==================================
-
-# Location of the Keystore containing the keys and their sensitive values.
-#keystore.path: "${path.config}/beats.keystore"
-
-# ================================= Dashboards =================================
-
-# These settings control loading the sample dashboards to the Kibana index. Loading
-# the dashboards are disabled by default and can be enabled either by setting the
-# options here, or by using the `-setup` CLI flag or the `setup` command.
-#setup.dashboards.enabled: false
-
-# The directory from where to read the dashboards. The default is the `kibana`
-# folder in the home path.
-#setup.dashboards.directory: ${path.home}/kibana
-
-# The URL from where to download the dashboards archive. It is used instead of
-# the directory if it has a value.
-#setup.dashboards.url:
-
-# The file archive (zip file) from where to read the dashboards. It is used instead
-# of the directory when it has a value.
-#setup.dashboards.file:
-
-# In case the archive contains the dashboards from multiple Beats, this lets you
-# select which one to load. You can load all the dashboards in the archive by
-# setting this to the empty string.
-#setup.dashboards.beat: journalbeat
-
-# The name of the Kibana index to use for setting the configuration. Default is ".kibana"
-#setup.dashboards.kibana_index: .kibana
-
-# The Elasticsearch index name. This overwrites the index name defined in the
-# dashboards and index pattern. Example: testbeat-*
-#setup.dashboards.index:
-
-# Always use the Kibana API for loading the dashboards instead of autodetecting
-# how to install the dashboards by first querying Elasticsearch.
-#setup.dashboards.always_kibana: false
-
-# If true and Kibana is not reachable at the time when dashboards are loaded,
-# it will retry to reconnect to Kibana instead of exiting with an error.
-#setup.dashboards.retry.enabled: false
-
-# Duration interval between Kibana connection retries.
-#setup.dashboards.retry.interval: 1s
-
-# Maximum number of retries before exiting with an error, 0 for unlimited retrying.
-#setup.dashboards.retry.maximum: 0
-
-# ================================== Template ==================================
-
-# A template is used to set the mapping in Elasticsearch
-# By default template loading is enabled and the template is loaded.
-# These settings can be adjusted to load your own template or overwrite existing ones.
-
-# Set to false to disable template loading.
-#setup.template.enabled: true
-
-# Select the kind of index template. From Elasticsearch 7.8, it is possible to
-# use component templates. Available options: legacy, component, index.
-# By default journalbeat uses the legacy index templates.
-#setup.template.type: legacy
-
-# Template name. By default the template name is "journalbeat-%{[agent.version]}"
-# The template name and pattern has to be set in case the Elasticsearch index pattern is modified.
-#setup.template.name: "journalbeat-%{[agent.version]}"
-
-# Template pattern. By default the template pattern is "-%{[agent.version]}-*" to apply to the default index settings.
-# The first part is the version of the beat and then -* is used to match all daily indices.
-# The template name and pattern has to be set in case the Elasticsearch index pattern is modified.
-#setup.template.pattern: "journalbeat-%{[agent.version]}-*"
-
-# Path to fields.yml file to generate the template
-#setup.template.fields: "${path.config}/fields.yml"
-
-# A list of fields to be added to the template and Kibana index pattern. Also
-# specify setup.template.overwrite: true to overwrite the existing template.
-#setup.template.append_fields:
-#- name: field_name
-# type: field_type
-
-# Enable JSON template loading. If this is enabled, the fields.yml is ignored.
-#setup.template.json.enabled: false
-
-# Path to the JSON template file
-#setup.template.json.path: "${path.config}/template.json"
-
-# Name under which the template is stored in Elasticsearch
-#setup.template.json.name: ""
-
-# Overwrite existing template
-# Do not enable this option for more than one instance of journalbeat as it might
-# overload your Elasticsearch with too many update requests.
-#setup.template.overwrite: false
-
-# Elasticsearch template settings
-setup.template.settings:
-
- # A dictionary of settings to place into the settings.index dictionary
- # of the Elasticsearch template. For more details, please check
- # https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
- #index:
- #number_of_shards: 1
- #codec: best_compression
-
- # A dictionary of settings for the _source field. For more details, please check
- # https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html
- #_source:
- #enabled: false
-
-# ====================== Index Lifecycle Management (ILM) ======================
-
-# Configure index lifecycle management (ILM). These settings create a write
-# alias and add additional settings to the index template. When ILM is enabled,
-# output.elasticsearch.index is ignored, and the write alias is used to set the
-# index name.
-
-# Enable ILM support. Valid values are true, false, and auto. When set to auto
-# (the default), the Beat uses index lifecycle management when it connects to a
-# cluster that supports ILM; otherwise, it creates daily indices.
-#setup.ilm.enabled: auto
-
-# Set the prefix used in the index lifecycle write alias name. The default alias
-# name is 'journalbeat-%{[agent.version]}'.
-#setup.ilm.rollover_alias: 'journalbeat'
-
-# Set the rollover index pattern. The default is "%{now/d}-000001".
-#setup.ilm.pattern: "{now/d}-000001"
-
-# Set the lifecycle policy name. The default policy name is
-# 'beatname'.
-#setup.ilm.policy_name: "mypolicy"
-
-# The path to a JSON file that contains a lifecycle policy configuration. Used
-# to load your own lifecycle policy.
-#setup.ilm.policy_file:
-
-# Disable the check for an existing lifecycle policy. The default is true. If
-# you disable this check, set setup.ilm.overwrite: true so the lifecycle policy
-# can be installed.
-#setup.ilm.check_exists: true
-
-# Overwrite the lifecycle policy at startup. The default is false.
-#setup.ilm.overwrite: false
-
-# =================================== Kibana ===================================
-
-# Starting with Beats version 6.0.0, the dashboards are loaded via the Kibana API.
-# This requires a Kibana endpoint configuration.
-setup.kibana:
-
- # Kibana Host
- # Scheme and port can be left out and will be set to the default (http and 5601)
- # In case you specify and additional path, the scheme is required: http://localhost:5601/path
- # IPv6 addresses should always be defined as: https://[2001:db8::1]:5601
- #host: "localhost:5601"
-
- # Optional protocol and basic auth credentials.
- #protocol: "https"
- #username: "elastic"
- #password: "changeme"
-
- # Optional HTTP path
- #path: ""
-
- # Optional Kibana space ID.
- #space.id: ""
-
- # Custom HTTP headers to add to each request
- #headers:
- # X-My-Header: Contents of the header
-
- # Use SSL settings for HTTPS.
- #ssl.enabled: true
-
- # Controls the verification of certificates. Valid values are:
- # * full, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate.
- # * strict, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate. If the Subject Alternative
- # Name is empty, it returns an error.
- # * certificate, which verifies that the provided certificate is signed by a
- # trusted authority (CA), but does not perform any hostname verification.
- # * none, which performs no verification of the server's certificate. This
- # mode disables many of the security benefits of SSL/TLS and should only be used
- # after very careful consideration. It is primarily intended as a temporary
- # diagnostic mechanism when attempting to resolve TLS errors; its use in
- # production environments is strongly discouraged.
- # The default value is full.
- #ssl.verification_mode: full
-
- # List of supported/valid TLS versions. By default all TLS versions from 1.1
- # up to 1.3 are enabled.
- #ssl.supported_protocols: [TLSv1.1, TLSv1.2, TLSv1.3]
-
- # List of root certificates for HTTPS server verifications
- #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
-
- # Certificate for SSL client authentication
- #ssl.certificate: "/etc/pki/client/cert.pem"
-
- # Client certificate key
- #ssl.key: "/etc/pki/client/cert.key"
-
- # Optional passphrase for decrypting the certificate key.
- #ssl.key_passphrase: ''
-
- # Configure cipher suites to be used for SSL connections
- #ssl.cipher_suites: []
-
- # Configure curve types for ECDHE-based cipher suites
- #ssl.curve_types: []
-
- # Configure what types of renegotiation are supported. Valid options are
- # never, once, and freely. Default is never.
- #ssl.renegotiation: never
-
- # Configure a pin that can be used to do extra validation of the verified certificate chain,
- # this allow you to ensure that a specific certificate is used to validate the chain of trust.
- #
- # The pin is a base64 encoded string of the SHA-256 fingerprint.
- #ssl.ca_sha256: ""
-
-
-# ================================== Logging ===================================
-
-# There are four options for the log output: file, stderr, syslog, eventlog
-# The file output is the default.
-
-# Sets log level. The default log level is info.
-# Available log levels are: error, warning, info, debug
-#logging.level: info
-
-# Enable debug output for selected components. To enable all selectors use ["*"]
-# Other available selectors are "beat", "publisher", "service"
-# Multiple selectors can be chained.
-#logging.selectors: [ ]
-
-# Send all logging output to stderr. The default is false.
-#logging.to_stderr: false
-
-# Send all logging output to syslog. The default is false.
-#logging.to_syslog: false
-
-# Send all logging output to Windows Event Logs. The default is false.
-#logging.to_eventlog: false
-
-# If enabled, Journalbeat periodically logs its internal metrics that have changed
-# in the last period. For each metric that changed, the delta from the value at
-# the beginning of the period is logged. Also, the total values for
-# all non-zero internal metrics are logged on shutdown. The default is true.
-#logging.metrics.enabled: true
-
-# The period after which to log the internal metrics. The default is 30s.
-#logging.metrics.period: 30s
-
-# A list of metrics namespaces to report in the logs. Defaults to [stats].
-# `stats` contains general Beat metrics. `dataset` may be present in some
-# Beats and contains module or input metrics.
-#logging.metrics.namespaces: [stats]
-
-# Logging to rotating files. Set logging.to_files to false to disable logging to
-# files.
-logging.to_files: true
-logging.files:
- # Configure the path where the logs are written. The default is the logs directory
- # under the home path (the binary location).
- #path: /var/log/journalbeat
-
- # The name of the files where the logs are written to.
- #name: journalbeat
-
- # Configure log file size limit. If limit is reached, log file will be
- # automatically rotated
- #rotateeverybytes: 10485760 # = 10MB
-
- # Number of rotated log files to keep. Oldest files will be deleted first.
- #keepfiles: 7
-
- # The permissions mask to apply when rotating log files. The default value is 0600.
- # Must be a valid Unix-style file permissions mask expressed in octal notation.
- #permissions: 0600
-
- # Enable log file rotation on time intervals in addition to size-based rotation.
- # Intervals must be at least 1s. Values of 1m, 1h, 24h, 7*24h, 30*24h, and 365*24h
- # are boundary-aligned with minutes, hours, days, weeks, months, and years as
- # reported by the local system clock. All other intervals are calculated from the
- # Unix epoch. Defaults to disabled.
- #interval: 0
-
- # Rotate existing logs on startup rather than appending to the existing
- # file. Defaults to true.
- # rotateonstartup: true
-
-# ============================= X-Pack Monitoring ==============================
-# Journalbeat can export internal metrics to a central Elasticsearch monitoring
-# cluster. This requires xpack monitoring to be enabled in Elasticsearch. The
-# reporting is disabled by default.
-
-# Set to true to enable the monitoring reporter.
-#monitoring.enabled: false
-
-# Sets the UUID of the Elasticsearch cluster under which monitoring data for this
-# Journalbeat instance will appear in the Stack Monitoring UI. If output.elasticsearch
-# is enabled, the UUID is derived from the Elasticsearch cluster referenced by output.elasticsearch.
-#monitoring.cluster_uuid:
-
-# Uncomment to send the metrics to Elasticsearch. Most settings from the
-# Elasticsearch output are accepted here as well.
-# Note that the settings should point to your Elasticsearch *monitoring* cluster.
-# Any setting that is not set is automatically inherited from the Elasticsearch
-# output configuration, so if you have the Elasticsearch output configured such
-# that it is pointing to your Elasticsearch monitoring cluster, you can simply
-# uncomment the following line.
-#monitoring.elasticsearch:
-
- # Array of hosts to connect to.
- # Scheme and port can be left out and will be set to the default (http and 9200)
- # In case you specify and additional path, the scheme is required: http://localhost:9200/path
- # IPv6 addresses should always be defined as: https://[2001:db8::1]:9200
- #hosts: ["localhost:9200"]
-
- # Set gzip compression level.
- #compression_level: 0
-
- # Protocol - either `http` (default) or `https`.
- #protocol: "https"
-
- # Authentication credentials - either API key or username/password.
- #api_key: "id:api_key"
- #username: "beats_system"
- #password: "changeme"
-
- # Dictionary of HTTP parameters to pass within the URL with index operations.
- #parameters:
- #param1: value1
- #param2: value2
-
- # Custom HTTP headers to add to each request
- #headers:
- # X-My-Header: Contents of the header
-
- # Proxy server url
- #proxy_url: http://proxy:3128
-
- # The number of times a particular Elasticsearch index operation is attempted. If
- # the indexing operation doesn't succeed after this many retries, the events are
- # dropped. The default is 3.
- #max_retries: 3
-
- # The maximum number of events to bulk in a single Elasticsearch bulk API index request.
- # The default is 50.
- #bulk_max_size: 50
-
- # The number of seconds to wait before trying to reconnect to Elasticsearch
- # after a network error. After waiting backoff.init seconds, the Beat
- # tries to reconnect. If the attempt fails, the backoff timer is increased
- # exponentially up to backoff.max. After a successful connection, the backoff
- # timer is reset. The default is 1s.
- #backoff.init: 1s
-
- # The maximum number of seconds to wait before attempting to connect to
- # Elasticsearch after a network error. The default is 60s.
- #backoff.max: 60s
-
- # Configure HTTP request timeout before failing an request to Elasticsearch.
- #timeout: 90
-
- # Use SSL settings for HTTPS.
- #ssl.enabled: true
-
- # Controls the verification of certificates. Valid values are:
- # * full, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate.
- # * strict, which verifies that the provided certificate is signed by a trusted
- # authority (CA) and also verifies that the server's hostname (or IP address)
- # matches the names identified within the certificate. If the Subject Alternative
- # Name is empty, it returns an error.
- # * certificate, which verifies that the provided certificate is signed by a
- # trusted authority (CA), but does not perform any hostname verification.
- # * none, which performs no verification of the server's certificate. This
- # mode disables many of the security benefits of SSL/TLS and should only be used
- # after very careful consideration. It is primarily intended as a temporary
- # diagnostic mechanism when attempting to resolve TLS errors; its use in
- # production environments is strongly discouraged.
- # The default value is full.
- #ssl.verification_mode: full
-
- # List of supported/valid TLS versions. By default all TLS versions from 1.1
- # up to 1.3 are enabled.
- #ssl.supported_protocols: [TLSv1.1, TLSv1.2, TLSv1.3]
-
- # List of root certificates for HTTPS server verifications
- #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
-
- # Certificate for SSL client authentication
- #ssl.certificate: "/etc/pki/client/cert.pem"
-
- # Client certificate key
- #ssl.key: "/etc/pki/client/cert.key"
-
- # Optional passphrase for decrypting the certificate key.
- #ssl.key_passphrase: ''
-
- # Configure cipher suites to be used for SSL connections
- #ssl.cipher_suites: []
-
- # Configure curve types for ECDHE-based cipher suites
- #ssl.curve_types: []
-
- # Configure what types of renegotiation are supported. Valid options are
- # never, once, and freely. Default is never.
- #ssl.renegotiation: never
-
- # Configure a pin that can be used to do extra validation of the verified certificate chain,
- # this allow you to ensure that a specific certificate is used to validate the chain of trust.
- #
- # The pin is a base64 encoded string of the SHA-256 fingerprint.
- #ssl.ca_sha256: ""
-
- # Enable Kerberos support. Kerberos is automatically enabled if any Kerberos setting is set.
- #kerberos.enabled: true
-
- # Authentication type to use with Kerberos. Available options: keytab, password.
- #kerberos.auth_type: password
-
- # Path to the keytab file. It is used when auth_type is set to keytab.
- #kerberos.keytab: /etc/elastic.keytab
-
- # Path to the Kerberos configuration.
- #kerberos.config_path: /etc/krb5.conf
-
- # Name of the Kerberos user.
- #kerberos.username: elastic
-
- # Password of the Kerberos user. It is used when auth_type is set to password.
- #kerberos.password: changeme
-
- # Kerberos realm.
- #kerberos.realm: ELASTIC
-
- #metrics.period: 10s
- #state.period: 1m
-
-# The `monitoring.cloud.id` setting overwrites the `monitoring.elasticsearch.hosts`
-# setting. You can find the value for this setting in the Elastic Cloud web UI.
-#monitoring.cloud.id:
-
-# The `monitoring.cloud.auth` setting overwrites the `monitoring.elasticsearch.username`
-# and `monitoring.elasticsearch.password` settings. The format is `:`.
-#monitoring.cloud.auth:
-
-# =============================== HTTP Endpoint ================================
-
-# Each beat can expose internal metrics through a HTTP endpoint. For security
-# reasons the endpoint is disabled by default. This feature is currently experimental.
-# Stats can be access through http://localhost:5066/stats . For pretty JSON output
-# append ?pretty to the URL.
-
-# Defines if the HTTP endpoint is enabled.
-#http.enabled: false
-
-# The HTTP endpoint will bind to this hostname, IP address, unix socket or named pipe.
-# When using IP addresses, it is recommended to only use localhost.
-#http.host: localhost
-
-# Port on which the HTTP endpoint will bind. Default is 5066.
-#http.port: 5066
-
-# Define which user should be owning the named pipe.
-#http.named_pipe.user:
-
-# Define which the permissions that should be applied to the named pipe, use the Security
-# Descriptor Definition Language (SDDL) to define the permission. This option cannot be used with
-# `http.user`.
-#http.named_pipe.security_descriptor:
-
-# Defines if the HTTP pprof endpoints are enabled.
-# It is recommended that this is only enabled on localhost as these endpoints may leak data.
-#http.pprof.enabled: false
-
-# ============================== Process Security ==============================
-
-# Enable or disable seccomp system call filtering on Linux. Default is enabled.
-#seccomp.enabled: true
-
-# ============================== Instrumentation ===============================
-
-# Instrumentation support for the journalbeat.
-#instrumentation:
- # Set to true to enable instrumentation of journalbeat.
- #enabled: false
-
- # Environment in which journalbeat is running on (eg: staging, production, etc.)
- #environment: ""
-
- # APM Server hosts to report instrumentation results to.
- #hosts:
- # - http://localhost:8200
-
- # API Key for the APM Server(s).
- # If api_key is set then secret_token will be ignored.
- #api_key:
-
- # Secret token for the APM Server(s).
- #secret_token:
-
- # Enable profiling of the server, recording profile samples as events.
- #
- # This feature is experimental.
- #profiling:
- #cpu:
- # Set to true to enable CPU profiling.
- #enabled: false
- #interval: 60s
- #duration: 10s
- #heap:
- # Set to true to enable heap profiling.
- #enabled: false
- #interval: 60s
-
-# ================================= Migration ==================================
-
-# This allows to enable 6.7 migration aliases
-#migration.6_to_7.enabled: false
-
diff --git a/journalbeat/journalbeat.yml b/journalbeat/journalbeat.yml
deleted file mode 100644
index e049dbc908e..00000000000
--- a/journalbeat/journalbeat.yml
+++ /dev/null
@@ -1,217 +0,0 @@
-###################### Journalbeat Configuration Example #########################
-
-# This file is an example configuration file highlighting only the most common
-# options. The journalbeat.reference.yml file from the same directory contains all the
-# supported options with more comments. You can use it as a reference.
-#
-# You can find the full configuration reference here:
-# https://www.elastic.co/guide/en/beats/journalbeat/index.html
-
-# For more available modules and options, please see the journalbeat.reference.yml sample
-# configuration file.
-
-# ============================= Journalbeat inputs =============================
-
-journalbeat.inputs:
- # Paths that should be crawled and fetched. Possible values files and directories.
- # When setting a directory, all journals under it are merged.
- # When empty starts to read from local journal.
-- paths: []
-
- # An optional unique identifier for the input. By providing a unique `id` you
- # can operate multiple inputs on the same journal. This allows each input's
- # cursor to be persisted independently in the registry file.
- #id: ""
-
- # The number of seconds to wait before trying to read again from journals.
- #backoff: 1s
- # The maximum number of seconds to wait before attempting to read again from journals.
- #max_backoff: 20s
-
- # Position to start reading from journal. Valid values: head, tail, cursor
- seek: cursor
- # Fallback position if no cursor data is available.
- #cursor_seek_fallback: head
-
- # Exact matching for field values of events.
- # Matching for nginx entries: "systemd.unit=nginx"
- #include_matches: []
-
- # Optional fields that you can specify to add additional information to the
- # output. Fields can be scalar values, arrays, dictionaries, or any nested
- # combination of these.
- #fields:
- # env: staging
-
-
-# ========================= Journalbeat global options =========================
-#journalbeat:
- # Name of the registry file. If a relative path is used, it is considered relative to the
- # data path.
- #registry_file: registry
-
-# ======================= Elasticsearch template setting =======================
-setup.template.settings:
- index.number_of_shards: 1
- #index.codec: best_compression
- #_source.enabled: false
-
-# ================================== General ===================================
-
-# The name of the shipper that publishes the network data. It can be used to group
-# all the transactions sent by a single shipper in the web interface.
-#name:
-
-# The tags of the shipper are included in their own field with each
-# transaction published.
-#tags: ["service-X", "web-tier"]
-
-# Optional fields that you can specify to add additional information to the
-# output.
-#fields:
-# env: staging
-
-# ================================= Dashboards =================================
-# These settings control loading the sample dashboards to the Kibana index. Loading
-# the dashboards is disabled by default and can be enabled either by setting the
-# options here or by using the `setup` command.
-#setup.dashboards.enabled: false
-
-# The URL from where to download the dashboards archive. By default this URL
-# has a value which is computed based on the Beat name and version. For released
-# versions, this URL points to the dashboard archive on the artifacts.elastic.co
-# website.
-#setup.dashboards.url:
-
-# =================================== Kibana ===================================
-
-# Starting with Beats version 6.0.0, the dashboards are loaded via the Kibana API.
-# This requires a Kibana endpoint configuration.
-setup.kibana:
-
- # Kibana Host
- # Scheme and port can be left out and will be set to the default (http and 5601)
- # In case you specify and additional path, the scheme is required: http://localhost:5601/path
- # IPv6 addresses should always be defined as: https://[2001:db8::1]:5601
- #host: "localhost:5601"
-
- # Kibana Space ID
- # ID of the Kibana Space into which the dashboards should be loaded. By default,
- # the Default Space will be used.
- #space.id:
-
-# =============================== Elastic Cloud ================================
-
-# These settings simplify using Journalbeat with the Elastic Cloud (https://cloud.elastic.co/).
-
-# The cloud.id setting overwrites the `output.elasticsearch.hosts` and
-# `setup.kibana.host` options.
-# You can find the `cloud.id` in the Elastic Cloud web UI.
-#cloud.id:
-
-# The cloud.auth setting overwrites the `output.elasticsearch.username` and
-# `output.elasticsearch.password` settings. The format is `:`.
-#cloud.auth:
-
-# ================================== Outputs ===================================
-
-# Configure what output to use when sending the data collected by the beat.
-
-# ---------------------------- Elasticsearch Output ----------------------------
-output.elasticsearch:
- # Array of hosts to connect to.
- hosts: ["localhost:9200"]
-
- # Protocol - either `http` (default) or `https`.
- #protocol: "https"
-
- # Authentication credentials - either API key or username/password.
- #api_key: "id:api_key"
- #username: "elastic"
- #password: "changeme"
-
-# ------------------------------ Logstash Output -------------------------------
-#output.logstash:
- # The Logstash hosts
- #hosts: ["localhost:5044"]
-
- # Optional SSL. By default is off.
- # List of root certificates for HTTPS server verifications
- #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
-
- # Certificate for SSL client authentication
- #ssl.certificate: "/etc/pki/client/cert.pem"
-
- # Client Certificate Key
- #ssl.key: "/etc/pki/client/cert.key"
-
-# ================================= Processors =================================
-
-# Configure processors to enhance or manipulate events generated by the beat.
-
-processors:
- - add_host_metadata: ~
- - add_cloud_metadata: ~
- - add_docker_metadata: ~
-
-
-# ================================== Logging ===================================
-
-# Sets log level. The default log level is info.
-# Available log levels are: error, warning, info, debug
-#logging.level: debug
-
-# At debug level, you can selectively enable logging only for some components.
-# To enable all selectors use ["*"]. Examples of other selectors are "beat",
-# "publisher", "service".
-#logging.selectors: ["*"]
-
-# ============================= X-Pack Monitoring ==============================
-# Journalbeat can export internal metrics to a central Elasticsearch monitoring
-# cluster. This requires xpack monitoring to be enabled in Elasticsearch. The
-# reporting is disabled by default.
-
-# Set to true to enable the monitoring reporter.
-#monitoring.enabled: false
-
-# Sets the UUID of the Elasticsearch cluster under which monitoring data for this
-# Journalbeat instance will appear in the Stack Monitoring UI. If output.elasticsearch
-# is enabled, the UUID is derived from the Elasticsearch cluster referenced by output.elasticsearch.
-#monitoring.cluster_uuid:
-
-# Uncomment to send the metrics to Elasticsearch. Most settings from the
-# Elasticsearch output are accepted here as well.
-# Note that the settings should point to your Elasticsearch *monitoring* cluster.
-# Any setting that is not set is automatically inherited from the Elasticsearch
-# output configuration, so if you have the Elasticsearch output configured such
-# that it is pointing to your Elasticsearch monitoring cluster, you can simply
-# uncomment the following line.
-#monitoring.elasticsearch:
-
-# ============================== Instrumentation ===============================
-
-# Instrumentation support for the journalbeat.
-#instrumentation:
- # Set to true to enable instrumentation of journalbeat.
- #enabled: false
-
- # Environment in which journalbeat is running on (eg: staging, production, etc.)
- #environment: ""
-
- # APM Server hosts to report instrumentation results to.
- #hosts:
- # - http://localhost:8200
-
- # API Key for the APM Server(s).
- # If api_key is set then secret_token will be ignored.
- #api_key:
-
- # Secret token for the APM Server(s).
- #secret_token:
-
-
-# ================================= Migration ==================================
-
-# This allows to enable 6.7 migration aliases
-#migration.6_to_7.enabled: true
-
diff --git a/journalbeat/magefile.go b/journalbeat/magefile.go
deleted file mode 100644
index 0ba6de46d4b..00000000000
--- a/journalbeat/magefile.go
+++ /dev/null
@@ -1,171 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-//go:build mage
-// +build mage
-
-package main
-
-import (
- "fmt"
- "runtime"
- "strings"
- "time"
-
- "github.com/magefile/mage/mg"
- "github.com/magefile/mage/sh"
-
- devtools "github.com/elastic/beats/v7/dev-tools/mage"
-
- // mage:import
- "github.com/elastic/beats/v7/dev-tools/mage/target/common"
- // mage:import
- _ "github.com/elastic/beats/v7/dev-tools/mage/target/integtest/notests"
- // mage:import
- _ "github.com/elastic/beats/v7/dev-tools/mage/target/unittest"
- // mage:import
- _ "github.com/elastic/beats/v7/dev-tools/mage/target/test"
-)
-
-func init() {
- common.RegisterCheckDeps(Update)
-
- devtools.BeatDescription = "Journalbeat ships systemd journal entries to Elasticsearch or Logstash."
-
- devtools.Platforms = devtools.Platforms.Filter("linux !linux/ppc64 !linux/mips64")
-}
-
-const (
- libsystemdDevPkgName = "libsystemd-dev"
- libsystemdPkgName = "libsystemd0"
- libgcryptPkgName = "libgcrypt20"
-)
-
-// Build builds the Beat binary.
-func Build() error {
- return devtools.Build(devtools.DefaultBuildArgs())
-}
-
-// GolangCrossBuild build the Beat binary inside of the golang-builder.
-// Do not use directly, use crossBuild instead.
-func GolangCrossBuild() error {
- mg.Deps(deps.Installer(devtools.Platform.Name))
- return devtools.GolangCrossBuild(devtools.DefaultGolangCrossBuildArgs())
-}
-
-// BuildGoDaemon builds the go-daemon binary (use crossBuildGoDaemon).
-func BuildGoDaemon() error {
- return devtools.BuildGoDaemon()
-}
-
-// CrossBuild cross-builds the beat for all target platforms.
-func CrossBuild() error {
- return devtools.CrossBuild(devtools.ImageSelector(selectImage))
-}
-
-// CrossBuildXPack cross-builds the beat with XPack for all target platforms.
-func CrossBuildXPack() error {
- return devtools.CrossBuildXPack(devtools.ImageSelector(selectImage))
-}
-
-// CrossBuildGoDaemon cross-builds the go-daemon binary using Docker.
-func CrossBuildGoDaemon() error {
- return devtools.CrossBuildGoDaemon(devtools.ImageSelector(selectImage))
-}
-
-// Package packages the Beat for distribution.
-// Use SNAPSHOT=true to build snapshots.
-// Use PLATFORMS to control the target platforms.
-func Package() {
- start := time.Now()
- defer func() { fmt.Println("package ran for", time.Since(start)) }()
-
- devtools.UseElasticBeatPackaging()
-
- mg.Deps(Update)
- mg.Deps(CrossBuild, CrossBuildXPack, CrossBuildGoDaemon)
- mg.SerialDeps(devtools.Package, TestPackages)
-}
-
-// TestPackages tests the generated packages (i.e. file modes, owners, groups).
-func TestPackages() error {
- return devtools.TestPackages()
-}
-
-// Update updates the generated files (aka make update).
-func Update() error {
- return sh.Run("make", "update")
-}
-
-// Fields generates a fields.yml for the Beat.
-func Fields() error {
- return devtools.GenerateFieldsYAML()
-}
-
-// -----------------------------------------------------------------------------
-// Customizations specific to Journalbeat.
-// - Install required headers on builders for different architectures.
-
-var (
- journaldPlatforms = []devtools.PlatformDescription{
- devtools.Linux386, devtools.LinuxAMD64,
- devtools.LinuxARM64, devtools.LinuxARM5, devtools.LinuxARM6, devtools.LinuxARM7,
- devtools.LinuxMIPS, devtools.LinuxMIPSLE, devtools.LinuxMIPS64LE,
- devtools.LinuxPPC64LE,
- devtools.LinuxS390x,
- }
-
- deps = devtools.NewPackageInstaller().
- AddEach(journaldPlatforms, libsystemdDevPkgName).
- Add(devtools.Linux386, libsystemdPkgName, libgcryptPkgName)
-)
-
-func selectImage(platform string) (string, error) {
- tagSuffix := "main"
-
- switch {
- case strings.HasPrefix(platform, "linux/armv7"):
- tagSuffix = "armhf"
- case strings.HasPrefix(platform, "linux/arm"):
- tagSuffix = "arm"
- if runtime.GOARCH == "arm64" {
- tagSuffix = "base-arm-debian9"
- }
- case strings.HasPrefix(platform, "linux/mips"):
- tagSuffix = "mips"
- case strings.HasPrefix(platform, "linux/ppc"):
- tagSuffix = "ppc"
- case platform == "linux/s390x":
- tagSuffix = "s390x"
- case strings.HasPrefix(platform, "linux"):
- tagSuffix = "main-debian8"
- }
-
- goVersion, err := devtools.GoVersion()
- if err != nil {
- return "", err
- }
-
- return devtools.BeatsCrossBuildImage + ":" + goVersion + "-" + tagSuffix, nil
-}
-
-// Config generates both the short/reference/docker configs.
-func Config() error {
- p := devtools.DefaultConfigFileParams()
- p.Templates = append(p.Templates, devtools.OSSBeatDir("_meta/config/*.tmpl"))
- return devtools.Config(devtools.AllConfigTypes, p, ".")
-}
diff --git a/journalbeat/main.go b/journalbeat/main.go
deleted file mode 100644
index 56c0e645406..00000000000
--- a/journalbeat/main.go
+++ /dev/null
@@ -1,30 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-package main
-
-import (
- "os"
-
- "github.com/elastic/beats/v7/journalbeat/cmd"
-)
-
-func main() {
- if err := cmd.RootCmd.Execute(); err != nil {
- os.Exit(1)
- }
-}
diff --git a/journalbeat/main_test.go b/journalbeat/main_test.go
deleted file mode 100644
index 7881c30d52c..00000000000
--- a/journalbeat/main_test.go
+++ /dev/null
@@ -1,49 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-package main
-
-// This file is mandatory as otherwise the journalbeat.test binary is not generated correctly.
-
-import (
- "flag"
- "testing"
-
- "github.com/elastic/beats/v7/journalbeat/cmd"
- "github.com/elastic/beats/v7/libbeat/tests/system/template"
-)
-
-var systemTest *bool
-
-func init() {
- testing.Init()
- systemTest = flag.Bool("systemTest", false, "Set to true when running system tests")
-
- cmd.RootCmd.PersistentFlags().AddGoFlag(flag.CommandLine.Lookup("systemTest"))
- cmd.RootCmd.PersistentFlags().AddGoFlag(flag.CommandLine.Lookup("test.coverprofile"))
-}
-
-// Test started when the test binary is started. Only calls main.
-func TestSystem(t *testing.T) {
- if *systemTest {
- main()
- }
-}
-
-func TestTemplate(t *testing.T) {
- template.TestTemplate(t, cmd.Name, false)
-}
diff --git a/journalbeat/reader/config.go b/journalbeat/reader/config.go
deleted file mode 100644
index e559681aea7..00000000000
--- a/journalbeat/reader/config.go
+++ /dev/null
@@ -1,52 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-package reader
-
-import (
- "time"
-
- "github.com/elastic/beats/v7/journalbeat/pkg/journalfield"
- "github.com/elastic/beats/v7/journalbeat/pkg/journalread"
-)
-
-// Config stores the options of a reder.
-type Config struct {
- // Path is the path to the journal file.
- Path string
- // Seek specifies the seeking stategy.
- // Possible values: head, tail, cursor.
- Seek journalread.SeekMode
- // CursorSeekFallback sets where to seek if registry file is not available.
- CursorSeekFallback journalread.SeekMode
- // MaxBackoff is the limit of the backoff time.
- MaxBackoff time.Duration
- // Backoff is the current interval to wait before
- // attemting to read again from the journal.
- Backoff time.Duration
- // Matches store the key value pairs to match entries.
- Matches []journalfield.Matcher
- // SaveRemoteHostname defines if the original source of the entry needs to be saved.
- SaveRemoteHostname bool
- // CheckpointID is the identifier to use when persisting state.
- CheckpointID string
-}
-
-const (
- // LocalSystemJournalID is the ID of the local system journal.
- LocalSystemJournalID = "LOCAL_SYSTEM_JOURNAL"
-)
diff --git a/journalbeat/reader/fields.go b/journalbeat/reader/fields.go
deleted file mode 100644
index 7076a92a19d..00000000000
--- a/journalbeat/reader/fields.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-//go:build linux && cgo
-// +build linux,cgo
-
-package reader
diff --git a/journalbeat/reader/journal.go b/journalbeat/reader/journal.go
deleted file mode 100644
index 93fc3963348..00000000000
--- a/journalbeat/reader/journal.go
+++ /dev/null
@@ -1,151 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-//go:build linux && cgo
-// +build linux,cgo
-
-package reader
-
-import (
- "time"
-
- "github.com/coreos/go-systemd/v22/sdjournal"
-
- "github.com/elastic/beats/v7/journalbeat/checkpoint"
- "github.com/elastic/beats/v7/journalbeat/cmd/instance"
- "github.com/elastic/beats/v7/journalbeat/pkg/journalfield"
- "github.com/elastic/beats/v7/journalbeat/pkg/journalread"
- "github.com/elastic/beats/v7/libbeat/beat"
- "github.com/elastic/beats/v7/libbeat/common/backoff"
- "github.com/elastic/beats/v7/libbeat/logp"
- "github.com/elastic/go-concert/ctxtool"
-)
-
-// Reader reads entries from journal(s).
-type Reader struct {
- r *journalread.Reader
- journal *sdjournal.Journal
- config Config
- ctx ctxtool.CancelContext
- logger *logp.Logger
- backoff backoff.Backoff
-}
-
-// New creates a new journal reader and moves the FP to the configured position.
-func New(c Config, done <-chan struct{}, state checkpoint.JournalState, logger *logp.Logger) (*Reader, error) {
- return newReader(c.Path, c, done, state, logger)
-}
-
-// NewLocal creates a reader to read form the local journal and moves the FP
-// to the configured position.
-func NewLocal(c Config, done <-chan struct{}, state checkpoint.JournalState, logger *logp.Logger) (*Reader, error) {
- return newReader(LocalSystemJournalID, c, done, state, logger)
-}
-
-func newReader(path string, c Config, done <-chan struct{}, state checkpoint.JournalState, logger *logp.Logger) (*Reader, error) {
- logger = logger.With("path", path)
- backoff := backoff.NewExpBackoff(done, c.Backoff, c.MaxBackoff)
-
- var journal *sdjournal.Journal
- r, err := journalread.Open(logger, c.Path, backoff, func(j *sdjournal.Journal) error {
- journal = j
- return journalfield.ApplyMatchersOr(j, c.Matches)
- })
- if err != nil {
- return nil, err
- }
-
- if err := r.Seek(seekBy(logger, c, state)); err != nil {
- logger.Error("Continue from current position. Seek failed with: %v", err)
- }
-
- logger.Debug("New journal is opened for reading")
- instance.AddJournalToMonitor(c.Path, journal)
-
- return &Reader{
- r: r,
- journal: journal,
- config: c,
- ctx: ctxtool.WithCancelContext(ctxtool.FromChannel(done)),
- logger: logger,
- backoff: backoff,
- }, nil
-}
-
-func seekBy(log *logp.Logger, c Config, state checkpoint.JournalState) (journalread.SeekMode, string) {
- mode := c.Seek
- if mode == journalread.SeekCursor && state.Cursor == "" {
- mode = c.CursorSeekFallback
- if mode != journalread.SeekHead && mode != journalread.SeekTail {
- log.Error("Invalid option for cursor_seek_fallback")
- mode = journalread.SeekHead
- }
- }
- return mode, state.Cursor
-}
-
-// Close closes the underlying journal reader.
-func (r *Reader) Close() {
- instance.StopMonitoringJournal(r.config.Path)
- r.ctx.Cancel()
- r.r.Close()
-}
-
-// Next waits until a new event shows up and returns it.
-// It blocks until an event is returned or an error occurs.
-func (r *Reader) Next() (*beat.Event, error) {
- entry, err := r.r.Next(r.ctx)
- if err != nil {
- return nil, err
- }
-
- event := toEvent(r.logger, r.config.CheckpointID, entry, r.config.SaveRemoteHostname)
- return event, nil
-}
-
-// toEvent creates a beat.Event from journal entries.
-func toEvent(logger *logp.Logger, id string, entry *sdjournal.JournalEntry, saveRemoteHostname bool) *beat.Event {
- created := time.Now()
- fields := journalfield.NewConverter(logger, nil).Convert(entry.Fields)
- fields.Put("event.kind", "event")
-
- // if entry is coming from a remote journal, add_host_metadata overwrites the source hostname, so it
- // has to be copied to a different field
- if saveRemoteHostname {
- remoteHostname, err := fields.GetValue("host.hostname")
- if err == nil {
- fields.Put("log.source.address", remoteHostname)
- }
- }
-
- state := checkpoint.JournalState{
- Path: id,
- Cursor: entry.Cursor,
- RealtimeTimestamp: entry.RealtimeTimestamp,
- MonotonicTimestamp: entry.MonotonicTimestamp,
- }
-
- fields.Put("event.created", created)
- receivedByJournal := time.Unix(0, int64(entry.RealtimeTimestamp)*1000)
-
- event := beat.Event{
- Timestamp: receivedByJournal,
- Fields: fields,
- Private: state,
- }
- return &event
-}
diff --git a/journalbeat/reader/journal_other.go b/journalbeat/reader/journal_other.go
deleted file mode 100644
index a44d1a07db0..00000000000
--- a/journalbeat/reader/journal_other.go
+++ /dev/null
@@ -1,56 +0,0 @@
-// Licensed to Elasticsearch B.V. under one or more contributor
-// license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright
-// ownership. Elasticsearch B.V. licenses this file to you under
-// the Apache License, Version 2.0 (the "License"); you may
-// not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied. See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-//go:build !linux || !cgo
-// +build !linux !cgo
-
-package reader
-
-import (
- "errors"
-
- "github.com/elastic/beats/v7/journalbeat/checkpoint"
- "github.com/elastic/beats/v7/libbeat/beat"
- "github.com/elastic/beats/v7/libbeat/logp"
-)
-
-// Reader stub for non linux builds.
-type Reader struct{}
-
-// New creates a new journal reader and moves the FP to the configured position.
-//
-// Note: New fails if journalbeat is not compiled for linux
-func New(c Config, done chan struct{}, state checkpoint.JournalState, logger *logp.Logger) (*Reader, error) {
- return nil, errors.New("journald reader only supported on linux")
-}
-
-// NewLocal creates a reader to read form the local journal and moves the FP
-// to the configured position.
-//
-// Note: NewLocal fails if journalbeat is not compiled for linux
-func NewLocal(c Config, done chan struct{}, state checkpoint.JournalState, logger *logp.Logger) (*Reader, error) {
- return nil, errors.New("journald reader only supported on linux")
-}
-
-// Next waits until a new event shows up and returns it.
-// It blocks until an event is returned or an error occurs.
-func (r *Reader) Next() (*beat.Event, error) {
- return nil, nil
-}
-
-// Close closes the underlying journal reader.
-func (r *Reader) Close() {}
diff --git a/journalbeat/tests/system/config/journalbeat.yml.j2 b/journalbeat/tests/system/config/journalbeat.yml.j2
deleted file mode 100644
index 858181ca409..00000000000
--- a/journalbeat/tests/system/config/journalbeat.yml.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-journalbeat.inputs:
-{% for input in inputs %}
-- {{ input | tojson }}
-{% endfor %}
-
-{% if registry_file is defined %}
-journalbeat.registry_file: {{ registry_file }}
-{% endif %}
-
-output:
- file:
- path: {{ output_file_path|default(beat.working_dir + "/output") }}
- filename: {{ output_file_filename|default("journalbeat") }}
diff --git a/journalbeat/tests/system/input/test.journal b/journalbeat/tests/system/input/test.journal
deleted file mode 100644
index c42b825e62d..00000000000
Binary files a/journalbeat/tests/system/input/test.journal and /dev/null differ
diff --git a/journalbeat/tests/system/input/test.registry b/journalbeat/tests/system/input/test.registry
deleted file mode 100644
index 9b9dee108b3..00000000000
--- a/journalbeat/tests/system/input/test.registry
+++ /dev/null
@@ -1,6 +0,0 @@
-update_time: 2018-09-11T10:06:50.895829905Z
-journal_entries:
-- path: /home/n/go/src/github.com/elastic/beats/journalbeat/tests/system/input/test.journal
- cursor: s=018329e08e3a45a0ae03694421c4f553;i=2015d;b=fa3c2e3080dc4cd5be5cb5a43e140d51;m=29102136a4;t=5ab0792b1dc62;x=84a1467480b8f1af
- realtime_timestamp: 1595423897803874
- monotonic_timestamp: 176364271268
diff --git a/journalbeat/tests/system/journalbeat.py b/journalbeat/tests/system/journalbeat.py
deleted file mode 100644
index 2ad3bd3c37f..00000000000
--- a/journalbeat/tests/system/journalbeat.py
+++ /dev/null
@@ -1,12 +0,0 @@
-import os
-import sys
-from beat.beat import TestCase
-
-
-class BaseTest(TestCase):
-
- @classmethod
- def setUpClass(self):
- self.beat_name = "journalbeat"
- self.beat_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "../../"))
- super(BaseTest, self).setUpClass()
diff --git a/journalbeat/tests/system/test_base.py b/journalbeat/tests/system/test_base.py
deleted file mode 100644
index 2d7269dd5f4..00000000000
--- a/journalbeat/tests/system/test_base.py
+++ /dev/null
@@ -1,210 +0,0 @@
-from journalbeat import BaseTest
-
-import os
-import sys
-import unittest
-import time
-import yaml
-from shutil import copyfile
-from beat import common_tests
-
-
-class Test(BaseTest, common_tests.TestExportsMixin):
-
- @unittest.skipUnless(sys.platform.startswith("linux"), "Journald only on Linux")
- def test_start_with_local_journal(self):
- """
- Journalbeat is able to start with the local journal.
- """
-
- self.render_config_template(
- inputs=[{
- "paths": [],
- }],
- )
- journalbeat_proc = self.start_beat()
-
- self.wait_until(lambda: self.log_contains("journalbeat is running"))
-
- exit_code = journalbeat_proc.kill_and_wait()
- assert exit_code == 0
-
- @unittest.skipUnless(sys.platform.startswith("linux"), "Journald only on Linux")
- def test_start_with_journal_directory(self):
- """
- Journalbeat is able to open a directory of journal files and starts tailing them.
- """
-
- self.render_config_template(
- inputs=[{
- "paths": [
- self.beat_path + "/tests/system/input/",
- ],
- "seek": "tail",
- }],
- )
- journalbeat_proc = self.start_beat()
-
- self.wait_until(lambda: self.log_contains("journalbeat is running"))
-
- exit_code = journalbeat_proc.kill_and_wait()
- assert exit_code == 0
-
- # journalbeat is tailing an inactive journal
- assert self.output_is_empty()
-
- @unittest.skipUnless(sys.platform.startswith("linux"), "Journald only on Linux")
- def test_start_with_selected_journal_file(self):
- """
- Journalbeat is able to open a journal file and start to read it from the begining.
- """
-
- self.render_config_template(
- inputs=[{
- "paths": [
- self.beat_path + "/tests/system/input/test.journal",
- ],
- "seek": "head",
- }],
- )
- journalbeat_proc = self.start_beat()
-
- self.wait_until(lambda: self.output_has(lines=23))
-
- exit_code = journalbeat_proc.kill_and_wait()
- assert exit_code == 0
-
- @unittest.skipUnless(sys.platform.startswith("linux"), "Journald only on Linux")
- def test_start_with_selected_journal_file_with_cursor_fallback(self):
- """
- Journalbeat is able to open a journal file and start to read it from the position configured by seek and cursor_seek_fallback.
- """
-
- self.render_config_template(
- inputs=[{
- "paths": [
- self.beat_path + "/tests/system/input/test.journal",
- ],
- "seek": "cursor",
- "cursor_seek_fallback": "tail",
- }],
- )
- journalbeat_proc = self.start_beat()
-
- self.wait_until(lambda: self.log_contains("journalbeat is running"))
-
- exit_code = journalbeat_proc.kill_and_wait()
- assert exit_code == 0
-
- # journalbeat is tailing an inactive journal with no cursor data
- assert self.output_is_empty()
-
- @unittest.skipUnless(sys.platform.startswith("linux"), "Journald only on Linux")
- def test_read_events_with_existing_registry(self):
- """
- Journalbeat is able to follow reading a from a journal with an existing registry file.
- """
-
- registry_path = os.path.join(os.path.abspath(self.working_dir), "data", "registry")
- os.mkdir(os.path.dirname(registry_path))
- copyfile(self.beat_path + "/tests/system/input/test.registry",
- os.path.join(os.path.abspath(self.working_dir), "data/registry"))
- input_path = self.beat_path + "/tests/system/input/test.journal"
- self._prepare_registry_file(registry_path, input_path)
-
- self.render_config_template(
- inputs=[{
- "paths": [input_path],
- "seek": "cursor",
- "cursor_seek_fallback": "tail",
- }],
- )
- journalbeat_proc = self.start_beat()
-
- self.wait_until(lambda: self.output_has(lines=9))
-
- exit_code = journalbeat_proc.kill_and_wait()
- assert exit_code == 0
-
- @unittest.skipUnless(sys.platform.startswith("linux"), "Journald only on Linux")
- def test_read_events_with_include_matches(self):
- """
- Journalbeat is able to pass matchers to the journal reader and read filtered messages.
- """
-
- self.render_config_template(
- inputs=[{
- "paths": [
- self.beat_path + "/tests/system/input/test.journal",
- ],
- "seek": "head",
- "include_matches": [
- "syslog.priority=6",
- ]
- }],
- )
- journalbeat_proc = self.start_beat()
-
- self.wait_until(lambda: self.output_has(lines=6))
-
- exit_code = journalbeat_proc.kill_and_wait()
- assert exit_code == 0
-
- @unittest.skipUnless(sys.platform.startswith("linux"), "Journald only on Linux")
- def test_input_id(self):
- """
- Journalbeat persists states with IDs.
- """
-
- self.render_config_template(
- inputs=[
- {
- "id": "serviceA.unit",
- "paths": [
- self.beat_path + "/tests/system/input/test.journal",
- ],
- },
- {
- "id": "serviceB unit",
- "paths": [
- self.beat_path + "/tests/system/input/test.journal",
- ],
- }
- ],
- )
-
- # Run the beat until it publishes events from both inputs.
- journalbeat_proc = self.start_beat()
- expected_msg = 'successfully published events'
- self.wait_until(lambda: self.log_contains(expected_msg))
- self.wait_until(lambda: self.log_contains(expected_msg))
- journalbeat_proc.check_kill_and_wait()
-
- # Verify that registry paths are prefixed with an ID.
- registry_data = self.read_registry()
- self.assertIn("journal_entries", registry_data)
- journal_entries = registry_data['journal_entries']
- self.assertGreater(len(journal_entries), 0)
- for item in journal_entries:
- self.assertTrue(item['path'].startswith('journald::'), "starts with journald::")
- self.assertTrue(item['path'].find('::service'), "ends with ::")
-
- def _prepare_registry_file(self, registry_path, journal_path):
- lines = []
- with open(registry_path, "r") as registry_file:
- lines = registry_file.readlines()
- lines[2] = "- path: " + journal_path + "\n"
-
- with open(registry_path, "w") as registry_file:
- for line in lines:
- registry_file.write(line)
-
- def read_registry(self):
- registry_path = os.path.join(os.path.abspath(self.working_dir), "data", "registry")
-
- with open(registry_path, "r") as stream:
- return yaml.safe_load(stream)
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/libbeat/docs/getting-started.asciidoc b/libbeat/docs/getting-started.asciidoc
index 619ed2e03cb..7bb7043ae70 100644
--- a/libbeat/docs/getting-started.asciidoc
+++ b/libbeat/docs/getting-started.asciidoc
@@ -13,4 +13,4 @@ Each Beat is a separately installable product. To learn how to get started, see:
If you're planning to use the {metrics-app} or the {logs-app} in {kib},
see {observability-guide}/analyze-metrics.html[Analyze metrics]
-and {observability-guide}/monitor-logs.html[Monitor logs].
\ No newline at end of file
+and {observability-guide}/monitor-logs.html[Monitor logs].
diff --git a/libbeat/docs/overview.asciidoc b/libbeat/docs/overview.asciidoc
index 6306874112f..c76aa8558e5 100644
--- a/libbeat/docs/overview.asciidoc
+++ b/libbeat/docs/overview.asciidoc
@@ -8,7 +8,7 @@ for capturing:
[horizontal]
Audit data:: https://www.elastic.co/products/beats/auditbeat[Auditbeat]
-Log files:: https://www.elastic.co/products/beats/filebeat[Filebeat]
+Log files and journals:: https://www.elastic.co/products/beats/filebeat[Filebeat]
Cloud data:: https://www.elastic.co/products/beats/functionbeat[Functionbeat]
Availability:: https://www.elastic.co/products/beats/heartbeat[Heartbeat]
Metrics:: https://www.elastic.co/products/beats/metricbeat[Metricbeat]
diff --git a/libbeat/docs/shared-docker.asciidoc b/libbeat/docs/shared-docker.asciidoc
index 2e7e04e6c7a..389bedb7b54 100644
--- a/libbeat/docs/shared-docker.asciidoc
+++ b/libbeat/docs/shared-docker.asciidoc
@@ -80,16 +80,6 @@ setup -E setup.kibana.host=kibana:5601 \
--------------------------------------------
endif::[]
-ifeval::["{beatname_lc}"=="journalbeat"]
-["source", "sh", subs="attributes"]
---------------------------------------------
-docker run \
-{dockerimage} \
-setup -E setup.kibana.host=kibana:5601 \
--E output.elasticsearch.hosts=["elasticsearch:9200"] <1> <2>
---------------------------------------------
-endif::[]
-
ifeval::["{beatname_lc}"=="packetbeat"]
["source", "sh", subs="attributes"]
--------------------------------------------
@@ -161,24 +151,6 @@ docker run -d \
--------------------------------------------
endif::[]
-ifeval::["{beatname_lc}"=="journalbeat"]
-Make sure you include the path to the host's journal. The path might be
-`/var/log/journal` or `/run/log/journal`.
-
-["source", "sh", subs="attributes"]
---------------------------------------------
-sudo docker run -d \
- --name={beatname_lc} \
- --user=root \
- --volume="/var/log/journal:/var/log/journal" \
- --volume="/etc/machine-id:/etc/machine-id" \
- --volume="/run/systemd:/run/systemd" \
- --volume="/etc/hostname:/etc/hostname:ro" \
- {dockerimage} {beatname_lc} -e -strict.perms=false \
- -E output.elasticsearch.hosts=["elasticsearch:9200"] <1> <2>
---------------------------------------------
-endif::[]
-
ifeval::["{beatname_lc}"=="metricbeat"]
["source", "sh", subs="attributes"]
--------------------------------------------
diff --git a/libbeat/processors/decode_csv_fields/docs/decode_csv_fields.asciidoc b/libbeat/processors/decode_csv_fields/docs/decode_csv_fields.asciidoc
index 53cc3787543..11746040970 100644
--- a/libbeat/processors/decode_csv_fields/docs/decode_csv_fields.asciidoc
+++ b/libbeat/processors/decode_csv_fields/docs/decode_csv_fields.asciidoc
@@ -9,7 +9,7 @@ experimental[]
The `decode_csv_fields` processor decodes fields containing records in
comma-separated format (CSV). It will output the values as an array of strings.
-This processor is available for Filebeat and Journalbeat.
+This processor is available for Filebeat.
[source,yaml]
-----------------------------------------------------
diff --git a/libbeat/scripts/Makefile b/libbeat/scripts/Makefile
index 00d3231c371..7b16cf7cea8 100755
--- a/libbeat/scripts/Makefile
+++ b/libbeat/scripts/Makefile
@@ -141,11 +141,9 @@ ${BEAT_NAME}.test: $(GOFILES_ALL)
.PHONY: crosscompile
crosscompile: ## @build Cross-compile beat for the OS'es specified in GOX_OS variable. The binaries are placed in the build/bin directory.
crosscompile: $(GOFILES)
-ifneq ($(shell [[ $(BEAT_NAME) == journalbeat ]] && echo true ),true)
go ${INSTALL_CMD} github.com/mitchellh/gox
mkdir -p ${BUILD_DIR}/bin
gox -output="${BUILD_DIR}/bin/{{.Dir}}-{{.OS}}-{{.Arch}}" -os="$(strip $(GOX_OS))" -osarch="$(strip $(GOX_OSARCH))" ${GOX_FLAGS}
-endif
.PHONY: check
check: check-headers mage ## @build Checks project and source code if everything is according to standard
diff --git a/script/renamed_fields.py b/script/renamed_fields.py
index 2de05c012b4..08059698bf1 100644
--- a/script/renamed_fields.py
+++ b/script/renamed_fields.py
@@ -3,7 +3,7 @@
def migration():
- beats = ["Auditbeat", "Filebeat", "Heartbeat", "Journalbeat", "Metricbeat", "Packetbeat", "Winlogbeat"]
+ beats = ["Auditbeat", "Filebeat", "Heartbeat", "Metricbeat", "Packetbeat", "Winlogbeat"]
for beat in beats:
print(".{} renamed fields in 7.0".format(beat))
diff --git a/x-pack/elastic-agent/pkg/agent/program/program_test.go b/x-pack/elastic-agent/pkg/agent/program/program_test.go
index 04c3519af65..b75ac9dceaa 100644
--- a/x-pack/elastic-agent/pkg/agent/program/program_test.go
+++ b/x-pack/elastic-agent/pkg/agent/program/program_test.go
@@ -400,10 +400,6 @@ func TestConfiguration(t *testing.T) {
// programs: []string{"auditbeat"},
// expected: 1,
// },
- // "journal_config": {
- // programs: []string{"journalbeat"},
- // expected: 1,
- // },
"fleet_server": {
programs: []string{"fleet-server"},
expected: 1,
diff --git a/x-pack/elastic-agent/pkg/agent/program/testdata/journal_config-journalbeat.yml b/x-pack/elastic-agent/pkg/agent/program/testdata/journal_config-journalbeat.yml
deleted file mode 100644
index 60e6261fc0e..00000000000
--- a/x-pack/elastic-agent/pkg/agent/program/testdata/journal_config-journalbeat.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-journalbeat:
- inputs:
- - type: log/journal
- paths: []
- backoff: 1s
- max_backoff: 20s
- seek: cursor
- cursor_seek_fallback: head
- include_matches: []
- save_remote_hostname: false
-output:
- elasticsearch:
- hosts: [127.0.0.1:9200, 127.0.0.1:9300]
- username: elastic
- password: changeme
diff --git a/x-pack/elastic-agent/spec/journalbeat.yml.disabled b/x-pack/elastic-agent/spec/journalbeat.yml.disabled
deleted file mode 100644
index ce35cc75aaf..00000000000
--- a/x-pack/elastic-agent/spec/journalbeat.yml.disabled
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Journalbeat
-cmd: journalbeat
-args: ["-E", "setup.ilm.enabled=false", "-E", "setup.template.enabled=false"]
-rules:
-- filter_values:
- selector: streams
- key: type
- values:
- - log/journal
-- copy:
- from: streams
- to: journalbeat
-- rename:
- from: journalbeat.streams
- to: inputs
-- filter:
- selectors:
- - journalbeat
- - output
- - keystore
-when: HasItems(%{[journalbeat.inputs]}) && HasNamespace('output', 'elasticsearch',
- 'redis', 'kafka', 'logstash')
diff --git a/x-pack/journalbeat/cmd/root.go b/x-pack/journalbeat/cmd/root.go
deleted file mode 100644
index d549011f73a..00000000000
--- a/x-pack/journalbeat/cmd/root.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
-// or more contributor license agreements. Licensed under the Elastic License;
-// you may not use this file except in compliance with the Elastic License.
-
-package cmd
-
-import (
- journalbeatCmd "github.com/elastic/beats/v7/journalbeat/cmd"
- "github.com/elastic/beats/v7/libbeat/cmd"
-
- _ "github.com/elastic/beats/v7/x-pack/libbeat/include"
-)
-
-// RootCmd to handle beats cli
-var RootCmd *cmd.BeatsRootCmd
-
-func init() {
- settings := journalbeatCmd.JournalbeatSettings()
- settings.ElasticLicensed = true
- RootCmd = journalbeatCmd.Initialize(settings)
-}
diff --git a/x-pack/journalbeat/main.go b/x-pack/journalbeat/main.go
deleted file mode 100644
index 232a3e6fc49..00000000000
--- a/x-pack/journalbeat/main.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
-// or more contributor license agreements. Licensed under the Elastic License;
-// you may not use this file except in compliance with the Elastic License.
-
-package main
-
-import (
- "os"
-
- "github.com/elastic/beats/v7/x-pack/journalbeat/cmd"
-
- _ "github.com/elastic/beats/v7/journalbeat/include"
-)
-
-func main() {
- if err := cmd.RootCmd.Execute(); err != nil {
- os.Exit(1)
- }
-}
diff --git a/x-pack/journalbeat/main_test.go b/x-pack/journalbeat/main_test.go
deleted file mode 100644
index fcac188a31c..00000000000
--- a/x-pack/journalbeat/main_test.go
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
-// or more contributor license agreements. Licensed under the Elastic License;
-// you may not use this file except in compliance with the Elastic License.
-package main
-
-// This file is mandatory as otherwise the journalbeat.test binary is not generated correctly.
-import (
- "flag"
- "testing"
-
- "github.com/elastic/beats/v7/journalbeat/cmd"
- "github.com/elastic/beats/v7/libbeat/tests/system/template"
-)
-
-var systemTest *bool
-
-func init() {
- testing.Init()
- systemTest = flag.Bool("systemTest", false, "Set to true when running system tests")
- cmd.RootCmd.PersistentFlags().AddGoFlag(flag.CommandLine.Lookup("systemTest"))
- cmd.RootCmd.PersistentFlags().AddGoFlag(flag.CommandLine.Lookup("test.coverprofile"))
-}
-
-// Test started when the test binary is started. Only calls main.
-func TestSystem(t *testing.T) {
- if *systemTest {
- main()
- }
-}
-
-func TestTemplate(t *testing.T) {
- template.TestTemplate(t, cmd.Name, true)
-}