Skip to content

Commit c19ae05

Browse files
authored
[Infra UI] Adding note required field for metric detail page and fixing typos (#285)
* Adding note required field for metric detail page and fixing typos * Update docs/en/infraops/installation.asciidoc Co-Authored-By: simianhacker <chris@chriscowan.us>
1 parent 2395145 commit c19ae05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/en/infraops/installation.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,15 @@ module]
9393
* {filebeat-ref}/add-kubernetes-metadata.html[{filebeat} `add_kubernetes_metadata` processor]
9494

9595
[float]
96-
==== Which fields are used for the metrics on the Infrastructue home page?
96+
==== Which fields are used for the metrics on the Infrastructure home page?
9797

9898
The metrics listed below are provided by the Beats Shippers. Each system type requires their corresponding identity field to be in the same event document:
9999

100100
* Hosts require `host.name`
101101
* Docker containers require `container.id`
102-
* Kibernetes pods require `kibernetes.pod.uid`
102+
* Kubernetes pods require `kubernetes.pod.uid`
103+
104+
For the metrics detail page, `event.dataset` is a required field. This field is a combination of `metricset.module`, which is the Metricbeat module name, and `metricset.name`, which is the sub module name.
103105

104106

105107
[float]

0 commit comments

Comments
 (0)