Advertisement
01n12

Xpack config

Jul 2nd, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. #
  2.  
  3. discovery.zen.ping.unicast.hosts: ["master1:8535","master28535","master3:8535","data1:8515", "dat02:8515","coordinating1:8545","coordinating02:8545","kibana1:8545","kibana2:8545"
  4.  
  5.  
  6.  
  7. # Prevent the "split brain" by configuring the majority of nodes (total number of master-eligible nodes / 2 + 1):
  8. #
  9. discovery.zen.minimum_master_nodes: 2
  10. #discovery.type: single-node
  11. # For more information, consult the zen discovery module documentation.
  12. #
  13. # ---------------------------------- Gateway -----------------------------------
  14. #
  15. # Block initial recovery after a full cluster restart until N nodes are started:
  16. #
  17. #gateway.recover_after_nodes: 3
  18. #
  19. # For more information, consult the gateway module documentation.
  20. #
  21. # ---------------------------------- Various -----------------------------------
  22. #
  23. # Require explicit names when deleting indices:
  24. #
  25. #action.destructive_requires_name: true
  26. #Enable automatic creation of X-Pack indicesedit
  27. #action.auto_create_index: .security,.monitoring*,.watches,.triggered_watches,.watcher-history*,.ml*
  28. node.master: false
  29. node.data: true
  30. #node.ingest: false
  31. search.remote.connect: false
  32. xpack.license.self_generated.type: trial
  33. xpack.ml.enabled: true
  34. node.ml: true
  35. xpack.graph.enabled:false
  36. xpack.monitoring.enabled: true
  37. xpack.security.enabled: true
  38. xpack.reporting.enabled:false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement