Skip to content

Instantly share code, notes, and snippets.

View sergeyignatov's full-sized avatar

Sergey Ignatov sergeyignatov

View GitHub Profile
@sergeyignatov
sergeyignatov / gist:f8efb4d29bcce6245a853abc5b5aa87d
Created December 8, 2023 07:28
quickwit: Aborting aggregation because memory limit was exceeded
This file has been truncated, but you can view the full file.
2023-12-08T07:18:30Z 2023-12-08T07:18:30.950Z DEBUG chitchat::failure_detector: updating node liveness node_id=quickwit-control-plane-bb6856f45-p98md phi=1.0663829970513654
2023-12-08T07:18:30Z 2023-12-08T07:18:30.950Z DEBUG chitchat::failure_detector: updating node liveness node_id=quickwit-indexer-0 phi=1.1083814119614388
2023-12-08T07:18:30Z 2023-12-08T07:18:30.950Z DEBUG chitchat::failure_detector: updating node liveness node_id=quickwit-indexer-1 phi=1.1013888939742649
2023-12-08T07:18:30Z 2023-12-08T07:18:30.950Z DEBUG chitchat::failure_detector: updating node liveness node_id=quickwit-indexer-2 phi=0.6714277000794739
2023-12-08T07:18:30Z 2023-12-08T07:18:30.950Z DEBUG chitchat::failure_detector: updating node liveness node_id=quickwit-janitor-99559dbbc-vbbnc phi=0.6467930518057537
2023-12-08T07:18:30Z 2023-12-08T07:18:30.950Z DEBUG chitchat::failure_detector: updating node liveness node_id=quickwit-metastore-59f57994d6-wnkbp phi=0.6474968177358865
2023-12-08T07:18:30Z 2023-12-08T07:18:30.950Z DEBUG chi
@sergeyignatov
sergeyignatov / nginx config
Last active March 14, 2023 16:47
zabbix oauth
server {
listen 80;
return 301 https://zabbix.domain.com$request_uri;
}
server {
listen 443 ssl;
server_name zabbix zabbix.domain.com;
access_log /var/log/nginx/zabbix.log;
error_log /var/log/nginx/zabbix.error;