Skip to content

Commit b2b7612

Browse files
authored
[7.2]Removes Watcher from Stack Overview (#546) (#563)
1 parent 602ff69 commit b2b7612

File tree

8 files changed

+239
-109
lines changed

8 files changed

+239
-109
lines changed
-245 KB
Binary file not shown.

docs/en/stack/index.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ include::security/index.asciidoc[]
2424

2525
include::monitoring/index.asciidoc[]
2626

27-
include::{xes-repo-dir}/watcher/index.asciidoc[]
28-
2927
include::ml/index.asciidoc[]
3028

3129
include::{es-repo-dir}/ccr/index.asciidoc[]

docs/en/stack/introduction.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ For a quick overview, see: https://www.elastic.co/products
1313
* {stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}]
1414
* <<security-getting-started, Getting Started with Security>>
1515
* <<xpack-monitoring, Getting Started with Monitoring>>
16-
* <<watcher-getting-started, Getting Started with Alerting and Notification>>
1716
* {kibana-ref}/xpack-reporting.html[Reporting from Kibana]
1817
* {kibana-ref}/graph-getting-started.html[Getting Started with Graph]
1918

docs/en/stack/limitations.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@ https://www.elastic.co/blog/elastic-stack-6-0-0-alpha1-released[Elastic Stack 6.
1515

1616
* <<security-limitations>>
1717

18-
* <<watcher-limitations>>
19-
2018
* <<ml-limitations>>
2119

2220
--
2321

2422
include::security/limitations.asciidoc[]
2523

26-
include::watcher/limitations.asciidoc[]
27-
2824
include::ml/limitations.asciidoc[]

docs/en/stack/redirects.asciidoc

Lines changed: 239 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,242 @@ See <<elasticsearch-security>>.
3232
=== Security files
3333

3434
See {ref}/security-files.html[Security files].
35+
36+
[role="exclude",id="xpack-alerting"]
37+
=== Alerting on cluster and index events
38+
39+
This page has moved.
40+
See {ref}/xpack-alerting.html[Alerting on cluster and index events].
41+
42+
[role="exclude",id="watcher-getting-started"]
43+
=== Getting started with Watcher
44+
45+
This page has moved.
46+
See {ref}/watcher-getting-started.html[Getting started with Watcher].
47+
48+
[role="exclude",id="how-watcher-works"]
49+
=== How Watcher works
50+
51+
[[watch-definition]]
52+
This page has moved.
53+
[[watch-active-state]]
54+
See {ref}/how-watcher-works.html[How Watcher works].
55+
56+
[role="exclude",id="encrypting-data"]
57+
=== Encrypting sensitive data in Watcher
58+
59+
This page has moved.
60+
See {ref}/encrypting-data.html[Encrypting sensitive data in Watcher].
61+
62+
[role="exclude",id="input"]
63+
=== Inputs
64+
65+
This page has moved.
66+
See {ref}/input.html[Inputs].
67+
68+
[role="exclude",id="input-simple"]
69+
=== Simple input
70+
71+
This page has moved.
72+
See {ref}/input-simple.html[Simple input].
73+
74+
[role="exclude",id="input-search"]
75+
=== Search input
76+
77+
This page has moved.
78+
See {ref}/input-search.html[Search input].
79+
80+
[role="exclude",id="input-http"]
81+
=== HTTP input
82+
83+
This page has moved.
84+
See {ref}/input-http.html[HTTP input].
85+
86+
[role="exclude",id="input-chain"]
87+
=== Chain input
88+
89+
This page has moved.
90+
See {ref}/input-chain.html[Chain input].
91+
92+
[role="exclude",id="trigger"]
93+
=== Triggers
94+
95+
This page has moved.
96+
See {ref}/trigger.html[Triggers].
97+
98+
[role="exclude",id="trigger-schedule"]
99+
=== Schedule trigger
100+
101+
[[schedule-cron]]
102+
This page has moved.
103+
See {ref}/trigger-schedule.html[Schedule trigger].
104+
105+
[role="exclude",id="condition"]
106+
=== Conditions
107+
108+
This page has moved.
109+
See {ref}/condition.html[Conditions].
110+
111+
[role="exclude",id="condition-always"]
112+
=== Always condition
113+
114+
This page has moved.
115+
See {ref}/condition-always.html[Always condition].
116+
117+
[role="exclude",id="condition-never"]
118+
=== Never condition
119+
120+
This page has moved.
121+
See {ref}/condition-never.html[Never condition].
122+
123+
[role="exclude",id="condition-compare"]
124+
=== Compare condition
125+
126+
This page has moved.
127+
See {ref}/condition-compare.html[Compare condition].
128+
129+
[role="exclude",id="condition-array-compare"]
130+
=== Array compare condition
131+
132+
This page has moved.
133+
See {ref}/condition-array-compare.html[Array compare condition].
134+
135+
[role="exclude",id="condition-script"]
136+
=== Script condition
137+
138+
This page has moved.
139+
See {ref}/condition-script.html[Script condition].
140+
141+
[role="exclude",id="actions"]
142+
=== Actions
143+
144+
[[actions-ack-throttle]]
145+
This page has moved.
146+
See {ref}/actions.html[Actions].
147+
148+
[role="exclude",id="action-conditions"]
149+
=== Adding conditions to actions
150+
151+
This page has moved.
152+
See {ref}/action-conditions.html[Adding conditions to actions].
153+
154+
[role="exclude",id="actions-email"]
155+
=== Email action
156+
157+
[[configuring-email]]
158+
This page has moved.
159+
[[email-html-sanitization]]
160+
See {ref}/actions-email.html[Email action].
161+
[[email-action-attributes]]
162+
[[configuring-email-actions]]
163+
164+
[role="exclude",id="actions-webhook"]
165+
=== Webhook action
166+
167+
This page has moved.
168+
See {ref}/actions-webhook.html[Webhook action].
169+
170+
[role="exclude",id="actions-index"]
171+
=== Index action
172+
173+
This page has moved.
174+
See {ref}/actions-index.html[Index action].
175+
176+
[role="exclude",id="actions-logging"]
177+
=== Logging action
178+
179+
This page has moved.
180+
See {ref}/actions-logging.html[Logging action].
181+
182+
[role="exclude",id="actions-slack"]
183+
=== Slack action
184+
185+
[[configuring-slack-actions]]
186+
This page has moved.
187+
[[configuring-slack]]
188+
See {ref}/actions-slack.html[Slack action].
189+
190+
[role="exclude",id="actions-pagerduty"]
191+
=== PagerDuty action
192+
193+
[[pagerduty-event-trigger-incident-attributes]]
194+
This page has moved.
195+
[[configuring-pagerduty-actions]]
196+
See
197+
[[configuring-pagerduty]]
198+
{ref}/actions-pagerduty.html[PagerDuty action].
199+
200+
201+
[role="exclude",id="actions-jira"]
202+
=== Jira action
203+
204+
[[jira-action-attributes]]
205+
This page has moved.
206+
[[configuring-jira-actions]]
207+
See {ref}/actions-jira.html[Jira action].
208+
209+
[role="exclude",id="transform"]
210+
=== Watcher transforms
211+
212+
This page has moved.
213+
See {ref}/transform.html[Watcher transforms].
214+
215+
[role="exclude",id="transform-search"]
216+
=== Search transform
217+
218+
This page has moved.
219+
See {ref}/transform-search.html[Search transform].
220+
221+
[role="exclude",id="transform-script"]
222+
=== Script transform
223+
224+
This page has moved.
225+
See {ref}/transform-script.html[Script transform].
226+
227+
[role="exclude",id="transform-chain"]
228+
=== Chain transform
229+
230+
This page has moved.
231+
See {ref}/transform-chain.html[Chain transform].
232+
233+
[role="exclude",id="api-java"]
234+
=== Java API
235+
236+
This page has moved.
237+
See {ref}/api-java.html[Java API].
238+
239+
[role="exclude",id="managing-watches"]
240+
=== Managing watches
241+
242+
This page has moved.
243+
See {ref}/managing-watches.html[Managing watches].
244+
245+
[role="exclude",id="example-watches"]
246+
=== Example watches
247+
248+
This page has moved.
249+
See {ref}/example-watches.html[Example watches].
250+
251+
[role="exclude",id="watch-cluster-status"]
252+
=== Watching the status of an Elasticsearch cluster
253+
254+
This page has moved.
255+
See {ref}/watch-cluster-status.html[Watching the status of an Elasticsearch cluster].
256+
257+
[role="exclude",id="watching-meetup-data"]
258+
=== Watching event data
259+
260+
This page has moved.
261+
See {ref}/watching-meetup-data.html[Watching event data].
262+
263+
[role="exclude",id="watcher-troubleshooting"]
264+
=== Troubleshooting Watcher
265+
266+
This page has moved.
267+
See {ref}/watcher-troubleshooting.html[Troubleshooting Watcher].
268+
269+
[role="exclude",id="watcher-limitations"]
270+
=== Watcher limitations
271+
272+
This page has moved.
273+
See {ref}/watcher-limitations.html[Watcher limitations].

docs/en/stack/troubleshooting.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Having trouble? Here are solutions to common problems you might encounter.
99

1010
* <<security-troubleshooting>>
1111

12-
* <<watcher-troubleshooting>>
13-
1412
* <<monitoring-troubleshooting>>
1513

1614
* <<ml-troubleshooting>>
@@ -37,8 +35,6 @@ GET /_xpack
3735

3836
include::security/troubleshooting.asciidoc[]
3937

40-
include::watcher/troubleshooting.asciidoc[]
41-
4238
include::monitoring/troubleshooting.asciidoc[]
4339

4440
include::ml/troubleshooting.asciidoc[]

docs/en/stack/watcher/limitations.asciidoc

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

docs/en/stack/watcher/troubleshooting.asciidoc

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

0 commit comments

Comments
 (0)