Skip to content

Commit ab047ca

Browse files
authored
[DOCS] Fix more edit URLs in Stack Overview (#30704)
1 parent cfa2b06 commit ab047ca

19 files changed

+112
-28
lines changed

x-pack/docs/en/ml/configuring.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,17 @@ The scenarios in this section describe some best practices for generating useful
3434
* <<ml-configuring-pop>>
3535
* <<ml-configuring-transform>>
3636

37+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/customurl.asciidoc
3738
include::customurl.asciidoc[]
39+
40+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/aggregations.asciidoc
3841
include::aggregations.asciidoc[]
42+
43+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/categories.asciidoc
3944
include::categories.asciidoc[]
45+
46+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/populations.asciidoc
4047
include::populations.asciidoc[]
48+
49+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/transforms.asciidoc
4150
include::transforms.asciidoc[]

x-pack/docs/en/ml/functions.asciidoc

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,6 @@ variations (for example, `count`, `low_count`, and `high_count`). These variatio
1818
apply one-sided tests, detecting anomalies only when the values are low or
1919
high, depending one which alternative is used.
2020

21-
//For some functions, you can optionally specify a field name in the
22-
//`by_field_name` property. The analysis then considers whether there is an
23-
//anomaly for one of more specific values of that field. In {kib}, use the
24-
//**Key Fields** field in multi-metric jobs or the **by_field_name** field in
25-
//advanced jobs.
26-
////
27-
TODO: Per Sophie, "This is incorrect... Split Data refers to a partition_field_name. Over fields can only be added in Adv Config...
28-
29-
Can you please remove the explanations for by/over/partition fields from the documentation for analytical functions. It's a complex topic and will be easier to review in a separate exercise."
30-
////
31-
32-
//For some functions, you can also optionally specify a field name in the
33-
//`over_field_name` property. This property shifts the analysis to be population-
34-
//or peer-based and uses the field to split the data. In {kib}, use the
35-
//**Split Data** field in multi-metric jobs or the **over_field_name** field in
36-
//advanced jobs.
37-
38-
//You can specify a `partition_field_name` with any function. The analysis is then
39-
//segmented with completely independent baselines for each value of that field.
40-
//In {kib}, use the **partition_field_name** field in advanced jobs.
41-
4221
You can specify a `summary_count_field_name` with any function except `metric`.
4322
When you use `summary_count_field_name`, the {ml} features expect the input
4423
data to be pre-aggregated. The value of the `summary_count_field_name` field
@@ -55,13 +34,6 @@ functions are strongly affected by empty buckets. For this reason, there are
5534
`non_null_sum` and `non_zero_count` functions, which are tolerant to sparse data.
5635
These functions effectively ignore empty buckets.
5736

58-
////
59-
Some functions can benefit from overlapping buckets. This improves the overall
60-
accuracy of the results but at the cost of a 2 bucket delay in seeing the results.
61-
62-
The table below provides a high-level summary of the analytical functions provided by the API. Each of the functions is described in detail over the following pages. Note the examples given in these pages use single Detector Configuration objects.
63-
////
64-
6537
* <<ml-count-functions>>
6638
* <<ml-geo-functions>>
6739
* <<ml-info-functions>>
@@ -70,10 +42,23 @@ The table below provides a high-level summary of the analytical functions provid
7042
* <<ml-sum-functions>>
7143
* <<ml-time-functions>>
7244

45+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/functions/count.asciidoc
7346
include::functions/count.asciidoc[]
47+
48+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/functions/geo.asciidoc
7449
include::functions/geo.asciidoc[]
50+
51+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/functions/info.asciidoc
7552
include::functions/info.asciidoc[]
53+
54+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/functions/metric.asciidoc
7655
include::functions/metric.asciidoc[]
56+
57+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/functions/rare.asciidoc
7758
include::functions/rare.asciidoc[]
59+
60+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/functions/sum.asciidoc
7861
include::functions/sum.asciidoc[]
62+
63+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/functions/time.asciidoc
7964
include::functions/time.asciidoc[]

x-pack/docs/en/ml/getting-started.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,20 @@ significant changes to the system. You can alternatively assign the
7272

7373
For more information, see <<built-in-roles>> and <<privileges-list-cluster>>.
7474

75+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/getting-started-data.asciidoc
7576
include::getting-started-data.asciidoc[]
77+
78+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/getting-started-wizards.asciidoc
7679
include::getting-started-wizards.asciidoc[]
80+
81+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/getting-started-single.asciidoc
7782
include::getting-started-single.asciidoc[]
83+
84+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/getting-started-multi.asciidoc
7885
include::getting-started-multi.asciidoc[]
86+
87+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/getting-started-forecast.asciidoc
7988
include::getting-started-forecast.asciidoc[]
89+
90+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/getting-started-next.asciidoc
8091
include::getting-started-next.asciidoc[]

x-pack/docs/en/ml/overview.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ include::calendars.asciidoc[]
1717
There are a few concepts that are core to {ml} in {xpack}. Understanding these
1818
concepts from the outset will tremendously help ease the learning process.
1919

20+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/ml/architecture.asciidoc
2021
include::architecture.asciidoc[]

x-pack/docs/en/security/authentication/overview.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,41 @@ attach your user credentials to the requests sent to {es}. For example, when
2424
using realms that support usernames and passwords you can simply attach
2525
{wikipedia}/Basic_access_authentication[basic auth] header to the requests.
2626

27+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/built-in-users.asciidoc
2728
include::built-in-users.asciidoc[]
2829

30+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/internal-users.asciidoc
2931
include::internal-users.asciidoc[]
3032

33+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/realms.asciidoc
3134
include::realms.asciidoc[]
3235

36+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/active-directory-realm.asciidoc
3337
include::active-directory-realm.asciidoc[]
3438

39+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/file-realm.asciidoc
3540
include::file-realm.asciidoc[]
3641

42+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/ldap-realm.asciidoc
3743
include::ldap-realm.asciidoc[]
3844

45+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/native-realm.asciidoc
3946
include::native-realm.asciidoc[]
4047

48+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/pki-realm.asciidoc
4149
include::pki-realm.asciidoc[]
4250

51+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/saml-realm.asciidoc
4352
include::saml-realm.asciidoc[]
4453

54+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/custom-realm.asciidoc
4555
include::custom-realm.asciidoc[]
4656

57+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/anonymous-access.asciidoc
4758
include::anonymous-access.asciidoc[]
4859

60+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/user-cache.asciidoc
4961
include::user-cache.asciidoc[]
5062

63+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authentication/saml-guide.asciidoc
5164
include::saml-guide.asciidoc[]

x-pack/docs/en/security/authorization/overview.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,26 @@ As an administrator, you will need to define the roles that you want to use,
4949
then assign users to the roles. These can be assigned to users in a number of
5050
ways depending on the realms by which the users are authenticated.
5151

52+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authorization/built-in-roles.asciidoc
5253
include::built-in-roles.asciidoc[]
5354

55+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authorization/managing-roles.asciidoc
5456
include::managing-roles.asciidoc[]
5557

58+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authorization/privileges.asciidoc
5659
include::privileges.asciidoc[]
5760

61+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authorization/alias-privileges.asciidoc
5862
include::alias-privileges.asciidoc[]
5963

64+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authorization/mapping-roles.asciidoc
6065
include::mapping-roles.asciidoc[]
6166

67+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authorization/field-and-document-access-control.asciidoc
6268
include::field-and-document-access-control.asciidoc[]
6369

70+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authorization/run-as-privilege.asciidoc
6471
include::run-as-privilege.asciidoc[]
6572

73+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/authorization/custom-roles-provider.asciidoc
6674
include::custom-roles-provider.asciidoc[]

x-pack/docs/en/security/ccs-clients-integrations.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,20 @@ or at least communicate with the cluster in a secured way:
3232
* {kibana-ref}/secure-reporting.html[Reporting]
3333
* {winlogbeat-ref}/securing-beats.html[Winlogbeat]
3434

35+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/cross-cluster.asciidoc
3536
include::ccs-clients-integrations/cross-cluster.asciidoc[]
3637

38+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/java.asciidoc
3739
include::ccs-clients-integrations/java.asciidoc[]
3840

41+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc
3942
include::ccs-clients-integrations/http.asciidoc[]
4043

44+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/hadoop.asciidoc
4145
include::ccs-clients-integrations/hadoop.asciidoc[]
4246

47+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/beats.asciidoc
4348
include::ccs-clients-integrations/beats.asciidoc[]
4449

50+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/monitoring.asciidoc
4551
include::ccs-clients-integrations/monitoring.asciidoc[]

x-pack/docs/en/security/ccs-clients-integrations/cross-cluster.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,5 @@ GET two:logs-2017.04/_search <1>
155155
// TEST[skip:todo]
156156
//TBD: Is there a missing description of the <1> callout above?
157157

158+
:edit_url: https://github.com/elastic/kibana/edit/{branch}/x-pack/docs/en/security/cross-cluster-kibana.asciidoc
158159
include::{xkb-repo-dir}/security/cross-cluster-kibana.asciidoc[]

x-pack/docs/en/security/reference.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
* {ref}/security-api.html[Security API]
88
* {ref}/xpack-commands.html[Security Commands]
99

10+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/reference/files.asciidoc
1011
include::reference/files.asciidoc[]

x-pack/docs/en/security/securing-communications.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This section shows how to:
1717
The authentication of new nodes helps prevent a rogue node from joining the
1818
cluster and receiving data through replication.
1919

20+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/setting-up-ssl.asciidoc
2021
include::securing-communications/setting-up-ssl.asciidoc[]
2122

2223
//TO-DO: These sections can be removed when all links to them are removed.

0 commit comments

Comments
 (0)