Skip to content

Commit

Permalink
backport to 7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 committed Apr 28, 2021
1 parent 13b5820 commit a7a7d66
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/copied-from-beats/docs/shared-path-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,20 @@ Example:
------------------------------------------------------------------------------
path.logs: /var/log/beats
------------------------------------------------------------------------------

[float]
==== `system.hostfs`

Specifies the mount point of the host's filesystem for use in monitoring a host.
This can either be set in the config, or with the `--system.hostfs` CLI flag. This is used for cgroup self-monitoring.
ifeval::["{beatname_lc}"=="metricbeat"]
This is also used by the system module to read files from `/proc` and `/sys`.
endif::[]


Example:

[source,yaml]
------------------------------------------------------------------------------
path.logs: /var/log/beats
------------------------------------------------------------------------------

0 comments on commit a7a7d66

Please sign in to comment.