Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.51 KB | None | 0 0
  1. #tokenfile: /vagrant/token
  2. #Global
  3.  
  4. #Fully qualified name for EC2 instance.
  5. gbl_public_hostname: localhost
  6. #
  7. ##ElasticSearch
  8. els_cluster_name: els_cluster_01
  9. els_node_name: els_node_01
  10. els_network_host: localhost
  11. els_http_port: 9200
  12. ##Kibana
  13. kib_server_port: 5601
  14. kib_server_host: localhost
  15. kib_elasticsearch_url: "http://127.0.0.1:9200"
  16. kib_kibana_index: .kibana
  17. #
  18. ##Nginx
  19. ngx_kibana_host: "{{ kib_server_host }}:{{ kib_server_port }}"
  20. ngx_elasticsearch_host: "{{ els_network_host }}:{{els_http_port }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement