From 8551a8144fb4ee1683372bd667efd5f647ae2593 Mon Sep 17 00:00:00 2001 From: Alex K <8418476+fearful-symmetry@users.noreply.github.com> Date: Mon, 3 May 2021 08:55:03 -0700 Subject: [PATCH] Fix libbeat path docs (#25448) (#25467) * fix libbeat path docs * add changelog (cherry picked from commit fcfe6b6423cce923ef6c582f8c815b894bfb7abd) --- CHANGELOG.next.asciidoc | 1 + libbeat/docs/shared-path-config.asciidoc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 5db314ddaf5..857abb844fb 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -331,6 +331,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix type of `uwsgi.status.worker.rss` type. {pull}24468[24468] - Ignore unsupported derive types for filesystem metricset. {issue}22501[22501] {pull}24502[24502] - Accept text/plain type by default for prometheus client scraping. {pull}24622[24622] +- Fix copy-paste error in libbeat docs. {pull}25448[25448] *Packetbeat* diff --git a/libbeat/docs/shared-path-config.asciidoc b/libbeat/docs/shared-path-config.asciidoc index 36186585eaa..33390ca7faa 100644 --- a/libbeat/docs/shared-path-config.asciidoc +++ b/libbeat/docs/shared-path-config.asciidoc @@ -121,5 +121,5 @@ Example: [source,yaml] ------------------------------------------------------------------------------ -path.logs: /var/log/beats ------------------------------------------------------------------------------- \ No newline at end of file +system.hostfs: /mount/rootfs +------------------------------------------------------------------------------