Hi , i am new to Kiabana , and when trying to Login , i am getting :
{"statusCode":400,"error":"Bad Request","message":"Request must contain a kbn-xsrf header."}
Can anyone help ??
Because somewhere i read that :
Hi,
Kibana expects the header 'kbn-version' to be passed on requests, it's used to protect against xsrf attacks.
for ex:
adding -H kbn-version:x.x.x should get around that error.
I don't know , where to add this thing....