Skip to content

Commit 94d2228

Browse files
committed
lint
1 parent 2dd95b4 commit 94d2228

File tree

1 file changed

+4
-7
lines changed
  • crowdsec-docs/docs/log_processor/service-discovery-setup

1 file changed

+4
-7
lines changed

crowdsec-docs/docs/log_processor/service-discovery-setup/detect-yaml.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
id: detect-yaml
3-
title: detect.yaml file format
3+
title: detect.yaml syntax
44
sidebar_position: 1
55
---
66

7-
# `detect.yaml` syntax
7+
# `detect.yaml` syntax
88

9-
A minimal detection file is a YAML map with a top‐level `detect:` key.
9+
A minimal detection file is a YAML map with a top‐level `detect:` key.
1010

1111
Under it, each entry describes one service plan:
1212

@@ -44,8 +44,7 @@ when:
4444
- Systemd.UnitInstalled("<unit>")
4545
```
4646

47-
You can use any of the helper referenced [here](/log_processor/service-discovery-setup/expr.md).
48-
)
47+
You can use any of the helper referenced [here](/log_processor/service-discovery-setup/expr).
4948

5049
### `hub_spec`
5150

@@ -138,5 +137,3 @@ detect:
138137
labels:
139138
type: eventlog
140139
```
141-
142-

0 commit comments

Comments
 (0)