Closed shuat closed 8 years ago
also I made all configs match on
elasticsearch_cluster_name = graylog2
cluster.name: graylog2
node.name: graylog-server
node.master: false
node.data: false
transport.tcp.port: 9350
http.enabled: false
discovery.zen.ping.multicast.enabled: False
discovery.zen.ping.unicast.hosts: 172.20.35.169:9300
################################### Cluster ###################################
cluster.name: graylog2
#################################### Node #####################################
node.master: true
node.data: true
#################################### Index ####################################
index.number_of_shards: 4
index.number_of_replicas: 0
#################################### Paths ####################################
#################################### Plugin ###################################
################################### Memory ####################################
bootstrap.mlockall: false
############################## Network And HTTP ###############################
network.host: 0.0.0.0
#network.host: 127.0.0.1
transport.tcp.port: 9300
transport.tcp.compress: True
http.enabled: true
http.port: 9200
http.max_content_length: 100mb
http.cors.enabled: false
################################### Gateway ###################################
gateway.type:
gateway.recover_after_nodes: 1
gateway.recover_after_time: 5m
gateway.expected_nodes: 1
############################# Recovery Throttling #############################
################################## Discovery ##################################
#discovery.zen.ping.unicast.hosts: 127.0.0.1:9300
discovery.zen.ping.unicast.hosts: 172.20.35.169:9300
################################## Slow Log ##################################
################################## GC Logging ################################
Hi, please use the 2.0 branch of this role to install Graylog 2.x. Graylog 1.x is not compatible with your Elasticsearch version.
I followed the instructions for the full playbook I can login to the application, however I keep getting the following error
I also tried on 127.0.0.1 with the same error
I am at a loss please help