- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.14
- Kibana concepts
- Quick start
- Set up
- Install Kibana
- Configure Kibana
- Alerting and action settings
- APM settings
- Banners settings
- Development tools settings
- Graph settings
- Fleet settings
- i18n settings
- Logging settings
- Logs settings
- Metrics settings
- Machine learning settings
- Monitoring settings
- Reporting settings
- Secure settings
- Search sessions settings
- Security settings
- Spaces settings
- Task Manager settings
- Telemetry settings
- URL drilldown settings
- Start and stop Kibana
- Access Kibana
- Securing access to Kibana
- Add data
- Upgrade Kibana
- Configure security
- Configure reporting
- Configure monitoring
- Production considerations
- Discover
- Dashboard
- Canvas
- Maps
- Build a map to compare metrics by country or region
- Track, visualize, and alert on assets in real time
- Map custom regions with reverse geocoding
- Heat map layer
- Tile layer
- Vector layer
- Plot big data
- Search geographic data
- Configure map settings
- Connect to Elastic Maps Service
- Import geospatial data
- Troubleshoot
- Reporting and sharing
- Machine learning
- Graph
- Alerting
- Observability
- APM
- Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Fleet
- REST API
- Get features API
- Kibana spaces APIs
- Kibana role management APIs
- User session management APIs
- Saved objects APIs
- Index patterns APIs
- Alerting APIs
- Action and connector APIs
- Import and export dashboard APIs
- Logstash configuration management APIs
- Shorten URL
- Get Task Manager health
- Upgrade assistant APIs
- Kibana plugins
- Accessibility
- 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.
Metrics settings in Kibana
editMetrics settings in Kibana
editYou do not need to configure any settings to use the Metrics app in Kibana. It is enabled by default.
General Metrics settings
edit-
xpack.infra.enabled
-
[7.16.0]
Deprecated in 7.16.0. In 8.0 and later, this setting will no longer be supported.
Set to
false
to disable the Logs and Metrics app 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*
. 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-*
. 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.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.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.