diff --git a/bin/jq-search.py b/bin/jq-search.py index d25c813..c031bed 100644 --- a/bin/jq-search.py +++ b/bin/jq-search.py @@ -41,7 +41,7 @@ def stream(self, records): self.logger.debug('jqSearchCommand: %s', self) # logs command line for record in records: - record['foo'] = 'bar' + #record['foo'] = 'bar' command = "jq "+self.args+" "+self.filter proc = subprocess.Popen(["jq",self.args,self.filter], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE,shell=False,bufsize=2) diff --git a/bin/splunklib/__init__.pyc b/bin/splunklib/__init__.pyc index cec43b2..c890323 100644 Binary files a/bin/splunklib/__init__.pyc and b/bin/splunklib/__init__.pyc differ diff --git a/bin/splunklib/binding.pyc b/bin/splunklib/binding.pyc index a73bf70..57781e7 100644 Binary files a/bin/splunklib/binding.pyc and b/bin/splunklib/binding.pyc differ diff --git a/bin/splunklib/client.pyc b/bin/splunklib/client.pyc index 8de2636..1b7f4ae 100644 Binary files a/bin/splunklib/client.pyc and b/bin/splunklib/client.pyc differ diff --git a/bin/splunklib/data.pyc b/bin/splunklib/data.pyc index bf48b82..3e4637f 100644 Binary files a/bin/splunklib/data.pyc and b/bin/splunklib/data.pyc differ diff --git a/bin/splunklib/searchcommands/__init__.pyc b/bin/splunklib/searchcommands/__init__.pyc index 914585a..aee8bbb 100644 Binary files a/bin/splunklib/searchcommands/__init__.pyc and b/bin/splunklib/searchcommands/__init__.pyc differ diff --git a/bin/splunklib/searchcommands/decorators.pyc b/bin/splunklib/searchcommands/decorators.pyc index 62cb02a..3556a86 100644 Binary files a/bin/splunklib/searchcommands/decorators.pyc and b/bin/splunklib/searchcommands/decorators.pyc differ diff --git a/bin/splunklib/searchcommands/environment.pyc b/bin/splunklib/searchcommands/environment.pyc index 8dbb97d..5be4a7d 100644 Binary files a/bin/splunklib/searchcommands/environment.pyc and b/bin/splunklib/searchcommands/environment.pyc differ diff --git a/bin/splunklib/searchcommands/eventing_command.pyc b/bin/splunklib/searchcommands/eventing_command.pyc index 6c6e12d..8ecc0e0 100644 Binary files a/bin/splunklib/searchcommands/eventing_command.pyc and b/bin/splunklib/searchcommands/eventing_command.pyc differ diff --git a/bin/splunklib/searchcommands/external_search_command.pyc b/bin/splunklib/searchcommands/external_search_command.pyc index 00dfdbd..7511aa7 100644 Binary files a/bin/splunklib/searchcommands/external_search_command.pyc and b/bin/splunklib/searchcommands/external_search_command.pyc differ diff --git a/bin/splunklib/searchcommands/generating_command.pyc b/bin/splunklib/searchcommands/generating_command.pyc index 44d3721..35dfd53 100644 Binary files a/bin/splunklib/searchcommands/generating_command.pyc and b/bin/splunklib/searchcommands/generating_command.pyc differ diff --git a/bin/splunklib/searchcommands/internals.pyc b/bin/splunklib/searchcommands/internals.pyc index a77747b..62d53c9 100644 Binary files a/bin/splunklib/searchcommands/internals.pyc and b/bin/splunklib/searchcommands/internals.pyc differ diff --git a/bin/splunklib/searchcommands/reporting_command.pyc b/bin/splunklib/searchcommands/reporting_command.pyc index 5787fd8..1756063 100644 Binary files a/bin/splunklib/searchcommands/reporting_command.pyc and b/bin/splunklib/searchcommands/reporting_command.pyc differ diff --git a/bin/splunklib/searchcommands/search_command.pyc b/bin/splunklib/searchcommands/search_command.pyc index 4ea6355..f6843a1 100644 Binary files a/bin/splunklib/searchcommands/search_command.pyc and b/bin/splunklib/searchcommands/search_command.pyc differ diff --git a/bin/splunklib/searchcommands/streaming_command.pyc b/bin/splunklib/searchcommands/streaming_command.pyc index 7c3c762..0915476 100644 Binary files a/bin/splunklib/searchcommands/streaming_command.pyc and b/bin/splunklib/searchcommands/streaming_command.pyc differ diff --git a/bin/splunklib/searchcommands/validators.pyc b/bin/splunklib/searchcommands/validators.pyc index 50578ff..b25713d 100644 Binary files a/bin/splunklib/searchcommands/validators.pyc and b/bin/splunklib/searchcommands/validators.pyc differ diff --git a/bin/splunklib/six.pyc b/bin/splunklib/six.pyc index 1c151e7..1928de4 100644 Binary files a/bin/splunklib/six.pyc and b/bin/splunklib/six.pyc differ