You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/infraops/installation.asciidoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ module]
95
95
[float]
96
96
==== Which fields are used for the metrics on the Infrastructue home page?
97
97
98
-
The metrics listed below are provided by the Beat Shippers above. Each system type also requires their coresponding identy field to be in the same event document..
98
+
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:
99
99
100
100
* Hosts require `host.name`
101
101
* Docker containers require `container.id`
@@ -115,7 +115,8 @@ The metrics listed below are provided by the Beat Shippers above. Each system ty
115
115
116
116
*Outbound Traffic*:: Derivative of the max of `system.netowrk.out.bytes` scaled to a 1 second rate
117
117
118
-
*Log Rate*:: Derivative of the cumulative sum of the document count scaled to a 1 second rate, this metric relies on the same indices as the logs.
118
+
*Log Rate*:: Derivative of the cumulative sum of the document count scaled to a 1 second rate.
119
+
This metric relies on the same indices as the logs.
0 commit comments