Skip to content

Commit

Permalink
Update configuration.md as feature flags renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
grobinson-grafana committed Jan 4, 2024
1 parent b5f8e6f commit 8ff2419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@ By default, Alertmanager runs with support for both UTF-8 and classic matchers.
If you need to disable the new parser you can do so with the following feature flag:

```
./alertmanager --config.file=config.yml --enable-feature="classic-matchers-parsing"
./alertmanager --config.file=config.yml --enable-feature="classic-mode"
```

Likewise, if you would like to disable the classic parser and use just the UTF-8 parser then you can do so too:

```
./alertmanager --config.file=config.yml --enable-feature="utf8-matchers-parsing"
./alertmanager --config.file=config.yml --enable-feature="utf8-strict-mode"
```

### `<matcher>`
Expand Down

0 comments on commit 8ff2419

Please sign in to comment.