Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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