- use the correct attribute for format

This commit is contained in:
Jordan Sissel 2012-12-08 22:31:06 -08:00
parent a52677946b
commit 34c6185239

View file

@ -148,8 +148,9 @@ sample config based on the previous section. Save this as `indexer.conf`
# these settings should match the output of the agent
data_type => "list"
key => "logstash"
# We use json_event here since the sender is a logstash agent
message_format => "json_event"
format => "json_event"
}
}