mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- don't anonymize results
This commit is contained in:
parent
cfe75ec2de
commit
8aa6df0387
1 changed files with 3 additions and 2 deletions
|
@ -46,8 +46,9 @@ class LogStash::Web::ElasticSearch
|
|||
data["duration"] = Time.now - start_time
|
||||
|
||||
# TODO(sissel): Plugin-ify this (Search filters!)
|
||||
require "digest/md5"
|
||||
data["hits"]["hits"].each do |hit|
|
||||
#require "digest/md5"
|
||||
#data["hits"]["hits"].each do |hit|
|
||||
[].each do |hit|
|
||||
event = LogStash::Event.new(hit["_source"])
|
||||
event.to_hash.each do |key, value|
|
||||
next unless value.is_a?(String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue