mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Convert Alert and Action Settings yaml strings to Markdown (#214642)
This PR: - Makes a backup copy of the `kibana-alert-action-settings.yml` file just in case I mess things up badly. - Converts all of the descriptions and examples in the original file to Markdown format. - Adds the versioning info as follows: - supported on ESS/ECH: ``` applies_to: stack: ga deployment: self: ga ess: ga ``` - not supported on ESS/ECH: ``` applies_to: stack: ga deployment: self: ga ``` In the current Kibana settings docs we indicate settings available on ESS/ECH. We don't indicate anything for other deployment types such as ECK or ECE. I assume that no settings are available on Serverless. So, the above versioning basically just copies what we document currently. Once merged, I expect that we can test rendering the docs HTML pages (like [this one](https://www.elastic.co/guide/en/kibana/8.x/alert-action-settings-kb.html)) directly from this [YAML source](https://github.com/elastic/kibana/blob/main/docs/settings-gen/source/kibana-alert-action-settings.yml). @florent-leborgne and @wajihaparvez Sorry, I know this is kind of big. I'd appreciate any input, especially on the versioning / `applies_to` part since that's still a bit new. Just for my own reference, I cut and pasted all of the Markdown from [here](https://github.com/elastic/asciidocalypse/blob/main/docs/kibana/docs/reference/configuration-reference/alerting-settings.md?plain=1). Closes: https://github.com/elastic/ingest-docs/issues/1659
This commit is contained in:
parent
68749db959
commit
be351d3c97
2 changed files with 2929 additions and 349 deletions
2330
docs/settings-gen/source/kibana-alert-action-settings-old.yml
Normal file
2330
docs/settings-gen/source/kibana-alert-action-settings-old.yml
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue