You can search for events processed by the Correlator or the Collector services.
To search for events related to the Correlator or the Collector service:
This opens a new browser tab with the KUMA Events section open.
A table with events selected by the search expression ServiceID = <ID of the selected service
> will be displayed.
Event search results
When searching for events, you may encounter the following shard unavailability error:
Code: 279. DB::NetException: All connection tries failed. Log: \\n\\nTimeout exceeded while connecting to socket
(host.example.com:port, connection timeout 1000 ms)\\nTimeout exceeded while connecting to socket (host.example.com:port, connection timeout 1000 ms)\\nTimeout exceeded while connecting to socket (host.example.com:port, connection timeout 1000 ms)\\n\\n: While executing Remote. (ALL_CONNECTION_TRIES_FAILED) (version 23.8.8.207)\\n\"}",
In this case, you need to override the ClickHouse configuration in storage settings.
To override the ClickHouse configuration:
This opens the Edit storage window.
<profiles>
<default>
<skip_unavailable_shards>1</skip_unavailable_shards>
</default>
</profiles>
This resolves the shard unavailability error, and you can proceed to search for events processed by a particular correlator or collector.
Page top