Skip to content

Commit 42d0af1

Browse files
committed
[DOCS] Fix more edit URLs in Stack Overview (#30704)
1 parent 28b2160 commit 42d0af1

19 files changed

+113
-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/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.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,17 @@ information, see <<security-settings>>.
2929
For more information about encrypting communications across the Elastic Stack,
3030
see {xpack-ref}/encrypting-communications.html[Encrypting Communications].
3131

32+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/node-certificates.asciidoc
3233
include::node-certificates.asciidoc[]
34+
35+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/tls-transport.asciidoc
3336
include::tls-transport.asciidoc[]
37+
38+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/tls-http.asciidoc
3439
include::tls-http.asciidoc[]
40+
41+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/tls-ad.asciidoc
3542
include::tls-ad.asciidoc[]
43+
44+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/tls-ldap.asciidoc
3645
include::tls-ldap.asciidoc[]

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,23 @@ 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/ribe-clients-integrations/cross-cluster.asciidoc
3536
include::tribe-clients-integrations/cross-cluster.asciidoc[]
3637

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

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

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

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

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

53+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ribe-clients-integrations/monitoring.asciidoc
4754
include::tribe-clients-integrations/monitoring.asciidoc[]

x-pack/docs/en/security/tribe-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/watcher/actions.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,20 +259,28 @@ PUT _xpack/watcher/watch/log_event_watch
259259
<1> A `condition` that only applies to the `notify_pager` action, which
260260
restricts its execution to when the condition succeeds (at least 5 hits in this case).
261261

262+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/actions/email.asciidoc
262263
include::actions/email.asciidoc[]
263264

265+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/actions/webhook.asciidoc
264266
include::actions/webhook.asciidoc[]
265267

268+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/actions/index.asciidoc
266269
include::actions/index.asciidoc[]
267270

271+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/actions/logging.asciidoc
268272
include::actions/logging.asciidoc[]
269273

274+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/actions/hipchat.asciidoc
270275
include::actions/hipchat.asciidoc[]
271276

277+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/actions/slack.asciidoc
272278
include::actions/slack.asciidoc[]
273279

280+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/actions/pagerduty.asciidoc
274281
include::actions/pagerduty.asciidoc[]
275282

283+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/actions/jira.asciidoc
276284
include::actions/jira.asciidoc[]
277285

278286
[float]

x-pack/docs/en/watcher/condition.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,17 @@ conditions are met.
2828
In addition to the watch wide condition, you can also configure conditions
2929
per <<action-conditions, action>>.
3030

31+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/condition/always.asciidoc
3132
include::condition/always.asciidoc[]
3233

34+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/condition/never.asciidoc
3335
include::condition/never.asciidoc[]
3436

37+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/condition/compare.asciidoc
3538
include::condition/compare.asciidoc[]
3639

40+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/condition/array-compare.asciidoc
3741
include::condition/array-compare.asciidoc[]
3842

43+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/condition/script.asciidoc
3944
include::condition/script.asciidoc[]

x-pack/docs/en/watcher/example-watches.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ For more example watches you can use as a starting point for building custom
99
watches, see the https://github.com/elastic/examples/tree/master/Alerting[Example
1010
Watches] in the Elastic Examples repo.
1111

12+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/example-watches/example-watch-clusterstatus.asciidoc
1213
include::example-watches/example-watch-clusterstatus.asciidoc[]
1314

15+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc
1416
include::example-watches/example-watch-meetupdata.asciidoc[]

x-pack/docs/en/watcher/input.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ execution context.
1919
NOTE: If you don't define an input for a watch, an empty payload is loaded
2020
into the execution context.
2121

22+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/input/simple.asciidoc
2223
include::input/simple.asciidoc[]
2324

25+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/input/search.asciidoc
2426
include::input/search.asciidoc[]
2527

28+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/input/http.asciidoc
2629
include::input/http.asciidoc[]
2730

31+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/input/chain.asciidoc
2832
include::input/chain.asciidoc[]

x-pack/docs/en/watcher/java.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,20 +122,29 @@ XPackClient xpackClient = new XPackClient(client);
122122
WatcherClient watcherClient = xpackClient.watcher();
123123
--------------------------------------------------
124124

125+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/java/put-watch.asciidoc
125126
include::java/put-watch.asciidoc[]
126127

128+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/java/get-watch.asciidoc
127129
include::java/get-watch.asciidoc[]
128130

131+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/java/delete-watch.asciidoc
129132
include::java/delete-watch.asciidoc[]
130133

134+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/java/execute-watch.asciidoc
131135
include::java/execute-watch.asciidoc[]
132136

137+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/java/ack-watch.asciidoc
133138
include::java/ack-watch.asciidoc[]
134139

140+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/java/activate-watch.asciidoc
135141
include::java/activate-watch.asciidoc[]
136142

143+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/java/deactivate-watch.asciidoc
137144
include::java/deactivate-watch.asciidoc[]
138145

146+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/java/stats.asciidoc
139147
include::java/stats.asciidoc[]
140148

149+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/java/service.asciidoc
141150
include::java/service.asciidoc[]

x-pack/docs/en/watcher/transform.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ part of the definition of the `my_webhook` action.
5555
<1> A watch level `transform`
5656
<2> An action level `transform`
5757

58+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/transform/search.asciidoc
5859
include::transform/search.asciidoc[]
5960

61+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/transform/script.asciidoc
6062
include::transform/script.asciidoc[]
6163

64+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/transform/chain.asciidoc
6265
include::transform/chain.asciidoc[]

x-pack/docs/en/watcher/trigger.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ the trigger and triggering the watch when needed.
99
{watcher} is designed to support different types of triggers, but only time-based
1010
<<trigger-schedule, `schedule`>> triggers are currently available.
1111

12+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/trigger/schedule.asciidoc
1213
include::trigger/schedule.asciidoc[]

0 commit comments

Comments
 (0)