Alexander Reelsen
aa12763eba
Docs: Remove invalid configuration options
...
Original commit: elastic/x-pack-elasticsearch@c1ef6dce5f
2018-02-09 09:35:56 +01:00
Alexander Reelsen
e15f1c36b5
Docs: Fix cross project link
...
Original commit: elastic/x-pack-elasticsearch@83ec5bd47c
2017-12-21 11:42:57 +01:00
Alexander Reelsen
8c99a4dc78
Watcher: Add refresh parameter to index action ( elastic/x-pack-elasticsearch#3350 )
...
This allows to configure the refresh parameter to the index action,
which is either applied to the resulting index or bulk request.
Relates elastic/apm-dev#76
Original commit: elastic/x-pack-elasticsearch@aedb6adc66
2017-12-21 10:18:16 +01:00
Alexander Reelsen
5f8a0711f5
Watcher: Set index and type dynamically in index action ( elastic/x-pack-elasticsearch#3264 )
...
The index action allowed to set the id of a document dynamically,
however this was not allowed for the index or the type.
If a user wants to execute a search, modify the found documents and
index them back, then this would only work across a single index and a
single type. This change allows the watch writer to just take a search
result, read index and type out of that and configure this as part of
the index action.
On top of that the integration tests have been changed to become fast
running unit tests.
Original commit: elastic/x-pack-elasticsearch@640b085dd4
2017-12-15 16:59:29 +01:00
Alexander Reelsen
3f17c28f9b
Docs: Remove note about running watches with elevated privileges
...
The documentation still mentioned that watches are running with elevated
privileges, which is not true anymore since elastic/x-pack-elasticsearch#2808 .
Original commit: elastic/x-pack-elasticsearch@6b510d999a
2017-12-08 11:01:28 +01:00
Alexander Reelsen
fdb02f4f99
Watcher: Fix pagerduty action to send context data ( elastic/x-pack-elasticsearch#3185 )
...
The pagerduty action allows to send contexts, which contains an array
of texts or images, each with a link.
The field of this data was named 'context' instead of 'contexts' and
thus those contects were never correctly parsed on the pagerduty side.
Unfortunately pagerduty accepts any JSON, thus this was not caught so
far.
This commit allows parsing of the old field name to retain BWC, but when
written out via toXContent, it will always use the 'contexts' field name.
relates elastic/x-pack-elasticsearch#3184
Original commit: elastic/x-pack-elasticsearch@50f0b65d56
2017-12-05 11:31:48 +01:00
lcawley
79cb3a8a2c
[DOCS] Fixed typo
...
Original commit: elastic/x-pack-elasticsearch@a2da8f644f
2017-11-22 10:02:24 -08:00
Alexander Reelsen
a90cd81f99
Docs: Fix broken watcher example using multi line strings
...
Original commit: elastic/x-pack-elasticsearch@7398be67c4
2017-11-10 10:06:47 +01:00
Lisa Cawley
7e91fc3feb
[DOCS] Fixed typo in Watcher email actions ( elastic/x-pack-elasticsearch#2829 )
...
Original commit: elastic/x-pack-elasticsearch@1468a76b6d
2017-11-02 09:55:51 -07:00
Lisa Cawley
8888922af8
[DOCS] Fixed email action typo in watcher ( elastic/x-pack-elasticsearch#2849 )
...
Original commit: elastic/x-pack-elasticsearch@80795a0c07
2017-11-02 09:29:20 -07:00
Alexander Reelsen
cadfd03529
Watcher: Allow JIRA path to be custom chosen ( elastic/x-pack-elasticsearch#2682 )
...
The path of a JIRA endpoint used to be fixed. This commit allows the
path to be dynamic, so that users can deploy their JIRA instance under
an arbitrary prefix.
Original commit: elastic/x-pack-elasticsearch@7702505114
2017-10-10 08:55:28 +02:00
Lisa Cawley
95a5d36289
[DOCS] Add watcher and elevated privilege info ( elastic/x-pack-elasticsearch#2632 )
...
Original commit: elastic/x-pack-elasticsearch@2dcbace8a0
2017-09-26 13:26:02 -07:00
Deb Adair
806b0bc710
[DOCS] Removed UI and Logstash settings & updated links to that info.
...
Original commit: elastic/x-pack-elasticsearch@2434e503dd
2017-06-26 09:04:56 -07:00
Lisa Cawley
8103a1bf8b
[DOCS] Fix broken links ( elastic/x-pack-elasticsearch#1799 )
...
Original commit: elastic/x-pack-elasticsearch@7ff7ff1dbc
2017-06-20 17:41:16 -07:00
Lisa Cawley
1b3b7f2944
[DOCS] Update links in X-Pack Reference for Reporting info ( elastic/x-pack-elasticsearch#1584 )
...
* [DOCS] Update links to Reporting docs
* [DOCS] Fix incomplete link
Original commit: elastic/x-pack-elasticsearch@c3ccafb191
2017-06-20 15:38:27 -07:00
Alexander Reelsen
d6254c9fd3
Watcher: Add proxy support for reporting attachment action ( elastic/x-pack-elasticsearch#1781 )
...
This allows to configure a proxy for the reporting attachment
action. The proxy is used by the HTTP client.
Original commit: elastic/x-pack-elasticsearch@87b6ab1b68
2017-06-20 13:49:32 +02:00
Ryan Ernst
c1a3f50e19
Convert script uses to use source/id keys ( elastic/x-pack-elasticsearch#1670 )
...
This is the xpack side of
https://github.com/elastic/elasticsearch/pull/25127
Original commit: elastic/x-pack-elasticsearch@e25bd90825
2017-06-09 08:29:36 -07:00
Alexander Reelsen
521b7a1940
Watcher: Support setting of markdown in attachments ( elastic/x-pack-elasticsearch#1492 )
...
Watcher: Support setting of markdown in attachments
This allows to set the `mrkdwn_in` array in slack attachments to specify which fields should contain markdown.
See https://api.slack.com/docs/message-formatting#message_formatting
This is mainly useful for the text and pretext fields in an attachment.
relates elastic/x-pack-elasticsearch#403
Original commit: elastic/x-pack-elasticsearch@ee4180e4bf
2017-05-23 13:33:00 +02:00
lcawley
b0bfca6a11
[DOCS] Fix watcher typo
...
Original commit: elastic/x-pack-elasticsearch@f970206d1d
2017-04-19 15:58:09 -07:00
debadair
ac441fab57
[DOCS] Migrating images to separate x-pack repos.
...
Original commit: elastic/x-pack-elasticsearch@80317c063b
2017-04-18 13:13:12 -07:00
debadair
40fc8058e5
[DOCS] Fixed includes to correctly reference other repos.
...
Original commit: elastic/x-pack-elasticsearch@f6a0d09575
2017-04-07 17:32:03 -07:00
lcawl
436706f851
[DOCS] Create "en" translation directory ( elastic/x-pack-elasticsearch#907 )
...
Confirmed with @debadair, going ahead with merge
Original commit: elastic/x-pack-elasticsearch@c510ddfe9e
2017-03-31 08:48:39 -07:00