Hello Everyone,
We are currently running this setup:
Graylog 5.0.11+30bdbfa on <our.url.com>
Ubuntu 22.04.3 LTS
Our Graylog server is running in the cloud, we actively have linux clients connected and working via TLS
I’m been getting my Windows clients going. I currently have them working over TLS (with data being shown/uploaded) but my Linux admin is seeing constant errors in the logs.
1st error:
2023-09-15T21:01:29.738Z ERROR [AbstractTcpTransport] Error in Input [Beats/<guid_xxxxxxxxxx>] (channel [id: 0xd85478c7, L:/:5044 ! R:/:62215]) (cause io.netty.handler.codec.DecoderException: java.lang.IllegalStateException: Unknown beats protocol version: 71) ->> (this version number outputs in a few differnt numbers)
2nd error:
2023-09-15T21:01:29.610Z WARN [AbstractTcpTransport] Client auth configured, but no authorized certificates / certificate authorities configured for input [Beats/<guid_xxxxxxxxxxxx>]
Windows is using sidecar+beats. I’ll post the configs I know to share:
******* INPUT *******
Beats Beats 1 RUNNING
bind_address: 0.0.0.0
charset_name: UTF-8
no_beats_prefix: false
number_worker_threads: 8
override_source:
port: 5044
recv_buffer_size: 1048576
tcp_keepalive: false
tls_cert_file: /etc/graylog/server/fullchain.pem
tls_client_auth: optional
tls_client_auth_cert_file:
tls_enable: true
tls_key_file: /etc/graylog/server/privkey.pem
tls_key_password:********
Throughput / Metrics
1 minute average rate: 18 msg/s
Network IO: 0B 0B (total: 2.3GiB 642.3MiB )
Active connections: 2 (37,262 total) *** > this total number is always rising? The Linux clients don’t increase***
Empty messages discarded: 0
Show details
******* Winbeat setup via sidecar *******
Needed for Graylog
fields_under_root: true
fields.collector_node_id: ${sidecar.nodeName}
fields.gl2_source_collector: ${sidecar.nodeId}
output.logstash:
hosts: [“our.url.com:5044”]
ssl.verification_mode: full
path:
data: ${sidecar.spoolDir!“C:\Program Files\Graylog\sidecar\cache\winlogbeat”}\data
logs: ${sidecar.spoolDir!“C:\Program Files\Graylog\sidecar”}\logs
tags:
- windows
winlogbeat:
event_logs:
- name: Application
- name: System
- name: Security