- Change evt.Line contains -> evt.Line.Raw contains in parsers (pipeline.Line type requires .Raw accessor for string operations) - Remove invalid filter: field from acquisition configs (filter belongs in parsers, not acquisition files) Fixes CrowdSec v1.7.6 startup failures. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
303 B
YAML
17 lines
303 B
YAML
# CrowdSec acquisition for Streamlit logs
|
|
# Monitors Streamlit application access
|
|
|
|
source: file
|
|
filenames:
|
|
- /var/log/streamlit/*.log
|
|
- /srv/streamlit/*/logs/*.log
|
|
labels:
|
|
type: streamlit
|
|
---
|
|
# Streamlit via HAProxy backend
|
|
source: file
|
|
filenames:
|
|
- /var/log/haproxy.log
|
|
labels:
|
|
type: haproxy
|