Skip to content

Commit

Permalink
Update logtrail.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sivasamyk authored Sep 21, 2018
1 parent 6f39d94 commit e8dc741
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions logtrail.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"index_patterns" : [
{
"es": {
"default_index": "logstash-*"
"default_index": "filebeat-*"
},
"tail_interval_in_seconds": 10,
"es_index_time_offset_in_seconds": 0,
Expand All @@ -17,15 +17,15 @@
"fields" : {
"mapping" : {
"timestamp" : "@timestamp",
"hostname" : "host",
"program": "url",
"message": "agent"
"hostname" : "beat.hostname",
"program": "source",
"message": "message"
},
"message_format": "{{{agent}}}",
"message_format": "{{{message}}}",
"keyword_suffix" : "keyword"
},
"color_mapping" : {
}
}
]
}
}

0 comments on commit e8dc741

Please sign in to comment.