-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Formats settings into tables * Formatting * Formatting # Conflicts: # docs/settings/general-infra-logs-ui-settings.asciidoc # docs/settings/telemetry-settings.asciidoc # docs/setup/settings.asciidoc
- Loading branch information
1 parent
7006ee6
commit 4cdd065
Showing
13 changed files
with
947 additions
and
586 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
`xpack.infra.enabled`:: Set to `false` to disable the Logs and Metrics app plugin {kib}. Defaults to `true`. | ||
[cols="2*<"] | ||
|=== | ||
| `xpack.infra.enabled` | ||
| Set to `false` to disable the Logs and Metrics app plugin {kib}. Defaults to `true`. | ||
|
||
`xpack.infra.sources.default.logAlias`:: Index pattern for matching indices that contain log data. Defaults to `filebeat-*,kibana_sample_data_logs*`. | ||
| `xpack.infra.sources.default.logAlias` | ||
| Index pattern for matching indices that contain log data. Defaults to `filebeat-*,kibana_sample_data_logs*`. To match multiple wildcard patterns, use a comma to separate the names, with no space after the comma. For example, `logstash-app1-*,default-logs-*`. | ||
|
||
`xpack.infra.sources.default.metricAlias`:: Index pattern for matching indices that contain Metricbeat data. Defaults to `metricbeat-*`. | ||
| `xpack.infra.sources.default.metricAlias` | ||
| Index pattern for matching indices that contain Metricbeat data. Defaults to `metricbeat-*`. To match multiple wildcard patterns, use a comma to separate the names, with no space after the comma. For example, `logstash-app1-*,default-logs-*`. | ||
|
||
`xpack.infra.sources.default.fields.timestamp`:: Timestamp used to sort log entries. Defaults to `@timestamp`. | ||
| `xpack.infra.sources.default.fields.timestamp` | ||
| Timestamp used to sort log entries. Defaults to `@timestamp`. | ||
|
||
`xpack.infra.sources.default.fields.message`:: Fields used to display messages in the Logs app. Defaults to `['message', '@message']`. | ||
| `xpack.infra.sources.default.fields.message` | ||
| Fields used to display messages in the Logs app. Defaults to `['message', '@message']`. | ||
|
||
`xpack.infra.sources.default.fields.tiebreaker`:: Field used to break ties between two entries with the same timestamp. Defaults to `_doc`. | ||
| `xpack.infra.sources.default.fields.tiebreaker` | ||
| Field used to break ties between two entries with the same timestamp. Defaults to `_doc`. | ||
|
||
`xpack.infra.sources.default.fields.host`:: Field used to identify hosts. Defaults to `host.name`. | ||
| `xpack.infra.sources.default.fields.host` | ||
| Field used to identify hosts. Defaults to `host.name`. | ||
|
||
`xpack.infra.sources.default.fields.container`:: Field used to identify Docker containers. Defaults to `container.id`. | ||
| `xpack.infra.sources.default.fields.container` | ||
| Field used to identify Docker containers. Defaults to `container.id`. | ||
|
||
`xpack.infra.sources.default.fields.pod`:: Field used to identify Kubernetes pods. Defaults to `kubernetes.pod.uid`. | ||
| `xpack.infra.sources.default.fields.pod` | ||
| Field used to identify Kubernetes pods. Defaults to `kubernetes.pod.uid`. | ||
|
||
|=== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.