Skip to content

Commit

Permalink
Removed content_regex_list example from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jun 20, 2024
1 parent 7b7df5a commit b1b04db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/sources/Format-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,13 +442,6 @@ paths: ['%%environ_temp%%\*.exe']
urls: ['https://artifacts-kb.readthedocs.io/en/latest/sources/windows/EventLog.html']
```

Double quotes should be used where escaping causes problems, such as
regular expressions:

```yaml
content_regex_list: ["^%%users.username%%:[^:]*\n"]
```

### Minimize the number of definitions by using multiple sources

To minimize the number of artifacts in the list, combine them using the
Expand Down

0 comments on commit b1b04db

Please sign in to comment.