Slackbot
11/28/2022, 9:09 AMPalash Gupta
11/28/2022, 9:10 AMnitya-signoz
11/28/2022, 9:13 AMRahul v
11/28/2022, 9:15 AMnitya-signoz
11/28/2022, 9:16 AMRahul v
11/28/2022, 9:17 AMnitya-signoz
11/28/2022, 9:18 AMRahul v
11/28/2022, 9:22 AMRahul v
11/28/2022, 9:26 AM2022-11-28T09:03:39.192Z info fileconsumer/file.go:159 Started watching file {"kind": "receiver", "name": "filelog/cav", "pipeline": "logs", "component": "fileconsumer", "path": "/testlog/interface.mod.log"}
nitya-signoz
11/28/2022, 9:26 AMdocker exec -it clickhouse-setup-clickhouse-1 /bin/bash
clickhouse client
select * from signoz_logs.logs limit 5;
nitya-signoz
11/28/2022, 9:27 AMRahul v
11/28/2022, 9:27 AMRahul v
11/28/2022, 9:41 AM- type: regex_parser
regex: '^(?P<log_timestamp>\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2}[,.]\d{3})\s+-\s+(?P<log_entry_type>\w+)\s+-\s+(?P<log_msg>.*)$'
timestamp:
parse_from: attributes.log_timestamp
layout_type: strptime
layout: '%Y-%m-%d %H:%M:%S,%f'
looks like the first operation requires the timestamp, will remember that, cheers