Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions crowdsec-docs/docs/log_processor/data_sources/victorialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mode: tail
log_level: info
url: http://localhost:9428/
limit: 1000
since: 1m
query: |
app:nginx
auth:
Expand All @@ -23,10 +24,6 @@ labels:
type: nginx
```

:::info
The reader will always start at "now" for `tail` mode.
:::

Look at the `configuration parameters` to view all supported options.

## Parameters
Expand Down Expand Up @@ -96,6 +93,10 @@ The maximum duration VictoriaLogs is allowed to be unavailable (once startup is

Default to `30 seconds`.

### `since`

Defines an offset duration to apply to the "start" time of VictoriaLogs query.
This is useful in order to avoid missing logs when restarting crowdsec. Note that it is possible to have logs processed multiple times when using this parameter.

## DSN and command-line

Expand Down