Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: update splunk indexes with meta_index (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
omrozowicz-splunk authored Sep 9, 2021
1 parent 9644663 commit 6d3f1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions splunk_connect_for_snmp_poller/manager/poller.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def __get_splunk_indexes(self):
return {
"event_index": self._args.event_index,
"metric_index": self._args.metric_index,
"meta_index": self._args.meta_index,
}

def __get_realtime_task_frequency(self):
Expand Down

0 comments on commit 6d3f1bc

Please sign in to comment.