Unable to create index pattern in Kibana after installing X-Pack on Elastic Search Nodes

Hi, I have a 3 Node Elastic Search production cluster on AWS. I installed X-Pack basic on cluster nodes, and after that when I am trying to create index pattern in Kibana, it is erroring out.
Below are the logs from the Elastic Search node:

[2018-07-17T15:26:49,888][DEBUG][o.e.a.a.c.n.s.TransportNodesStatsAction] [esnode-01] failed to execute on node [HdNCE8niR1m1V2pEMyuBuw]
org.elasticsearch.transport.ReceiveTimeoutTransportException: [esnode-01][10.0.46.169:9300][cluster:monitor/nodes/stats[n]] request_id [18367] timed out after [15000ms]
at org.elasticsearch.transport.TransportService$TimeoutHandler.run(TransportService.java:934) [elasticsearch-5.4.1.jar:5.4.1]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:569) [elasticsearch-5.4.1.jar:5.4.1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
[2018-07-17T15:26:49,892][WARN ][o.e.a.a.c.n.s.TransportNodesStatsAction] [esnode-01] not accumulating exceptions, excluding exception from response
org.elasticsearch.action.FailedNodeException: Failed node [HdNCE8niR1m1V2pEMyuBuw]
at org.elasticsearch.action.support.nodes.TransportNodesAction$AsyncAction.onFailure(TransportNodesAction.java:246) [elasticsearch-5.4.1.jar:5.4.1]
at org.elasticsearch.action.support.nodes.TransportNodesAction$AsyncAction.access$200(TransportNodesAction.java:160) [elasticsearch-5.4.1.jar:5.4.1]
at org.elasticsearch.action.support.nodes.TransportNodesAction$AsyncAction$1.handleException(TransportNodesAction.java:218) [elasticsearch-5.4.1.jar:5.4.1]
at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleException(TransportService.java:1050) [elasticsearch-5.4.1.jar:5.4.1]
at org.elasticsearch.transport.TransportService$TimeoutHandler.run(TransportService.java:933) [elasticsearch-5.4.1.jar:5.4.1]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:569) [elasticsearch-5.4.1.jar:5.4.1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
Caused by: org.elasticsearch.transport.ReceiveTimeoutTransportException: [esnode-01][10.0.46.169:9300][cluster:monitor/nodes/stats[n]] request_id [18367] timed out after [15000ms]
at org.elasticsearch.transport.TransportService$TimeoutHandler.run(TransportService.java:934) ~[elasticsearch-5.4.1.jar:5.4.1]
... 4 more

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.