Guest User

/etc/graylog/server/server.conf

a guest
Feb 23rd, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. [aqxea@graylog /]$ cat /etc/graylog/server/server.conf | egrep -v "^\s*(#|$)"
  2. is_leader = true
  3. node_id_file = /etc/graylog/server/node-id
  4. password_secret = gOinGGL9M4I1BCeXRdCfbIWzJrY789b0t0DEgO2BSIs79EwckuYfYDUyeI14qnpfRvZJxjavOXPg48alC5eeNcyUs5hhS1lV
  5. root_password_sha2 = 2a97516c354b68848cdbd8f54a226a0a55b21ed138e207ad6c5cbb9c00aa5aea
  6. root_timezone = America/Chicago
  7. bin_dir = /usr/share/graylog-server/bin
  8. data_dir = /var/lib/graylog-server
  9. plugin_dir = /usr/share/graylog-server/plugin
  10. http_bind_address = 192.168.1.148:9000
  11. stream_aware_field_types=false
  12. rotation_strategy = count
  13. elasticsearch_max_docs_per_index = 20000000
  14. elasticsearch_max_number_of_indices = 20
  15. retention_strategy = delete
  16. elasticsearch_shards = 4
  17. elasticsearch_replicas = 0
  18. elasticsearch_index_prefix = graylog
  19. allow_leading_wildcard_searches = false
  20. allow_highlighting = false
  21. elasticsearch_analyzer = standard
  22. output_batch_size = 500
  23. output_flush_interval = 1
  24. output_fault_count_threshold = 5
  25. output_fault_penalty_seconds = 30
  26. processbuffer_processors = 5
  27. outputbuffer_processors = 3
  28. processor_wait_strategy = blocking
  29. ring_size = 65536
  30. inputbuffer_ring_size = 65536
  31. inputbuffer_processors = 2
  32. inputbuffer_wait_strategy = blocking
  33. message_journal_enabled = true
  34. message_journal_dir = /var/lib/graylog-server/journal
  35. lb_recognition_period_seconds = 3
  36. mongodb_uri = mongodb://localhost/graylog
  37. mongodb_max_connections = 1000
Add Comment
Please, Sign In to add comment