-
Notifications
You must be signed in to change notification settings - Fork 24
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
fix(globalConfig): update name and rest root convention #1335
Conversation
While generating documentation for the above feature, I encountered two major issues that affected our documentation:
With the fix in indentation and unordered list bullets, the doc pages are rendered correctly - with correct indentation, giving better readability. |
LGTM, 2 small questions and ready to merge this one! |
**Issue number:** ADDON-73368 ## Summary ### Changes > As per the new design, we are restructuring the code of generating `.conf` and `.conf.spec` files that are supported by UCC. One specific change for `inputs.conf.spec`, we are now writing the default value and description of a field in the spec file. ### User experience > One change for `inputs.conf.spec`, we are now writing the description and default value of a field in the spec file if they are mentioned in the globalConfig, apart from it there are no changes from user end, all the files that were generated before will be generated as is with these changes. ## Checklist If your change doesn't seem to apply, please leave them unchecked. * [x] I have performed a self-review of this change * [x] Changes have been tested * [ ] Changes are documented * [x] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) --------- Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com>
…oard (#1337) **Issue number: [ADDON-74234](https://splunk.atlassian.net/browse/ADDON-74234)** ## Summary Added possibility to display messages logged with CRITICAL level in the error section in the monitoring dashboard. ### Changes Global config -> dashboard has a new setting: `error_panel_log_lvl`, which allows the user to define what log level should be displayed in the errors section of the monitoring panel ### User experience The user can define error log lvl in the global config. By default only ERROR ## Checklist If your change doesn't seem to apply, please leave them unchecked. * [x] I have performed a self-review of this change * [x] Changes have been tested * [x] Changes are documented * [x] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) --------- Co-authored-by: Artem Rys <rysartem@gmail.com>
**Issue number:** [ADDON-73368](https://splunk.atlassian.net/browse/ADDON-73368) ## Summary ### Changes > Restructuring of code - moving helper functions in `utils.py` and cleaning up duplicate code present elsewhere. ### User experience > No change, the build process would work as it did before. ## Checklist If your change doesn't seem to apply, please leave them unchecked. * [x] I have performed a self-review of this change * [x] Changes have been tested * [ ] Changes are documented * [x] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Artem Rys <rysartem@gmail.com> Co-authored-by: sgoral-splunk <138458044+sgoral-splunk@users.noreply.github.com>
3cbfced
to
62e7623
Compare
Signed the commits which got unsigned due to expired GPG Key. |
@hetangmodi-crest this PR removes files in the |
Yes, I have raised PR #1349 for the same. |
Issue number: ADDON-74883, #1333
Summary
Changes
User experience
Checklist
If your change doesn't seem to apply, please leave them unchecked.