You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded the Cortex 2.X to 3.0 via stable channel RPM. Installation didn't change the configuration automatically. So I added the URI instead of the HOST and added the cluster as a new section. Now the Cortex starts up.
My URI line : uri = "http://127.0.0.1:9200" (I have change the port to 9200 from 9300)
Now when I try to log in , I get "Authentication Failure". Note that my username goes like an email address. ([email protected])
And the with the error, "@"sign in the username feild gets deleted as in the above image. I have queried the Elasticsearch for the user and it still shows the username with the charachter "@" shown below
Following is a screen of the indices that I have. I have thehive in here as well and the same username was there and it still works after upgrading.
The text was updated successfully, but these errors were encountered:
I can confirm this as well. Using local or AD auth and having a username such as "user1234" the user fails to login and in the user field it shows "user 1234" with a space. In the logs it appears to try and login with the wrong account "user 1234". Tested on Cortex 3 RC-3, Ubuntu 18, ES 5.6. TheHive works great after upgrade to 3.4.0-RC1 with same auth settings.
Thanks to the lowerCase function of Lodash (https://lodash.com/docs/4.17.11#lowerCase) and my bad for not reading the full method description. It replaces non alpha chars to space :)
Request Type
Bug
Work Environment
Problem Description
I just upgraded the Cortex 2.X to 3.0 via stable channel RPM. Installation didn't change the configuration automatically. So I added the URI instead of the HOST and added the cluster as a new section. Now the Cortex starts up.
My URI line : uri = "http://127.0.0.1:9200" (I have change the port to 9200 from 9300)
Now when I try to log in , I get "Authentication Failure". Note that my username goes like an email address. ([email protected])
And the with the error, "@"sign in the username feild gets deleted as in the above image. I have queried the Elasticsearch for the user and it still shows the username with the charachter "@" shown below
Following is a screen of the indices that I have. I have thehive in here as well and the same username was there and it still works after upgrading.
The text was updated successfully, but these errors were encountered: