mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-31 04:13:29 +01:00
Remove unneeded jolokia aggregate metrics to reduce data ingested to influx
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
@@ -247,6 +247,25 @@
|
|||||||
[[inputs.jolokia2_agent]]
|
[[inputs.jolokia2_agent]]
|
||||||
name_prefix= "kafka_"
|
name_prefix= "kafka_"
|
||||||
urls = ["http://localhost:8778/jolokia"]
|
urls = ["http://localhost:8778/jolokia"]
|
||||||
|
fieldexclude = [
|
||||||
|
"*.EventType",
|
||||||
|
"*.FifteenMinuteRate",
|
||||||
|
"*.FiveMinuteRate",
|
||||||
|
"*.MeanRate",
|
||||||
|
"*.OneMinuteRate",
|
||||||
|
"*.RateUnit",
|
||||||
|
"*.LatencyUnit",
|
||||||
|
"*.50thPercentile",
|
||||||
|
"*.75thPercentile",
|
||||||
|
"*.95thPercentile",
|
||||||
|
"*.98thPercentile",
|
||||||
|
"*.99thPercentile",
|
||||||
|
"*.999thPercentile",
|
||||||
|
"*.Min",
|
||||||
|
"*.Mean",
|
||||||
|
"*.Max",
|
||||||
|
"*.StdDev"
|
||||||
|
]
|
||||||
|
|
||||||
[[inputs.jolokia2_agent.metric]]
|
[[inputs.jolokia2_agent.metric]]
|
||||||
name = "topics"
|
name = "topics"
|
||||||
|
|||||||
Reference in New Issue
Block a user