Skip to content

Commit

Permalink
Merge pull request #8 from arruko/feature/jhg/ANS-001
Browse files Browse the repository at this point in the history
ANS-001 Removes flush_size from output config file for elasticsearch
  • Loading branch information
arruko authored Oct 8, 2018
2 parents 4440d7a + 019e9cc commit 198ab46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/03-elasticsearch-output.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ output {
hosts => {{ logstash_elasticsearch_hosts | to_json }}
index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
document_type => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
flush_size => '100'
}
}

0 comments on commit 198ab46

Please sign in to comment.