Skip to content

Commit 575fd17

Browse files
committed
formatting, title
1 parent b2e2def commit 575fd17

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

crowdsec-docs/docs/log_processor/data_sources/introduction.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
22
id: intro
3-
title: Acquisition Datasources Introduction
3+
title: Acquisition Datasources
44
sidebar_position: 1
55
---
66

7-
## Datasources
8-
97
To monitor applications, the Security Engine needs to read logs.
108
DataSources define where to access them (either as files, or over the network from a centralized logging service).
119

@@ -33,13 +31,13 @@ When upgrading or reinstalling CrowdSec, it detects non-generated or modified fi
3331

3432
Make sure the same data sources are not ingested more than once: duplicating inputs can artificially increase scenario sensitivity.
3533

36-
:::
37-
3834
Examples:
3935

4036
- If an application logs to both `journald` and `/var/log/*`, you usually only need one of them.
4137
- If an application writes to `/var/log/syslog` or `/var/log/messages`, it’s already acquired by `setup.linux.yaml` (since 1.7) or `acquis.yam`. You don’t need to add a separate acquisition for the same logs.
4238

39+
:::
40+
4341
For config-managed deployments (e.g., Ansible), set the environment variable `CROWDSEC_SETUP_UNATTENDED_DISABLE` to any non-empty value to skip the automated setup.
4442
In that case, ensure you configure at least one data source and install the OS collection (e.g., crowdsecurity/linux).
4543

0 commit comments

Comments
 (0)