mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- use the correct attribute for format
This commit is contained in:
parent
a52677946b
commit
34c6185239
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue