- Kibana Guide: other versions:
- Introduction
- Get started
- Set Up Kibana
- Discover
- Visualize
- Creating a Visualization
- Saving Visualizations
- Using rolled up data in a visualization
- Line, Area, and Bar charts
- Controls Visualization
- Data Table
- Markdown Widget
- Metric
- Goal and Gauge
- Pie Charts
- Coordinate Maps
- Region Maps
- Timelion
- TSVB
- Tag Clouds
- Heatmap Chart
- Vega Graphs
- Inspecting Visualizations
- Dashboard
- Canvas
- Graph data connections
- Machine learning
- Maps
- Code
- Infrastructure
- Logs
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana plugins
- Limitations
- Release Highlights
- Breaking Changes
- Release Notes
- Developer guide
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Infrastructure UI settings in Kibana
editInfrastructure UI settings in Kibana
editYou do not need to configure any settings to use the Infrastructure UI. It is enabled by default.
General Infrastructure UI settings
edit-
xpack.infra.enabled
-
Set to
false
to disable the Logs and Infrastructure UI plugin Kibana. Defaults totrue
. -
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.metricAlias
-
Index pattern for matching indices that contain Metricbeat data. Defaults to
metricbeat-*
. -
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 UI. 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.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.pod
-
Field used to identify Kubernetes pods. Defaults to
kubernetes.pod.uid
.
On this page
Was this helpful?
Thank you for your feedback.