Hello everyone, i’m asking for your support, i am not able to resolve the following issue :
**1. Unable to access webadmin
The installation went wel, all service are up and ready, but when i try to access Graylog Webadmin i get the following popup :
Just like an .htaccess secure prompt
When i close that prompt i got the following :
“You cannot access this resource, missing authorization header!”
I’ve tried to run Graylog server behing an apache or a nginx proxy (classic or ssl).
I got always the same issue.
I think something is wrong in my graylog server.conf
I have modified http bind address according to my current setup.
For example, now, direct access to graylog from another network (without proxy) so http_bind_address = 0.0.0.0:9000
I d’on’t really understand graylog security features, so i might be missing something.
My graylog server don’t see any data node even if Opensearch is installed and well configured (hope so).
Any advices for graylog-server.conf for opensearch (named elasticsearch in the conf file)?
curl 127.0.0.1:9200 works well, but my graylog server doesn’t seem to see the opensearch instance…
elasticsearch_hosts = http://127.0.0.1:9200
Correction, i have uncommented this, maybe too late. (After preflight i think)
I wanted to reinstall everything.
Do i have to set others parameters for opensearch in server.conf?
What do you think?
Settings elasticsearch_hosts should be sufficient. This is no longer an optional configuration parameter if you are maintaining opensearch (as opposed to using datanode).
I believe you can update that setting to point to your OpenSearch cluster. If this does not work though you may need to:
stop graylog-server
remove the graylog mongodb database
update server.conf to configure `elasticsearch_hosts1
Yes i found those credential, i’ve done preflight but my graylogserver was unable to find the datanode (in my case opensearch). I kindda ignore that. But then i access to the normal UI, made an input, saw log arriving on the server, but no data collection because of missing datanode