Skip to content

Commit c449a76

Browse files
committed
still fixing links
1 parent 9e43f9c commit c449a76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deploy-manage/production-guidance/kibana-alerting-production-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For detailed guidance, see [Alerting Troubleshooting](../../explore-analyze/aler
3737

3838
## Scaling guidance [alerting-scaling-guidance]
3939

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).
4141

4242
When estimating the required task throughput, keep the following in mind:
4343

troubleshoot/kibana/task-manager.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ You can infer from these stats that this {{kib}} is using most of its capacity,
489489
* 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.
490490
* 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.
491491

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).
493493

494494
$$$task-manager-theory-long-running-tasks$$$
495495
**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
665665

666666
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.
667667

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).
669669

670670
Evaluating the preceding health stats in the previous example, you see the following output under `stats.workload.value`:
671671

@@ -819,7 +819,7 @@ These rough calculations give you a lower bound to the required throughput, whic
819819

820820
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.
821821

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).
823823

824824

825825
### 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
828828

829829
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.
830830

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).
832832

833833
Evaluating the health stats in the previous example, you can see the following output under `stats.capacity_estimation.value`:
834834

@@ -912,7 +912,7 @@ Evaluating by these estimates, we can infer some interesting attributes of our s
912912

913913
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.
914914

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).
916916

917917

918918
### Inline scripts are disabled in {{es}} [task-manager-cannot-operate-when-inline-scripts-are-disabled]

0 commit comments

Comments
 (0)