Skip to content

[Docs] add xpack.alerting.rules.maxScheduledPerMinute setting description#257041

Merged
florent-leborgne merged 2 commits intomainfrom
kunisen-docpr-sdhkibana-6024
Mar 11, 2026
Merged

[Docs] add xpack.alerting.rules.maxScheduledPerMinute setting description#257041
florent-leborgne merged 2 commits intomainfrom
kunisen-docpr-sdhkibana-6024

Conversation

@kunisen
Copy link
Copy Markdown
Contributor

@kunisen kunisen commented Mar 11, 2026

Summary

Background is in https://github.com/elastic/sdh-kibana/issues/6024#issuecomment-4011151616
Per suggestion by @mikecote, I am adding the description to express below:

it would be worthwhile to carve a note to mention it's 800 for security projects while 400 for other projects.

Checklist

This is a doc PR. IMHO below conditions are not applicable.

Details

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.

Identify risks

Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.

Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.

Preview

docs/reference/configuration-reference/alerting-settings.md

@kunisen kunisen requested a review from mikecote March 11, 2026 08:17
@kunisen kunisen self-assigned this Mar 11, 2026
@kunisen kunisen requested a review from a team as a code owner March 11, 2026 08:17
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 11, 2026

✅ Vale Linting Results

No issues found on modified lines!


The Vale linter checks documentation changes against the Elastic Docs style guide.

To use Vale locally or report issues, refer to Elastic style guide for Vale.

:::{note}
:applies_to: serverless:
In Serverless, the maximum number of rules to run per minute is set to `400` and can't be configured.
In Serverless, the maximum number of rules to run per minute is set to `800` for {{sec-serverless}} project while `400` for other projects. This setting can't be configured.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried using the variable {{sec-serverless}} but it didn't work as expected. I used the text - Elastic Security instead.

@kunisen
Copy link
Copy Markdown
Contributor Author

kunisen commented Mar 11, 2026

One thing I noticed that I couldn't use {{sec-serverless}} as variables, I mentioed it in https://github.com/elastic/kibana/pull/257041/changes#r2916695230

@kunisen kunisen added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting labels Mar 11, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Preview links for changed docs

Copy link
Copy Markdown
Member

@florent-leborgne florent-leborgne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kunisen

@florent-leborgne florent-leborgne enabled auto-merge (squash) March 11, 2026 08:42
@florent-leborgne florent-leborgne changed the title add xpack.alerting.rules.maxScheduledPerMinute setting description [Docs] add xpack.alerting.rules.maxScheduledPerMinute setting description Mar 11, 2026
@florent-leborgne florent-leborgne merged commit ad71009 into main Mar 11, 2026
21 checks passed
@florent-leborgne florent-leborgne deleted the kunisen-docpr-sdhkibana-6024 branch March 11, 2026 09:03
mbondyra added a commit to mbondyra/kibana that referenced this pull request Mar 11, 2026
…e_fix

* commit '565f7545c422192218b803874fbdf93e8d8f08ee': (27 commits)
  [Lens API] ESQL schema for XY separately for Agent and some small token optimizations (elastic#256885)
  Fix "Accessing resource attributes before async attributes settled" telemetry error (elastic#256880)
  [Security Solution][Attacks/Alerts][Attacks page][Table section] Preserver "Sort by" state on Attacks page (elastic#256717) (elastic#256795)
  [APM] Improve redirect with default date range guard (elastic#256887)
  [Security Solution][Attacks/Alerts][Attacks page][Table section] Add assignees avatars to the group component (elastic#250126) (elastic#256901)
  [Docs] add xpack.alerting.rules.maxScheduledPerMinute setting description (elastic#257041)
  [SO] Fix non-deterministic ordering in nested find API integration tests (elastic#256447)
  [Write-restricted dashboards] Update user profile retrieval for getShouldAddAccessControl (elastic#255065)
  [One Workflow] Add Scout API test scaffold and execution tests (elastic#256300)
  [Fleet] add use_apm if dynamic_signal_types are enabled (elastic#256429)
  [Fleet] ignore data streams starting with `.` in Fleet API (elastic#256625)
  [ES|QL] METRICS_INFO support: columns_after & summary (elastic#256758)
  [Agent Builder] Agent plugins: initial installation support (elastic#256478)
  [Streams] Add field descriptions and documentation-only field overrides (elastic#255136)
  [api-docs] 2026-03-11 Daily api_docs build (elastic#257023)
  [Security Solution] fix alerts page infinite loading state due to data view error (elastic#256983)
  [Logging] Add `service.*` global fields (elastic#256878)
  [Canvas] Apply embeddable transforms to embeddable elements (elastic#252191)
  [table_list_view_table] stabilize jest test (elastic#254991)
  [Obs AI] get_index_info: add unit tests (elastic#256802)
  ...
sorenlouv pushed a commit that referenced this pull request Mar 17, 2026
…tion (#257041)

## Summary

Background is in
https://github.com/elastic/sdh-kibana/issues/6024#issuecomment-4011151616
Per suggestion by @mikecote, I am adding the description to express
below:

> it would be worthwhile to carve a note to mention it's 800 for
security projects while 400 for other projects.

### Checklist

This is a doc PR. IMHO below conditions are not applicable. 

<details>

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.


- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

### Identify risks

Does this PR introduce any risks? For example, consider risks like hard
to test bugs, performance regression, potential of data loss.

Describe the risk, its severity, and mitigation for each identified
risk. Invite stakeholders and evaluate how to proceed before merging.

- [ ] [See some risk
examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)
- [ ] ...

</details>

## Preview


[docs/reference/configuration-reference/alerting-settings.md](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/257041/reference/configuration-reference/alerting-settings)
kilfoyle added a commit that referenced this pull request Mar 24, 2026
This adds the update from #257041
to the corresponding YAML file (just making sure that the change doesn't
get lost in the md -> yaml shuffle).

---------

Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com>
jeramysoucy pushed a commit to jeramysoucy/kibana that referenced this pull request Mar 26, 2026
This adds the update from elastic#257041
to the corresponding YAML file (just making sure that the change doesn't
get lost in the md -> yaml shuffle).

---------

Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting docs release_note:skip Skip the PR/issue when compiling release notes v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants