K-Yo / splunk_exporter

MIT License
1 stars 0 forks source link

support configuration to export all metrics from one splunk index #7

Open K-Yo opened 2 months ago

K-Yo commented 2 months ago

grab all metrics from one index

index: "_metrics"
all_metrics: true

or list specific metrics (default for all_metrics should be false)

index: "_metrics"
metrics:
  - "a"
  - "b"