Hello.
An error appears when I going to page 67.
What can be done in this case?
Type of error: While retrieving data for this widget, the following error(s) occurred:
Elasticsearch exception [type=illegal_argument_exception, reason=Result window is too large, from + size must be less than or equal to: [10000] but was [10050]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.].
Version: Graylog 4.0.5+d95b909
Thank You for attention.
Regards, Nusultan
Hello @Reimlima
I tried to enter command, but I received an error: “{“error”:{“root_cause”:[{“type”:“index_not_found_exception”,“reason”:“no such index [my_index]”,“resource.type”:“index_or_alias”,“resource.id”:“my_index”,“index_uuid”:“na”,“index”:“my_index”}],“type”:“index_not_found_exception”,“reason”:“no such index [my_index]”,“resource.type”:“index_or_alias”,“resource.id”:“my_index”,“index_uuid”:“na”,“index”:“my_index”},“status”:404}[root@srv ~]#”
Hello @Reimlima
I was unable to find the index in the Graylog UI. Why do I need to specify port 9200?
I usually log into the Graylog via browser (http://10.1.1.214:9000)
Thank You for attention.
Regards, Nursultan.
Hello @Reimlima
I entered command and got an error
Commands:
curl -X GET “localhost:9200/_cat/indices/my-index-*?v=true&s=index&pretty”
GET /_cat/indices/my-index-?v=true&s=index
Error:
[root@srv ~]# GET /_cat/indices/my-index-?v=true&s=index
[1] 16825
-bash: GET: command not found
[root@srv ~]# curl -X GET "localhost:9200/_cat/indices/my-index-?v=true&s=index&pretty"
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
[1]+ Exit 127 GET /_cat/indices/my-index-?v=true
The command works great.
Output:
green open gl-events_1 UI_OHJpTQQi708dv56dlZg 4 0 0 0 832b 832b
green open gl-events_0 8JfheYc4SG6Dev1-8Qy87A 4 0 0 0 832b 832b
green open graylog_0 St9y1SncQqecG4HcmC4d0Q 4 0 14392069 0 2.5gb 2.5gb
green open gl-system-events_0 yEIPXzaHTQCftb4N9hoxIQ 4 0 0 0 832b 832b
green open gl-system-events_1 AZb2QZV6R2a9AZ8xxr2kvA 4 0 0 0 832b 832b
Also entered:
curl -XPUT “localhost:9200/graylog_0/_settings” -d ‘{ “index” : { “max_result_window” : 50000 } }’ -H “Content-Type: application/json”
Output: no errors
At the moment I can go to page 67,68,69 etc
Thank You very much @Reimlima.
It works very well.