# CONFIGURED BY ANSIBLE # # parse netbird client logs # # 2024-06-22T12:26:58+03:00 INFO client/internal/peer/conn.go:388: connected to peer wM2VTC4gebA6+7+kXiKtxrMrpjknXoh9kkER4MG0ZiU=, endpoint address: 158.181.130.179:51820 # no need to handle the remaining white-space with INFO, because WARN doesn't include any [PARSER] name netbird_agent_logs format regex regex ^[^ ]+ (?[A-Z]+) (?[^ ]+): (?.*)$ # connected to peer wM2VTC4gebA6+7+kXiKtxrMrpjknXoh9kkER4MG0ZiU=, endpoint address: 10.247.53.29:51820 [PARSER] name netbird_agent_endpoints format regex regex ^[^,]+, endpoint address: (?[0-9.]+):[0-9]+$