Skip to content

Commit

Permalink
Fix filenames (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones authored Jul 2, 2024
1 parent 834483f commit c6da2d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ agent:
# -- To add custom acquisitions using available datasources (https://docs.crowdsec.net/docs/next/data_sources/intro)
additionalAcquisition:
- source: file
filesnames:
filenames:
- '/path/to/your/file.log' ## Single file
- '/path/to/your/files*' ## Wildcard support
labels:
Expand All @@ -71,7 +71,7 @@ You can skip the following step if you are on Kubernetes
### Add the following contents to the file

```yaml title="<collection_name>.yaml"
filesnames:
filenames:
- "/path/to/your/file.log" ## Single file
- "/path/to/your/files*" ## Wildcard support
labels:
Expand Down

0 comments on commit c6da2d5

Please sign in to comment.