Skip to content

Commit ae33eaa

Browse files
authored
[DOCS] Fix broken images (#126648)
1 parent 4cbc5eb commit ae33eaa

35 files changed

+53
-168
lines changed
-86 KB
Binary file not shown.
-145 KB
Binary file not shown.
-107 KB
Binary file not shown.
-729 KB
Binary file not shown.
-181 KB
Binary file not shown.

docs/images/token-graph-dns-invalid-ex.svg

Lines changed: 0 additions & 72 deletions
This file was deleted.

docs/images/token-graph-dns-synonym-ex.svg

Lines changed: 0 additions & 72 deletions
This file was deleted.
-157 KB
Binary file not shown.

docs/reference/aggregations/_snippets/search-aggregations-metrics-cardinality-aggregation-explanation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For a precision threshold of `c`, the implementation that we are using requires
66

77
The following chart shows how the error varies before and after the threshold:
88

9-
![cardinality error](/images/cardinality_error.png "")
9+
![cardinality error](/reference/query-languages/images/cardinality_error.png "")
1010

1111
For all 3 thresholds, counts have been accurate up to the configured threshold. Although not guaranteed,
1212
this is likely to be the case. Accuracy in practice depends on the dataset in question. In general,

docs/reference/aggregations/_snippets/search-aggregations-metrics-percentile-aggregation-approximate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ When using this metric, there are a few guidelines to keep in mind:
1212

1313
The following chart shows the relative error on a uniform distribution depending on the number of collected values and the requested percentile:
1414

15-
![percentiles error](/images/percentiles_error.png "")
15+
![percentiles error](/reference/query-languages/images/percentiles_error.png "")
1616

1717
It shows how precision is better for extreme percentiles. The reason why error diminishes for large number of values is that the law of large numbers makes the distribution of values more and more uniform and the t-digest tree can do a better job at summarizing it. It would not be the case on more skewed distributions.

0 commit comments

Comments
 (0)