Guest User

Untitled

a guest
Feb 18th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. cluster:
  2. name: search
  3.  
  4. path:
  5. logs: /var/log/elasticsearch/
  6. work: /hd2/elasticsearch_work/
  7. data: /hd2/elasticsearch_data/
  8.  
  9. index:
  10. number_of_replicas: 1
  11. number_of_shards: 1
  12. # store:
  13. # type: mmapfs
  14. query:
  15. bool:
  16. max_clause_count: 10240
  17.  
  18. # Gateway Settings
  19. gateway:
  20. recover_after_nodes: 30
  21. recover_after_time: 5m
  22. expected_nodes: 40
  23.  
  24. discovery:
  25. zen.ping:
  26. multicast:
  27. # enabled:true
  28. enabled:false
  29. unicast:
  30. hosts: 192.168.5.1[9300], 192.168.5.2[9300], 192.168.5.3[9300], 192.168.5.4[9300]
Add Comment
Please, Sign In to add comment