hi everyone,
i have a problem in Graylog with Elasticsearch limits the search result to 10000 messages.
how can I resolve that ?
Many many thanks
Peter.
hi everyone,
i have a problem in Graylog with Elasticsearch limits the search result to 10000 messages.
how can I resolve that ?
Many many thanks
Peter.
how can I resolve that ? . any help for me ? any idea ?
i try this ,
graylog:/etc/elasticsearch# curl -XPUT âhttps://ip:9000/my_index/_settings 215â -d â{ âindexâ : { âmax_result_windowâ : 5000000 } }â
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to ip:9000
many thanks
peter
It looks like youâre pasting literal âipâ, 9000 isnât the port, or HTTPS isnât enabled so itâs unable to connect.
I have checked and I donât have https configured. How do I configure my https in graylog?
i try to configure to https and then in openssl-graylog.cnf
[req]
distinguished_name = req_distinguished_name
x509_extensions = v3_req --> mistake âwhy ?
prompt = no
openssl-graylog.cnf Error Loading extension section v3_req
The documentation for enabling HTTPS in Graylog is here, itâs got everything you need:
However, the change youâre making is to Elasticsearch. Youâre receiving an error that it canât connect to ip:9000 with SSL. That can mean that the IP address is wrong, the port is wrong, or HTTPS is not available. You should check your connection information.
Correction, information about HTTPS is here
hi everybody,
when I try to configure the server.conf file, the problem I have with my version of graylog 3.2.6 is that I canât find where to configure the https?
rest_listen_uri =http://ip:12900/ -> in my version 3.2.6 can I configure that? Its possible ?
web_listen_uri =http://ip:9000/ > in my version 3.2.6 can I configure that? Its possible ?
note : I dont have graylog 4.0.0.
many many thanks,
Peter
@elpedrop, my suggestion for the purpose of this post would be that you keep on topicâwork with folks to solve the issue you originally raised, and if you need help enabling HTTPS for your systems, start another post. Mixing topics makes it difficult for folks to help solve an issue and from what I can tell, seems like it may lead this topic down a bit of a rabbit hole.
thanks ,
I open another topic
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.