2015-07-25 19:09:01 +02:00
|
|
|
--- plaso/output/elastic.py.orig 2015-06-09 20:25:30 UTC
|
2015-02-01 13:42:54 +01:00
|
|
|
+++ plaso/output/elastic.py
|
2015-07-25 19:09:01 +02:00
|
|
|
@@ -135,6 +135,8 @@ class ElasticSearchOutputModule(interfac
|
|
|
|
"""
|
2015-02-01 13:42:54 +01:00
|
|
|
self._elastic_db = pyelasticsearch.ElasticSearch(
|
|
|
|
u'http://{0:s}:{1:d}'.format(elastic_host, elastic_port))
|
|
|
|
+ logging.getLogger('elasticsearch.trace').setLevel(logging.WARNING)
|
|
|
|
+ logging.getLogger('elasticsearch').setLevel(logging.WARNING)
|
|
|
|
|
2015-07-25 19:09:01 +02:00
|
|
|
def WriteEventBody(self, event_object):
|
|
|
|
"""Writes the body of an event object to the output.
|