@@ -56,45 +56,32 @@ for the logs you want to collect, see the
5656learn how to configure inputs.
5757
5858For either approach, you need to enable modules in {filebeat} and {metricbeat}
59- to populate the {infra-ui} UI with data.
59+ to populate the {infra-ui} UI with data.
6060
61- To collect metrics, enable:
62-
63- * {metricbeat-ref}/metricbeat-module-system.html[{metricbeat} `system` module]
64- * {metricbeat-ref}/metricbeat-module-docker.html[{metricbeat} `docker` module]
65- * {metricbeat-ref}/metricbeat-module-kubernetes.html[{metricbeat} `kubernetes` module]
61+ [float]
62+ ==== Which modules and configuration options do I enable?
6663
67- To collect logs, enable:
64+ To populate the *Hosts* view and add logs, enable:
6865
66+ * {metricbeat-ref}/metricbeat-module-system.html[{metricbeat} `system` module]
6967* {filebeat-ref}/filebeat-module-system.html[{filebeat} `system` module]
70- * Any other {filebeat-ref}/filebeat-modules.html[{filebeat} modules] needed for
68+ * {filebeat-ref}/filebeat-modules.html[Other {filebeat} modules] needed for
7169your environment, such as `apache2`, `redis`, and so on
72- * The {filebeat-ref}/filebeat-input-docker.html[docker input in {filebeat}]
7370
71+ To populate the *Docker* view and add logs, enable:
7472
75- // REVIEWERS: This language is too wishy washy. Can you help me come up with
76- // better language to help users understand when this is required?
77-
78- You may also need to add processors to your configuration to collect metadata
79- about containers or hosts where your services are running:
80-
81- [horizontal]
82- *Processor*:: *Collects*
83- `add_cloud_metadata`::
84- Instance metadata about the machine’s hosting provider
85- `add_kubernetes_metadata`::
86- The pod name, namespace, and labels of the container
87- `add_docker_metadata`::
88- The container ID, name, image, and labels of the Docker container
89- `add_host_metadata`::
90- Details about the host architecture, name, id, OS, IP address, and mac
91- address
92-
93- To learn how to define processors, see:
73+ * {metricbeat-ref}/metricbeat-module-docker.html[{metricbeat} `docker` module]
74+ * {metricbeat-ref}/add-docker-metadata.html[{metricbeat} `add_docker_metadata` processor]
75+ * {filebeat-ref}/filebeat-input-docker.html[{filebeat} `docker` input]
76+ * {filebeat-ref}/add-docker-metadata.html[{filebeat} `add_docker_metadata` processor]
9477
95- * {metricbeat-ref}/defining-processors.html[Define processors in {metricbeat}]
96- * {metricbeat-ref}/defining-processors.html[Define processors in {filebeat}]
78+ To populate the *Kubernetes* view and add logs, enable:
9779
80+ * {metricbeat-ref}/metricbeat-module-kubernetes.html[{metricbeat} `kubernetes`
81+ module]
82+ * {metricbeat-ref}/add-kubernetes-metadata.html[{metricbeat} `add_kubernetes_metadata` processor]
83+ * {filebeat-ref}/filebeat-input-docker.html[{filebeat} `docker` input]
84+ * {filebeat-ref}/add-kubernetes-metadata.html[{filebeat} `add_kubernetes_metadata` processor]
9885
9986[float]
10087==== More about monitoring containers
0 commit comments