Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Clarify that import supports a list #1075

Merged
merged 2 commits into from Jan 6, 2023
Merged

[docs] Clarify that import supports a list #1075

merged 2 commits into from Jan 6, 2023

Conversation

ghost
Copy link

@ghost ghost commented Jan 6, 2023

Description

Ref #580 - current documentation is misleading -- it's now possible to have a rule import multiple additional configuration files, ie:

# my-rule.yml
name: my-rule
import:
  - $HOME/conf.d/base.yml
  - $HOME/conf.d/slack-alerter.yml

Checklist

  • I have reviewed the contributing guidelines.
  • I have included unit tests for my changes or additions.
  • I have successfully run make test-docker with my changes.
  • I have manually tested all relevant modes of the change in this PR.
  • I have updated the documentation.
  • I have updated the changelog.

Ando Roots added 2 commits January 6, 2023 08:46
Ref #580 - documentation is misleading, it's now possible to
have a rule import multiple additional configuration files, ie:

```yaml
# my-rule.yml
name: my-rule
import:
  - $HOME/conf.d/base.yml
  - $HOME/conf.d/slack-alerter.yml
```
@ghost ghost marked this pull request as ready for review January 6, 2023 06:52
@jertel jertel merged commit e850cee into jertel:master Jan 6, 2023
@ghost ghost deleted the patch-1 branch January 7, 2023 09:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant