add filebeat sned test logs

This commit is contained in:
larssand
2026-06-23 20:16:32 +02:00
parent e39fa04bb4
commit 16881620e9
3 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
filebeat.inputs:
- type: filestream
id: signalscope-windows-synthetic
enabled: true
paths: ["/absolute/path/to/SignalScope/logs/windows-synthetic.jsonl"]
parsers:
- ndjson:
target: ""
add_error_key: true
fields_under_root: true
fields:
log_source: windows_synthetic
stream_hint: Windows
output.logstash:
hosts: ["192.168.1.25:5044"]