-
Notifications
You must be signed in to change notification settings - Fork 5k
Implement state reporting for Beats #7521
Copy link
Copy link
Closed
Labels
Feature:Stack MonitoringStalledmetamonitoringneeds_teamIndicates that the issue/PR needs a Team:* labelIndicates that the issue/PR needs a Team:* label
Description
This is a meta issue to track the implementation of the state reporting to the API and X-Pack Monitoring
- Metricbeat modules Add Beats state reporting #7075
- Elasticsearch template Add template config for Beat state to X-Pack Monitoring elasticsearch#31809
- Filebeat modules Add Filebeat module to state API #7532
- Filebeat inputs Add input counters and names to Filebeat state API #7530
- Output name Add output.name to state metrics #7522
- Queue name Add queue name to state reporting #7537
- Host info Add host reporting to state API endpoint #7508
- Update templates: Add new fields to monitoring template for Beats state elasticsearch#32085
- Update template version Update monitoring template version to 6040099 elasticsearch#32088
The reported event looks as following:
{
"beat": {
"name": "ruflin"
},
"host": {
"architecture": "x86_64",
"name": "ruflin",
"os": {
"build": "17E202",
"family": "darwin",
"platform": "darwin",
"version": "10.13.4"
}
},
"input": {
"count": 1,
"names": [
"redis"
]
},
"module": {
"count": 3,
"names": [
"system"
]
},
"output": {
"name": "elasticsearch"
},
"queue": {
"name": "mem"
},
"service": {
"id": "0e1b1913-73db-4512-b17a-8209fa45eaa4",
"name": "metricbeat",
"version": "7.0.0-alpha1"
}
}
For now processor were left out as they need some additions to the interface to be reported.
This ticket is kept open until the changes are also applied to the Elasticsearch template and all PR's are merged.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature:Stack MonitoringStalledmetamonitoringneeds_teamIndicates that the issue/PR needs a Team:* labelIndicates that the issue/PR needs a Team:* label
Type
Fields
Give feedbackNo fields configured for issues without a type.