Hello guy, I'm configuring a ES cluster and i got this issue - *ElasticsearchIllegalArgumentException[value cannot be parsed to boolean [ true/1/on/yes OR false/0/off/no ] ]* I try to increase the level of logging but nothing work i can't find the right line, do you have any idea where is this value in my config file ?
Thank you cluster.name: Cluster-Production node.name: elastic2.cluster.net node.master: True node.rack: ec2 node.max_local_storage_nodes: 1 node.data: /srv/data/elasticsearch index.mapper_dynamic: True index.query.bool.max_clause_count: 4096 path.conf: /srv/conf/elasticsearch path.data: /srv/data/elasticsearch path.logs: /srv/logs/elasticsearch path.plugins: /srv/app/elasticsearch/plugins bootstrap.mlockall: True transport.tcp.port: 9300 http.port: 9200 http.enabled: True gateway.type: local gateway.recover_after_nodes: 1 gateway.recover_after_time: 2m gateway.expected_nodes: 1 discovery.zen.minimum_master_nodes: 1 discovery.zen.ping.timeout: 30s discovery.zen.ping.multicast.enabled: False discovery.zen.ping.unicast.hosts: ["elastic1.internal.cluster.net", "elastic2.internal.cluster.net", "elastic3.internal.cluster.net", "elastic4.internal.cluster.net", "elastic5.internal.cluster.net"] action.auto_create_index: True action.disable_delete_all_indices: True script.disable_dynamic: False threadpool.bulk.type: fixed threadpool.bulk.size: 50 threadpool.bulk.queue_size: 1000 -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f724407f-6163-4433-9dd7-5c8c66fcece2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
