Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ How you deploy {{kib}} largely depends on your use case. If you are the only use

## Scalability

With the introduction of new capabilities such as [{{kib}} Alerting](/explore-analyze/alerting.md) and the [Detection Rules](/solutions/security/detect-and-alert.md) engine, critical components for [Observability](/solutions/observability.md) and [Security](/solutions/security.md) solutions, the scalability factors have evolved significantly.
Scaling {{kib}} requires accounting for a mix of interactive UI traffic, API requests, and background work. The relative impact of each can vary depending on the features and solutions you use.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
Scaling {{kib}} requires accounting for a mix of interactive UI traffic, API requests, and background work. The relative impact of each can vary depending on the features and solutions you use.
Scaling {{kib}} requires accounting for a mix of interactive UI traffic, API requests, and background work.

Do we really need this line about impact? Suggest deleting or moving it somewhere else. The next sentence continues talking about background work so this line is kind of interrupting that flow

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I want to keep it so it's still keeping the nuance of solutions/features ... will edit the next sentence so it's less abrupt


Now, Kibana’s resource requirements extend beyond user activity. The system must also handle workloads generated by automated processes, such as scheduled alerts, background detection rules, and other periodic tasks. These operations are managed by [{{kib}} Task Manager](./kibana-task-manager-scaling-considerations.md), which is responsible for scheduling, executing, and coordinating all background tasks.
Comment thread
shainaraskas marked this conversation as resolved.
Background work includes alerting rules, detection rules, reports, and other periodic tasks that [{{kib}} Task Manager](./kibana-task-manager-scaling-considerations.md) schedules, executes, and coordinates.

Additionally, the task manager enables distributed coordination across multiple {{kib}} instances, allowing {{kib}} to function as a logical cluster in certain aspects.

Expand Down
Loading