Hi all,
I cannot login my elasticsearch server page work from 2023-03-13. I login to page by elasticsearch user and correct password but return the login page again with no error messages ("password is incollect",etc).
I check the /var/log/messages and find this message;
Feb 19 17:17:39 myhostname kibana[1379]: [2025-02-19T17:17:39.606+09:00][INFO ][plugins.security.routes] Logging in with provider "basic" (basic)
so it seems to success the authentication of my account but something wrong with other function.
Do you know anything this matter?
The services elasticsearch and kibana is work, I tried
curl -k -u elastic https://localhost:9200
and return normally.
"version" : {
"number" : "8.6.2",
"build_flavor" : "default",
"build_type" : "rpm",
"build_hash" : "2d58d0f136141f03239816a4e360a8d17b6d8f29",
"build_date" : "2023-02-13T09:35:20.314882762Z",
"build_snapshot" : false,
"lucene_version" : "9.4.2",