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: packages/hadoop/_dev/build/docs/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,15 @@ This integration is used to collect [Hadoop](https://hadoop.apache.org/) metrics
10
10
11
11
This integration uses Resource Manager API and JMX API to collect above metrics.
12
12
13
+
## Compatibility
14
+
15
+
This integration has been tested against Hadoop version `3.3.6`.
16
+
17
+
### Troubleshooting
18
+
19
+
If host.ip is shown conflicted under ``logs-*`` data view, then this issue can be solved by [reindexing](https://www.elastic.co/guide/en/elasticsearch/reference/current/use-a-data-stream.html#reindex-with-a-data-stream) the ``Application`` data stream's indices.
20
+
If host.ip is shown conflicted under ``metrics-*`` data view, then this issue can be solved by [reindexing](https://www.elastic.co/guide/en/elasticsearch/reference/current/use-a-data-stream.html#reindex-with-a-data-stream) the ``Cluster``, ``Datanode``, ``Namenode`` and ``Node Manager`` data stream's indices.
Copy file name to clipboardExpand all lines: packages/hadoop/docs/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,15 @@ This integration is used to collect [Hadoop](https://hadoop.apache.org/) metrics
10
10
11
11
This integration uses Resource Manager API and JMX API to collect above metrics.
12
12
13
+
## Compatibility
14
+
15
+
This integration has been tested against Hadoop version `3.3.6`.
16
+
17
+
### Troubleshooting
18
+
19
+
If host.ip is shown conflicted under ``logs-*`` data view, then this issue can be solved by [reindexing](https://www.elastic.co/guide/en/elasticsearch/reference/current/use-a-data-stream.html#reindex-with-a-data-stream) the ``Application`` data stream's indices.
20
+
If host.ip is shown conflicted under ``metrics-*`` data view, then this issue can be solved by [reindexing](https://www.elastic.co/guide/en/elasticsearch/reference/current/use-a-data-stream.html#reindex-with-a-data-stream) the ``Cluster``, ``Datanode``, ``Namenode`` and ``Node Manager`` data stream's indices.
21
+
13
22
## application
14
23
15
24
This data stream collects Application metrics.
@@ -100,6 +109,7 @@ An example event for `application` looks as following:
100
109
| hadoop.application.time.finished | Application finished time | date |
101
110
| hadoop.application.time.started | Application start time | date |
102
111
| hadoop.application.vcore_seconds | The amount of CPU resources the application has allocated | long |
112
+
| host.ip | Host ip addresses. | ip |
103
113
| input.type | Type of Filebeat input. | keyword |
104
114
| tags | User defined tags | keyword |
105
115
@@ -243,6 +253,7 @@ An example event for `cluster` looks as following:
243
253
| hadoop.cluster.virtual_cores.available | The number of available virtual cores | long |
244
254
| hadoop.cluster.virtual_cores.reserved | The number of reserved virtual cores | long |
245
255
| hadoop.cluster.virtual_cores.total | The total number of virtual cores | long |
256
+
| host.ip | Host ip addresses. | ip |
246
257
| service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword |
247
258
| service.type | The type of the service data is collected from. The type can be used to group and correlate logs and metrics from one service type. Example: If logs or metrics are collected from Elasticsearch, `service.type` would be `elasticsearch`. | keyword |
248
259
| tags | List of keywords used to tag each event. | keyword |
@@ -375,6 +386,7 @@ An example event for `datanode` looks as following:
375
386
| hadoop.datanode.estimated_capacity_lost_total | The estimated capacity lost in bytes | long |
376
387
| hadoop.datanode.last_volume_failure_date | The date/time of the last volume failure in milliseconds since epoch | date |
377
388
| hadoop.datanode.volumes.failed | Number of failed volumes | long |
389
+
| host.ip | Host ip addresses. | ip |
378
390
| service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword |
379
391
| service.type | The type of the service data is collected from. The type can be used to group and correlate logs and metrics from one service type. Example: If logs or metrics are collected from Elasticsearch, `service.type` would be `elasticsearch`. | keyword |
380
392
| tags | List of keywords used to tag each event. | keyword |
@@ -522,6 +534,7 @@ An example event for `namenode` looks as following:
522
534
| hadoop.namenode.stale_data_nodes | Current number of DataNodes marked stale due to delayed heartbeat | long |
523
535
| hadoop.namenode.total_load | Current number of connections | long |
524
536
| hadoop.namenode.volume_failures_total | Total number of volume failures across all Datanodes | long |
537
+
| host.ip | Host ip addresses. | ip |
525
538
| service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword |
526
539
| service.type | The type of the service data is collected from. The type can be used to group and correlate logs and metrics from one service type. Example: If logs or metrics are collected from Elasticsearch, `service.type` would be `elasticsearch`. | keyword |
527
540
| tags | List of keywords used to tag each event. | keyword |
@@ -638,6 +651,7 @@ An example event for `node_manager` looks as following:
638
651
| hadoop.node_manager.containers.killed | Containers Killed | long |
639
652
| hadoop.node_manager.containers.launched | Containers Launched | long |
640
653
| hadoop.node_manager.containers.running | Containers Running | long |
654
+
| host.ip | Host ip addresses. | ip |
641
655
| service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword |
642
656
| service.type | The type of the service data is collected from. The type can be used to group and correlate logs and metrics from one service type. Example: If logs or metrics are collected from Elasticsearch, `service.type` would be `elasticsearch`. | keyword |
643
657
| tags | List of keywords used to tag each event. | keyword |
0 commit comments