Skip to content

Commit

Permalink
Fix a typo. (#73948) (#74579)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Kambic <[email protected]>
  • Loading branch information
jen-huang and justinkambic authored Aug 6, 2020
1 parent 74bae73 commit de7eec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ingest_manager/dev_docs/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This section is to define terms used across ingest management.
A package config is a definition on how to collect data from a service, for example `nginx`. A package config contains
definitions for one or multiple inputs and each input can contain one or multiple streams.

With the example of the nginx Package Config, it contains to inputs: `logs` and `nginx/metrics`. Logs and metrics are collected
With the example of the nginx Package Config, it contains two inputs: `logs` and `nginx/metrics`. Logs and metrics are collected
differently. The `logs` input contains two streams, `access` and `error`, the `nginx/metrics` input contains the stubstatus stream.

## Data Stream
Expand Down

0 comments on commit de7eec8

Please sign in to comment.