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

Commit

Permalink
feat: ADD mongo integration and sending data to HEC
Browse files Browse the repository at this point in the history
  • Loading branch information
omrozowicz-splunk committed Aug 12, 2021
1 parent 55cd6a8 commit ed2eb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_connect_for_snmp_poller/manager/poller.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def __start_realtime_scheduler_task(self):
)


def scheduled_task(host, version, community, profile, server_config, mongo_connection, splunk_indexes):
def scheduled_task(host, version, community, profile, server_config, splunk_indexes, mongo_connection):
logger.debug(
f"Executing scheduled_task for {host} version={version} community={community} profile={profile}"
)
Expand Down

0 comments on commit ed2eb31

Please sign in to comment.