Skip to content

Commit

Permalink
Update add_docker_metadata (#11717)
Browse files Browse the repository at this point in the history
Behavior changed in #11577
  • Loading branch information
exekias authored Apr 9, 2019
1 parent e76ead1 commit bb3f116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbeat/docs/processors-using.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1107,10 +1107,10 @@ process is running in Docker then the event will be enriched. The default value
is `["process.pid", "process.ppid"]`.

`match_source`:: (Optional) Match container ID from a log path present in the
`source` field. Enabled by default.
`log.file.path` field. Enabled by default.

`match_short_id`:: (Optional) Match container short ID from a log path present
in the `source` field. Disabled by default.
in the `log.file.path` field. Disabled by default.
This allows to match directories names that have the first 12 characters
of the container ID. For example, `/var/log/containers/b7e3460e2b21/*.log`.

Expand Down

0 comments on commit bb3f116

Please sign in to comment.