Skip to content

Commit

Permalink
Parse output field from stats
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Jul 9, 2024
1 parent fba6551 commit 5f7fc5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricbeat/module/beat/stats/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var (
"cgroup": c.Ifc("beat.cgroup"),
"system": c.Ifc("system"),
"apm_server": c.Ifc("apm-server"),
"output": c.Ifc("output"),
"cpu": c.Ifc("beat.cpu"),
"info": c.Ifc("beat.info"),
"uptime": c.Dict("beat.info.uptime", s.Schema{
Expand Down

0 comments on commit 5f7fc5e

Please sign in to comment.