Skip to content

Commit

Permalink
Incorporate docs change as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
vjsamuel committed Jun 22, 2020
1 parent b8164b1 commit abbd66b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion filebeat/docs/autodiscover-hints.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ annotations:
co.elastic.logs/1.processors.dissect.tokenizer: "%{key2} %{key1}"
-------------------------------------------------------------------------------------

The above configuration would help ensure that the first input handles only debug logs and passes it through a dissect
The above configuration would generate two input configurations. The first input handles only debug logs and passes it through a dissect
tokenizer. The second input handles everything but debug logs.

[float]
Expand Down
4 changes: 2 additions & 2 deletions metricbeat/docs/autodiscover-hints.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ annotations:
co.elastic.metrics/period: 5s
-------------------------------------------------------------------------------------

The above configuration would help ensure that the endpoint "/metrics/p1" is polled every 60s whereas the "/metrics" endpoint
is polled every 60s.
The above configuration would spin up two metricbeat module configurations to ensure that the endpoint "/metrics/p1" is
polled every 60s whereas the "/metrics" endpoint is polled every 60s.

[float]
===== Configuring Namespace Defaults
Expand Down

0 comments on commit abbd66b

Please sign in to comment.