Advertisement
Guest User

Untitled

a guest
May 23rd, 2021
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. is_master = true
  2. node_id_file = /etc/graylog/server/node-id
  3. password_secret = password-secret
  4. root_username = username
  5. root_password_sha2 = password-sha
  6. root_email = "admin@email.com"
  7. root_timezone = Europe/Prague
  8. bin_dir = /usr/share/graylog-server/bin
  9. data_dir = /var/lib/graylog-server
  10. plugin_dir = /usr/share/graylog-server/plugin
  11. http_bind_address = 127.0.0.1:9000
  12. http_publish_uri = https://hostname/
  13. trusted_proxies = 127.0.0.1/32, 0:0:0:0:0:0:0:1/128
  14. elasticsearch_hosts = http://192.168.0.1:9200
  15. rotation_strategy = count
  16. elasticsearch_max_docs_per_index = 20000000
  17. elasticsearch_max_number_of_indices = 20
  18. retention_strategy = delete
  19. elasticsearch_shards = 4
  20. elasticsearch_replicas = 0
  21. elasticsearch_index_prefix = graylog
  22. allow_leading_wildcard_searches = false
  23. allow_highlighting = false
  24. elasticsearch_analyzer = standard
  25. output_batch_size = 500
  26. output_flush_interval = 1
  27. output_fault_count_threshold = 5
  28. output_fault_penalty_seconds = 30
  29. processbuffer_processors = 5
  30. outputbuffer_processors = 3
  31. processor_wait_strategy = blocking
  32. ring_size = 65536
  33. inputbuffer_ring_size = 65536
  34. inputbuffer_processors = 2
  35. inputbuffer_wait_strategy = blocking
  36. message_journal_enabled = true
  37. message_journal_dir = /var/lib/graylog-server/journal
  38. lb_recognition_period_seconds = 3
  39. mongodb_uri = mongodb://localhost/graylog
  40. mongodb_uri = mongodb://username:password@localhost:27017/graylog
  41. mongodb_max_connections = 1000
  42. mongodb_threads_allowed_to_block_multiplier = 5
  43. transport_email_enabled = true
  44. transport_email_hostname = 127.0.0.1
  45. transport_email_port = 587
  46. transport_email_subject_prefix = [graylog]
  47. transport_email_from_email = graylog@hostname
  48. transport_email_web_interface_url = https://hostname
  49. proxied_requests_thread_pool_size = 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement