Skip to content

Commit

Permalink
Fix libbeat path docs (#25448)
Browse files Browse the repository at this point in the history
* fix libbeat path docs

* add changelog
  • Loading branch information
fearful-symmetry committed Apr 30, 2021
1 parent cdcbe36 commit fcfe6b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix GCP not able to request Cloudfunctions metrics if a region filter was set {pull}24218[24218]
- Fix type of `uwsgi.status.worker.rss` type. {pull}24468[24468]
- Accept text/plain type by default for prometheus client scraping. {pull}24622[24622]
- Fix copy-paste error in libbeat docs. {pull}25448[25448]

*Packetbeat*

Expand Down
4 changes: 2 additions & 2 deletions libbeat/docs/shared-path-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ Example:

[source,yaml]
------------------------------------------------------------------------------
path.logs: /var/log/beats
------------------------------------------------------------------------------
system.hostfs: /mount/rootfs
------------------------------------------------------------------------------

0 comments on commit fcfe6b6

Please sign in to comment.