Skip to content

Commit

Permalink
Add the convert and setup commands to the migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
avanbrunt-cb committed Oct 27, 2023
1 parent 972b2b7 commit 4ccadb8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@ For more information on the `toml` specification see https://toml.io/en/
* `template` moved inside `alerts_template` table
* Removed `policy_action_severity`

**Coming Soon:** `convert` command in `cbc_syslog_forwarder` to more easily migrate to the latest `toml` file structure

If you want assistance migrating from a 1.x config file to the latest 2.x `toml` file check out the `convert` command:
```
cbc_syslog_forwarder convert {config_file} {output_file}
```

If you want to start fresh check out the `setup` command for a walkthrough:
```
cbc_syslog_forwarder convert {output_file}
```

### Template

Expand Down

0 comments on commit 4ccadb8

Please sign in to comment.