Lee Hinman
91f2e94ac7
Fix scripting engines for singular type
...
Original commit: elastic/x-pack-elasticsearch@ed014cefc3
2016-05-13 09:29:37 -06:00
Lee Hinman
fd6cf7d3d3
Register engines with a default of `ScriptMode.ON`
...
Original commit: elastic/x-pack-elasticsearch@d367b4028e
2016-05-13 09:29:37 -06:00
Lee Hinman
6e70856cf5
Fix Watcher tests for 'sandbox' option removal
...
Relates to https://github.com/elastic/elasticsearch/pull/18226
Original commit: elastic/x-pack-elasticsearch@b30d623dfb
2016-05-13 09:29:37 -06:00
Daniel Mitterdorfer
a37cc72329
Exclude specific transport actions from request size limit check
...
Relates elastic/elasticsearchelastic/elasticsearch#17951
Original commit: elastic/x-pack-elasticsearch@07d2165643
2016-05-13 14:26:14 +02:00
Lukas Olson
f108793e3b
Merge branch 'master' into feature/shield-ui
...
Original commit: elastic/x-pack-elasticsearch@11334a500d
2016-05-12 17:09:38 -07:00
Shaunak Kashyap
91e9a2f612
Merge pull request elastic/elasticsearch#2235 from ycombinator/gh-2226
...
[WIP] Set plugin status to red if x-pack plugin is not installed on ES cluster
Original commit: elastic/x-pack-elasticsearch@b42b2d0330
2016-05-12 16:44:13 -07:00
Joe Fleming
c41268b66a
Merge pull request elastic/elasticsearch#2205 from ycombinator/gh-2002
...
Refactoring license checking to use server.plugins.xpackMain.info object
Original commit: elastic/x-pack-elasticsearch@b8be8cf253
2016-05-12 13:44:31 -07:00
Areek Zillur
01b3fc8768
Differentiate between null license and license tombstone in cluster state
...
Currently, license notification scheme treats no license (before trial license is auto-generated)
and a license tombstone in the cluster state in the same way. This caused a bug where licencees
were not notified of explicit license removal. Now, the notification scheme explicitly handles
license tombstone to notify the licensees and handles the case for no license in cluster state
as before.
Original commit: elastic/x-pack-elasticsearch@c90ec23398
2016-05-12 15:24:36 -04:00
uboness
06a0a9cbb5
[fix] Removing license did not update the Licensees
...
- Introduced a `MISSING` operation mode
- now when the license is removed (and a tombstone license is placed), the licensees get notified with a `MISSING` license status
- the monitoring, security and watcher licensees were updated
Original commit: elastic/x-pack-elasticsearch@650d940666
2016-05-12 15:24:36 -04:00
Tanguy Leroux
233c64e942
Monitoring: Fix cleaner tests
...
Some changes in elastic/x-pack@d13557c517 change the testIgnoreTimestampedIndicesInOtherVersions method and it now sometime fails.
This commit revert the previous behavior of the test and ensures that at least 1 index is cleaned up/deleted in each test.
Original commit: elastic/x-pack-elasticsearch@3c6acb4ff8
2016-05-12 12:19:10 +02:00
Robert Muir
1bd3af9a55
Merge pull request elastic/elasticsearch#2225 from rmuir/painless_syntax
...
use painless syntax improvements in watcher tests and docs
Original commit: elastic/x-pack-elasticsearch@fe32b945eb
2016-05-11 21:44:29 -04:00
Robert Muir
3a2cfabc4d
use painless syntax improvements in watcher tests and docs
...
Original commit: elastic/x-pack-elasticsearch@27ef31efac
2016-05-11 21:24:43 -04:00
Tim Sullivan
61b8192dd9
Merge pull request elastic/elasticsearch#2223 from tsullivan/monitoring-ui-no-unused-vars-all
...
monitoring ui: restore custom plugin-specific .eslintrc rules for no-unused-vars
Original commit: elastic/x-pack-elasticsearch@1349a72f1d
2016-05-11 16:09:20 -07:00
Shaunak Kashyap
60dc636403
Merge branch 'master' into gh-2002
...
Original commit: elastic/x-pack-elasticsearch@80c34021d4
2016-05-11 16:05:16 -07:00
Chris Earle
5c9d18fc34
Adding {index} option for _xpack/monitoring/_bulk
...
This adds it so that a system can specify "_data" as the index to index into the
data index (without having to know its name). _Not_ supplying an index will use
the timestamped index. Any other index name (including wrong case) is invalid.
Original commit: elastic/x-pack-elasticsearch@6eeadfb3c8
2016-05-11 15:05:06 -04:00
Tim Sullivan
b5f17a0a40
Merge pull request elastic/elasticsearch#2085 from tsullivan/graph-ui-linting
...
Graph UI: Initial pass at covering with ESLint rules
Original commit: elastic/x-pack-elasticsearch@aaed399536
2016-05-11 10:22:32 -07:00
Shaunak Kashyap
ee8e5c6097
Merge pull request elastic/elasticsearch#2208 from ycombinator/xpack-info-js-api
...
Creating a JS API for xpack info
Original commit: elastic/x-pack-elasticsearch@64f75784b2
2016-05-10 13:29:27 -07:00
Lukas Olson
3fc2265b2d
Merge branch 'master' into feature/shield-ui
...
Original commit: elastic/x-pack-elasticsearch@ce32b066e2
2016-05-10 13:24:01 -07:00
Lukas Olson
365fff32a9
Merge pull request elastic/elasticsearch#2191 from lukasolson/fix/tests
...
[security-ui] Reorganize tests to match standard structure
Original commit: elastic/x-pack-elasticsearch@d663fbcf4b
2016-05-10 13:21:19 -07:00
Jason Tedor
6a3aef32d6
Switch scripts to use bash
...
This commit switches the command-line scripts to use bash instead of sh
so that we can take advantage of features that bash provides like
arrays.
Relates elastic/elasticsearch#2214
Original commit: elastic/x-pack-elasticsearch@826c10ef04
2016-05-10 15:07:04 -04:00
Yannick Welsch
ee406e9c3f
Use immutable ShardRouting
...
Relates to elastic/elasticsearchelastic/elasticsearch#17821
Original commit: elastic/x-pack-elasticsearch@92a9581327
2016-05-10 19:07:53 +02:00
markharwood
e7b70794b6
Prefix Graph REST endpoint with _xpack. Partial fix for issue 1760
...
Original commit: elastic/x-pack-elasticsearch@53ceb1c20d
2016-05-10 13:45:07 +01:00
Adrien Grand
7a6025784d
Use Versions.MATCH_ANY rather than NOT_SET now that NOT_SET is gone.
...
Original commit: elastic/x-pack-elasticsearch@14694aea60
2016-05-10 08:23:32 +02:00
Daniel Mitterdorfer
828b1902c5
Merge remote-tracking branch 'danielmitterdorfer/free-request-bytes'
...
Original commit: elastic/x-pack-elasticsearch@91867432c2
2016-05-09 16:01:21 +02:00
uboness
e016084d3e
Update README.asciidoc
...
Original commit: elastic/x-pack-elasticsearch@3b12fcc9c1
2016-05-09 14:05:19 +02:00
Tanguy Leroux
8f097d24e4
Mute XPackRestIT.test {p0=bulk/10_basic/Bulk indexing of monitoring data}
...
Original commit: elastic/x-pack-elasticsearch@e3a889222e
2016-05-09 13:27:54 +02:00
Daniel Mitterdorfer
c5aa644048
Free bytes reserved on request breaker
...
With this commit we free all bytes reserved on the request circuit breaker.
Relates elastic/elasticsearchelastic/elasticsearch#18144
Original commit: elastic/x-pack-elasticsearch@3986436b8c
2016-05-09 11:22:42 +02:00
Lukas Olson
38d23866d3
Merge pull request elastic/elasticsearch#2171 from lukasolson/fix/elasticsearch-username-password
...
Fix elasticsearch username/password overridden
Original commit: elastic/x-pack-elasticsearch@ecc6fcb3b0
2016-05-06 13:37:47 -07:00
Lukas Olson
08c3ea7a69
Merge branch 'master' into feature/shield-ui
...
Original commit: elastic/x-pack-elasticsearch@df1da8abf0
2016-05-06 13:28:58 -07:00
Chris Earle
68728e6bee
Use Strict version check for VersionCompatibilityTests
...
This changes the loose usage of onOrBefore to equals so that when we add beta1, this test fails
again.
Original commit: elastic/x-pack-elasticsearch@fe4f2cbdf0
2016-05-06 15:08:40 -04:00
Chris Earle
fd62b2308e
Updating with ES-side abstract method addition
...
Original commit: elastic/x-pack-elasticsearch@0d075b433b
2016-05-06 12:26:10 -04:00
Chris Earle
080000a595
Updating with array changed to list.
...
Original commit: elastic/x-pack-elasticsearch@552227458f
2016-05-06 12:26:10 -04:00
Chris Earle
ec0a4646ea
Add Failure Details to every NodesResponse (x-plugins side)
...
Original commit: elastic/x-pack-elasticsearch@9ffb88caaf
2016-05-06 12:26:10 -04:00
Jason Tedor
35121bc206
Add handshake to list of known handlers for tests
...
This commit adds internal:transport/handshake to the list of known
handlers for tests.
Closes elastic/elasticsearch#2183
Original commit: elastic/x-pack-elasticsearch@c4b415367b
2016-05-06 09:17:44 -04:00
Tanguy Leroux
330e427f40
Monitoring: Add Points stats to node and index segments stats
...
Original commit: elastic/x-pack-elasticsearch@7df2538068
2016-05-06 10:10:25 +02:00
Adrien Grand
5db861d14b
Remove generics from QueryBuilder.
...
Related to elastic/elasticsearchelastic/elasticsearch#18133.
Original commit: elastic/x-pack-elasticsearch@bd8ca4f061
2016-05-06 09:06:30 +02:00
Adrien Grand
22c4fb9a32
Make compilation pass.
...
Note: tests are still failing.
Original commit: elastic/x-pack-elasticsearch@827d129876
2016-05-06 09:05:45 +02:00
Areek Zillur
bd04cc9d1f
Extend tribe integ test infra to test on master and client nodes
...
Original commit: elastic/x-pack-elasticsearch@5826fb4161
2016-05-05 15:28:04 -04:00
Areek Zillur
3f0acdd70e
refactor tribe integ tests to test monitoring transport actions
...
Original commit: elastic/x-pack-elasticsearch@4c8735d4a8
2016-05-05 15:28:04 -04:00
Areek Zillur
f808b251b5
Disable monitoring transport and rest actions on tribe node
...
Original commit: elastic/x-pack-elasticsearch@a9d97b4f64
2016-05-05 15:27:45 -04:00
Areek Zillur
d9e9f7dfd0
Disable licensing services and management APIs for tribe node
...
closes elastic/elasticsearch#1426
Original commit: elastic/x-pack-elasticsearch@d8a312b1b5
2016-05-05 15:10:05 -04:00
Tim Sullivan
dcccb02595
Merge pull request elastic/elasticsearch#2151 from tsullivan/monitoring-ui-license-api-checkbasic
...
Monitoring UI: License Mode of Monitoring Cluster from XPack Info API
Original commit: elastic/x-pack-elasticsearch@3092270803
2016-05-05 10:23:52 -07:00
Tim Sullivan
1517bcd6ee
Merge pull request elastic/elasticsearch#2161 from tsullivan/monitoring-ui-fix-perms-error
...
monitoring ui: test access to monitoring indices before fieldStats call
Original commit: elastic/x-pack-elasticsearch@127214a26c
2016-05-05 09:57:31 -07:00
Alexander Reelsen
2cd7c74bc7
Security: Replace `_shield/` urls with `_xpack/security` ( elastic/elasticsearch#2174 )
...
This changes the security endpoints to _xpack/security, fixes the rest api spec to also use
the xpack.security prefix and adds documentation and tests.
Original commit: elastic/x-pack-elasticsearch@7977575f0e
2016-05-04 21:42:11 +02:00
Lukas Olson
124d0e0eee
Merge branch 'master' into feature/shield-ui
...
Original commit: elastic/x-pack-elasticsearch@a512b397a7
2016-05-04 12:29:08 -07:00
Jason Tedor
ed26294916
Fix HttpExporterTemplateTests from string split
...
This commit fixes an issue in HttpExporterTemplateTests caused by the
migration from Strings#splitStringToArray to String#split. Namely, the
previous would split a string like "/x/y/z/" into { "x", "y", "z" } but
the former will split this into { "", "x", "y", "z" }. This commit
modifies the test logic to respond to this change.
Original commit: elastic/x-pack-elasticsearch@c567b17180
2016-05-04 11:29:50 -04:00
Jason Tedor
5b12eef2d3
Fix ObjectPath#evalContext edge cases
...
This commit fixes an issue that was introduced in ObjectPath#evalContext
when refactoring from Strings#splitStringToArray to
String#split. Namely, the former would return an empty array when
receiving a null or empty string as input but the latter will NPE on a
null string and return an array containing the empty string on an empty
string input.
Original commit: elastic/x-pack-elasticsearch@2f509f9fa0
2016-05-04 11:21:58 -04:00
Christoph Büscher
357f0178e9
Adapt to changes in QueryShardContext
...
Original commit: elastic/x-pack-elasticsearch@36b97cac75
2016-05-04 16:42:52 +02:00
Jason Tedor
4a1591f2a8
Remove Strings#splitStringToArray
...
This commit replaces the uses of Strings#splitStringToArray in favor of
String#split as this method has been removed from core.
Relates elastic/elasticsearch#2175
Original commit: elastic/x-pack-elasticsearch@97ec094fa0
2016-05-04 10:39:05 -04:00
Alexander Reelsen
a243647ea1
Watcher: Move urls from _watcher to _xpack/watcher
...
This moves the watcher base URL to _xpack/watcher. This includes
code, tests, rest-api-spec and the documentation.
Relates elastic/elasticsearch#1760
Original commit: elastic/x-pack-elasticsearch@0a44aec022
2016-05-04 09:39:47 +02:00