Advertisement
dcLynyrd

Logstash_utf-8-error_output

Feb 7th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. output {
  2. if [type] == "smrtpxl-grails-calls" {
  3. elasticsearch {
  4. cluster => "bit_prd_esearch"
  5. node_name => "prd-01"
  6. host => "XXXXXXXXXXXXX"
  7. template => "/data/apps/smart-pixel-grails/config/logstash_sp_calls_index_mapping.json"
  8. template_overwrite => true
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement