Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 29b3d37

Browse files
authored
Merge pull request #21 from mew1033/master
Add query name to splunk output
2 parents 5f2f7a7 + 16c18d3 commit 29b3d37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_returners/splunk_nebula_return.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def returner(ret):
6060
event = {}
6161
payload = {}
6262
event.update(query_result)
63+
event.update({'query': query_name})
6364
event.update({"master": master})
6465
event.update({"minion_id": minion_id})
6566
event.update({"job_id": jid})

0 commit comments

Comments
 (0)