Skip to content

Commit

Permalink
update Beats capability for DStreams (#1964)
Browse files Browse the repository at this point in the history
As of Beats 8.0, data streams are the default output to Elasticsearch.  Line 245 needs change to {y} and the phrasing in Line 248 should reflect that all three options can take advantage of data streams, easier ILM, and the data stream naming scheme.

Reference: elastic/beats#28450 linked in https://www.elastic.co/guide/en/beats/libbeat/8.0/release-notes-8.0.0.html
  • Loading branch information
Hythloday-zero authored Jun 29, 2022
1 parent 2054490 commit 3c301ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/ingest-management/beats-agent-comparison.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ The following table shows a comparison of capabilities supported by {beats} and
|{fleet} can automatically give {agent}s minimal output permissions based on the inputs running. With standalone {agent} and {beats}, users often give overly broad permissions because it's more convenient.

|Data streams support
|{n}
|{y}
|{y}
|{agent}s use <<data-streams,data streams>> with easier index life cycle management and the https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme[data stream naming scheme]. {beats} uses a single index with potentially thousands of fields.
|{y}
|Both {beats} (default as of version 8.0) and {agent}s use <<data-streams,data streams>> with easier index life cycle management and the https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme[data stream naming scheme].

|Variables and input conditions
|{n}
Expand Down

0 comments on commit 3c301ea

Please sign in to comment.