Hi All,
I have installed kibana in my local system, my elasticsearch is in production server running on 9200 port, i have made 9200 port public.
I have made changes to kibana.yml file by making elasticsearch.url pointing towards my production elasticsearch.
I am getting the below error:
"" [warning][license][xpack] License information from the X-Pack plugin could not be obtained from Elasticsearch for the [data] cluster. [illegal_argument_exception] No feature for name [_xpack] :: {"path":"/_xpack","statusCode":400,"response":"{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No feature for name [_xpack]"}],"type":"illegal_argument_exception","reason":"No feature for name [_xpack]"},"status":400}"} ""
what to do any suggestions or help ??