You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/production-guidance/kibana-alerting-production-considerations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ For detailed guidance, see [Alerting Troubleshooting](../../explore-analyze/aler
37
37
38
38
## Scaling guidance [alerting-scaling-guidance]
39
39
40
-
As rules and actions leverage background tasks to perform the majority of work, scaling Alerting is possible by following the [Task Manager Scaling Guidance](production-guidance/kibana-task-manager-scaling-considerations.md#task-manager-scaling-guidance).
40
+
As rules and actions leverage background tasks to perform the majority of work, scaling Alerting is possible by following the [Task Manager Scaling Guidance](kibana-task-manager-scaling-considerations.md#task-manager-scaling-guidance).
41
41
42
42
When estimating the required task throughput, keep the following in mind:
Copy file name to clipboardExpand all lines: troubleshoot/kibana/task-manager.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ You can infer from these stats that this {{kib}} is using most of its capacity,
489
489
* The `p90` of `load` is at 100%, and `p50` is also quite high at 80%. This means that there is little to no room for maneuvering, and a spike of work might cause Task Manager to exceed its capacity.
490
490
* Tasks run soon after their scheduled time, which is to be expected. A `poll_interval` of `3000` milliseconds would often experience a consistent drift of somewhere between `0` and `3000` milliseconds. A `p50 drift` of `2999` suggests that there is room for improvement, and you could benefit from a higher throughput.
491
491
492
-
For details on achieving higher throughput by adjusting your scaling strategy, see [Scaling guidance](../../deploy-manage/production-guidance/kibana-task-manager-scaling-considerations#task-manager-scaling-guidance).
492
+
For details on achieving higher throughput by adjusting your scaling strategy, see [Scaling guidance](../../deploy-manage/production-guidance/kibana-task-manager-scaling-considerations.md#task-manager-scaling-guidance).
493
493
494
494
$$$task-manager-theory-long-running-tasks$$$
495
495
**Theory**: Tasks run for too long, overrunning their schedule
@@ -665,7 +665,7 @@ Keep in mind that these stats give you a glimpse at a moment in time, and even t
665
665
666
666
Predicting the required throughput a deployment might need to support Task Manager is difficult, as features can schedule an unpredictable number of tasks at a variety of scheduled cadences.
667
667
668
-
[Health monitoring](../../deploy-manage/monitor/kibana-task-manager-health-monitoring.md) provides statistics that make it easier to monitor the adequacy of the existing throughput. By evaluating the workload, the required throughput can be estimated, which is used when following the Task Manager [Scaling guidance](../../deploy-manage/production-guidance/kibana-task-manager-scaling-considerations#task-manager-scaling-guidance).
668
+
[Health monitoring](../../deploy-manage/monitor/kibana-task-manager-health-monitoring.md) provides statistics that make it easier to monitor the adequacy of the existing throughput. By evaluating the workload, the required throughput can be estimated, which is used when following the Task Manager [Scaling guidance](../../deploy-manage/production-guidance/kibana-task-manager-scaling-considerations.md#task-manager-scaling-guidance).
669
669
670
670
Evaluating the preceding health stats in the previous example, you see the following output under `stats.workload.value`:
671
671
@@ -819,7 +819,7 @@ These rough calculations give you a lower bound to the required throughput, whic
819
819
820
820
Given these inferred attributes, it would be safe to assume that a single {{kib}} instance with default settings **would not** provide the required throughput. It is possible that scaling horizontally by adding a couple more {{kib}} instances will.
821
821
822
-
For details on scaling Task Manager, see [Scaling guidance](../../deploy-manage/production-guidance/kibana-task-manager-scaling-considerations#task-manager-scaling-guidance).
822
+
For details on scaling Task Manager, see [Scaling guidance](../../deploy-manage/production-guidance/.md#task-manager-scaling-guidance).
823
823
824
824
825
825
### Evaluate the Capacity Estimation [task-manager-health-evaluate-the-capacity-estimation]
@@ -828,7 +828,7 @@ Task Manager is constantly evaluating its runtime operations and workload. This
828
828
829
829
As the name suggests, these are estimates based on historical data and should not be used as predictions. These estimations should be evaluated alongside the detailed [Health monitoring](../../deploy-manage/monitor/kibana-task-manager-health-monitoring.md) stats before making changes to infrastructure. These estimations assume all {{kib}} instances are configured identically.
830
830
831
-
We recommend using these estimations when following the Task Manager [Scaling guidance](../../deploy-manage/production-guidance/kibana-task-manager-scaling-considerations#task-manager-scaling-guidance).
831
+
We recommend using these estimations when following the Task Manager [Scaling guidance](../../deploy-manage/production-guidance/kibana-task-manager-scaling-considerations.md#task-manager-scaling-guidance).
832
832
833
833
Evaluating the health stats in the previous example, you can see the following output under `stats.capacity_estimation.value`:
834
834
@@ -912,7 +912,7 @@ Evaluating by these estimates, we can infer some interesting attributes of our s
912
912
913
913
You can infer from these estimates that the capacity in the current system is insufficient and at least one additional {{kib}} instance is required to keep up with the workload.
914
914
915
-
For details on scaling Task Manager, see [Scaling guidance](../../deploy-manage/production-guidance/kibana-task-manager-scaling-considerations#task-manager-scaling-guidance).
915
+
For details on scaling Task Manager, see [Scaling guidance](../../deploy-manage/production-guidance/kibana-task-manager-scaling-considerations.md#task-manager-scaling-guidance).
916
916
917
917
918
918
### Inline scripts are disabled in {{es}} [task-manager-cannot-operate-when-inline-scripts-are-disabled]
0 commit comments