Sanjivani-S / DraftGPT

GPT that drafts a Root Cause Analysis (RCA) document with input from unstructured sources (e.g. Slack chat, document templates, and emails)
3 stars 2 forks source link

Collect data from many typical commonly occuring incidents for a typical system #8

Open montao opened 3 months ago

montao commented 3 months ago

Find common historical incidents of e.g. EC2 issues from AWS and test our system with that

montao commented 2 months ago

https://log-sharing.dreamhosters.com/

montao commented 2 months ago
  1. system messages e.g. log files, error messages
  2. messages from real users e.g. discussion, slack chat messages
montao commented 2 months ago

Example to find root cause, given the error message

2020/07/07 13:34:25 [crit] 2736#2736: *321552 SSL_do_handshake() failed (SSL: error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low) while SSL handshaking, client: 54.X.X.X, server: 192.168.0.101:443

montao commented 2 months ago

example 2 2019/06/27 15:04:24 [info] 19422#0: *51804 SSL_do_handshake() failed (SSL: error:14094415:SSL routines:ssl3_read_bytes:sslv3 alert certificate expired:SSL alert number 45) while SSL handshaking, client: 50.108.221.155, server: 0.0.0.0:443

montao commented 2 months ago

example 3

2015/07/08 10:47:20 [emerg] 2950#0: SL_CTX_use_PrivateKey_file("/etc/nginx/ssl/domain_com/domain_com.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)

montao commented 2 months ago

example 4

root@s17925268:~# service nginx restart
Restarting nginx: nginx: [emerg] SSL_CTX_use_PrivateKey_file("/etc/nginx/conf.d/ssl/ssl.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)
nginx: configuration file /etc/nginx/nginx.conf test failed
montao commented 2 months ago

example 5

2016/08/13 09:42:28 [error] 26809#0: *60 SSL_do_handshake() failed (SSL: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error) while SSL handshaking to upstream, client: 103.255.5.68, server: mysite.com, request: "GET / HTTP/1.1", upstream: "https://105.27.188.213:443/", host: "mysite.com"
2016/08/13 09:42:28 [error] 26809#0: *60 SSL_do_handshake() failed (SSL: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error) while SSL handshaking to upstream, client: 103.255.5.68, server: mysite.com, request: "GET / HTTP/1.1", upstream: "https://105.27.188.213:443/", host: "mysite.com"