Azure / oms-log-analytics-firehose-nozzle

Microsoft Azure Log Analytics Nozzle
Apache License 2.0
11 stars 14 forks source link

Filtering specific metric keys #33

Open Atsuki-Oto opened 4 years ago

Atsuki-Oto commented 4 years ago

Regarding to the filtering,

EVENT_FILTER : Event types to be filtered out. The format is a comma separated list, valid event types are METRIC,LOG,HTTP

This setting will stop the whole inject to each table (e.g. CF_ValueMetric_CL ) in Log analytics. I have many, however not all, metric keys that are not used in ValueMetric table. In order to reduce the azure usage cost from the log injection, we would like to filter some specific metric keys.

Is there any way to do that?