Skip to content

Commit 6f3d358

Browse files
committed
formatting, title
1 parent b2e2def commit 6f3d358

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
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

crowdsec-docs/docs/log_processor/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Log Processor is a core component of the Security Engine. It:
1919
- Monitor the logs for patterns of interest
2020

2121

22-
## Introduction
22+
## Log Processor
2323

2424
The Log Processor reads logs from Data Sources, parses and enriches them, and monitors them for patterns of interest.
2525

0 commit comments

Comments
 (0)