metricbeat/module/logstash/_meta/README.md
Metricbeat will call the following Logstash API endpoints corresponding to each metricset.
The module stores a subset of the response in fields which can be found here. The Metricbeat exported fields generally use similar keys to logstash API response, but also have a fair bit of processing related to cluster association and pipeline handling.
See the eventMapping function in the code of each metricset for more details about the translation.
/_nodeThe fields produced by this metricset are mostly found under logstash.node.state prefixes.
It also calls a node pipelines API which produces a graph representation of any pipelines running within logstash.
/_node/pipelines?graph=trueThis graph structure is used to power the pipeline viewer in the Stack Monitoring UI.
/_node/statsThe fields produced by this metricset are mostly found under logtash.node.stats prefixes.