Tim Sullivan
c1db7cb4dd
Merge pull request elastic/elasticsearch#2368 from tsullivan/ui-usage-stats
...
Monitoring UI: Add X-Pack Usage object to Phone Home data
Original commit: elastic/x-pack-elasticsearch@4784dd101b
2016-06-01 11:26:18 -07:00
Areek Zillur
54215ae4d5
Merge pull request elastic/elasticsearch#2386 from areek/move_clock_module_to_xpack
...
[refactor] move clock module to x-pack package
Original commit: elastic/x-pack-elasticsearch@750d3962cb
2016-06-01 11:22:30 -04:00
jaymode
d5e64a0524
test: lowercase index name
...
Original commit: elastic/x-pack-elasticsearch@3e037eca8a
2016-06-01 10:02:51 -04:00
Yannick Welsch
11908868c5
Remove handlers that have been removed from core
...
Removes handlers internal:cluster/node/index/deleted and internal:cluster/node/index_store/deleted that have been removed in core as part of elastic/elasticsearchelastic/elasticsearch#18602
Original commit: elastic/x-pack-elasticsearch@e040871e5a
2016-06-01 15:23:18 +02:00
jaymode
9d1ed22def
security: add delete permissions to kibana_user role
...
Closes elastic/elasticsearch#2393
Original commit: elastic/x-pack-elasticsearch@4a096befd0
2016-06-01 08:09:01 -04:00
jaymode
a2f3f304d3
test: update Kibana role integ tests to use built in role
...
Original commit: elastic/x-pack-elasticsearch@89f3104a4b
2016-06-01 07:24:14 -04:00
Jason Tedor
b046a08842
Fix version compatability test
...
This commit fixes the version compatability test by updating the version
to reflect the current version in core.
Original commit: elastic/x-pack-elasticsearch@0bb6dbc1c3
2016-05-31 22:08:56 -04:00
Lukas Olson
c9db4c8576
Merge pull request elastic/elasticsearch#2385 from lukasolson/fix/editable-kibana_user
...
[security-ui] Make kibana_user role uneditable
Original commit: elastic/x-pack-elasticsearch@2807fa8105
2016-05-31 15:02:39 -07:00
Tim Sullivan
a40366800d
Merge pull request elastic/elasticsearch#2361 from tsullivan/monitoring-ui-fix-bytes-indices-listing
...
monitoring ui: refactor indices listing with JSX
Original commit: elastic/x-pack-elasticsearch@fc6cc4ed79
2016-05-31 14:46:26 -07:00
Areek Zillur
dab72186e5
move clock module to x-pack package
...
Original commit: elastic/x-pack-elasticsearch@6f0ecb5518
2016-05-31 16:29:18 -04:00
jaymode
a58ed3ed32
security: rename /authenticate /_authenticate
...
We use the _ to indicate actions in endpoint names. It appears that the _authenticate API was
incorrectly removed in elastic/elasticsearch#2174 . This adds it back.
Original commit: elastic/x-pack-elasticsearch@0a0b85d05a
2016-05-31 12:37:07 -04:00
Jay Modi
9052a86ad5
Merge pull request elastic/elasticsearch#2369 from lukasolson/fix/authenticate
...
[security-ui] Update authenticate to _authenticate
Original commit: elastic/x-pack-elasticsearch@fd1cabe0a5
2016-05-31 12:32:55 -04:00
jaymode
fbeda210ae
test: add logging to randomly failing IndexAuditIT
...
Original commit: elastic/x-pack-elasticsearch@3abd1ec0b5
2016-05-31 12:22:26 -04:00
Tim Sullivan
d5d8d13aad
Merge pull request elastic/elasticsearch#2377 from tsullivan/marvel-ui-fix-cluster_stat-fields-for-phone-home-5.0
...
monitoring ui: explicitly pick cluster stat fields for phone home
Original commit: elastic/x-pack-elasticsearch@55a7b8c591
2016-05-31 09:16:03 -07:00
jaymode
8d6b279bf2
test: catch socketexception which may also be thrown
...
We need to catch SocketException as this can be thrown during the handshake we expect
to fail if the server closes the socket during the handshake.
Closes elastic/elasticsearch#2378
Original commit: elastic/x-pack-elasticsearch@45c4b93ab6
2016-05-31 10:29:31 -04:00
Alexander Reelsen
0aec22d0ca
Tests: Add shrink action to known actions
...
Original commit: elastic/x-pack-elasticsearch@a3f583c11b
2016-05-31 11:46:07 +02:00
Boaz Leskes
fc5edc242d
add assertBusy to testEmptyGetLicense as trial license is added async
...
Original commit: elastic/x-pack-elasticsearch@8dea3c54f9
2016-05-31 09:49:17 +02:00
jaymode
2a7e2a6cd6
security: add a built in kibana_user role
...
This commit adds a `kibana_user` role that can be used to grant the minimum
set of privileges necessary to access kibana.
Closes elastic/elasticsearch#2166
Original commit: elastic/x-pack-elasticsearch@00e129e342
2016-05-27 07:18:14 -04:00
Alexander Reelsen
28f89314cb
Watcher: Fix certain chained input usages not written to history
...
If a chained input was used, and inside of this a search input was
used, that hat dots in its field names somewhere (like when sorting
or using a compare condition), then storing this in the history failed.
The reason for this was the broken watch history template, that did not take
nested requests bodies into account and thus tried to create an index mapping
for requests that were inside of a chained input.
This commit fixes the watch history index template.
Closes elastic/elasticsearch#2338
Original commit: elastic/x-pack-elasticsearch@d9f48234d3
2016-05-27 10:19:52 +02:00
Boaz Leskes
16d7f0c999
Introduce dedicated master nodes in testing infrastructure ( elastic/elasticsearch#2314 )
...
This is a companion commit to elastic/elasticsearchelastic/elasticsearch#18514, fixing issues introduced by adding dedicated master nodes to the test infra
Original commit: elastic/x-pack-elasticsearch@8c0571f2de
2016-05-27 08:45:54 +02:00
Robert Muir
21b2494c5b
ScriptException -> GeneralScriptException ( https://github.com/elastic/elasticsearch/pull/18600 )
...
Original commit: elastic/x-pack-elasticsearch@0536fe9222
2016-05-26 17:51:46 -04:00
Joe Fleming
fb4befac4e
Merge pull request elastic/elasticsearch#2337 from w33ble/fix/phantom-unpack
...
Use node modules to unpack Linux binaries
Original commit: elastic/x-pack-elasticsearch@f2b716648c
2016-05-26 13:23:04 -07:00
jaymode
ab3438cbc4
test: IndexAuditTrailTests use the proper timestamp to resolve the index name
...
This changes the IndexAuditTrailTests to use the actual timestamp of the message being indexed to determine
the index name. Some build failures occurred due to running right at the change of an hour and the rollover was
set to hourly. So the message was indexed in one index and the test expected a different index.
Original commit: elastic/x-pack-elasticsearch@9dd5012a73
2016-05-26 09:47:59 -04:00
Alexander Reelsen
13f9c931b6
Release: Fix smoke test script to cope with latest changes in master
...
Original commit: elastic/x-pack-elasticsearch@0966d8b05f
2016-05-26 12:32:16 +02:00
Alexander Reelsen
72c3dbd3bc
Watcher: Allow more tags for HTML sanitizer in tables ( elastic/elasticsearch#2350 )
...
This allows the colspan/rowspan attr on td/tr as well as
border/cellpadding attrs on table elements.
Original commit: elastic/x-pack-elasticsearch@e0b989f0ac
2016-05-26 11:10:31 +02:00
Joe Fleming
a056aacca1
Merge pull request elastic/elasticsearch#2281 from ycombinator/gh-2004
...
License checking for Graph UI
Original commit: elastic/x-pack-elasticsearch@cb9e2b5acc
2016-05-25 13:06:02 -07:00
jaymode
cc66740683
add back randomization of global/per realm SSL configuration
...
Original commit: elastic/x-pack-elasticsearch@8dedc9ad45
2016-05-25 13:47:07 -04:00
jaymode
c248d7b5da
security: remove auto ssl and disable transport ssl by default
...
This commit removes the code to auto generate a ssl certificate on startup and disables ssl
on the transport layer by default.
Original commit: elastic/x-pack-elasticsearch@1dc9b17842
2016-05-25 12:03:28 -04:00
Tanguy Leroux
eec4ed90d2
Fix unclosed objects & arrays
...
Original commit: elastic/x-pack-elasticsearch@d4b317a9c6
2016-05-25 16:46:38 +02:00
Martijn van Groningen
47d83d37d8
test: remove percolator asserts
...
Original commit: elastic/x-pack-elasticsearch@52469798e2
2016-05-25 16:07:27 +02:00
Shaunak Kashyap
cfa836386f
Merge pull request elastic/elasticsearch#2332 from ycombinator/gh-2319
...
Removing custom Graph logo
Original commit: elastic/x-pack-elasticsearch@2b256c084e
2016-05-25 06:56:20 -07:00
Tanguy Leroux
b25c401b3c
Add integration test for Delete-By-Query and Security
...
Closes elastic/elasticsearch#2287
Original commit: elastic/x-pack-elasticsearch@4bbb2a6f73
2016-05-25 09:39:23 +02:00
Joe Fleming
40013378de
Merge pull request elastic/elasticsearch#2305 from lukasolson/fix/client-cookie
...
Store user information in client cookie instead of making request
Original commit: elastic/x-pack-elasticsearch@00ca5b4a65
2016-05-24 16:28:42 -07:00
Lukas Olson
d86204b582
Merge branch 'master' into fix/client-cookie
...
Original commit: elastic/x-pack-elasticsearch@46a3305b2a
2016-05-24 13:43:25 -07:00
Joe Fleming
fa77e92a71
Merge pull request elastic/elasticsearch#2310 from w33ble/reporting-queue
...
Async reporting queue
Original commit: elastic/x-pack-elasticsearch@c187c3edbc
2016-05-24 13:05:55 -07:00
Martijn van Groningen
f44a3c4ced
test: fixed compile issue
...
Original commit: elastic/x-pack-elasticsearch@233883531f
2016-05-24 21:47:14 +02:00
Lukas Olson
00fba58c56
Merge branch 'master' into fix/client-cookie
...
Original commit: elastic/x-pack-elasticsearch@a9920d5626
2016-05-24 11:39:42 -07:00
Areek Zillur
7d232e4133
Merge pull request elastic/elasticsearch#2259 from areek/fix/2231
...
Fix license expiry log message
Original commit: elastic/x-pack-elasticsearch@280ba28095
2016-05-24 13:21:25 -04:00
Areek Zillur
c01e47990f
Merge pull request elastic/elasticsearch#2334 from areek/fix/x_pack_prefix_license
...
Add _xpack prefix to license endpoints
Original commit: elastic/x-pack-elasticsearch@efba1a661d
2016-05-24 12:13:14 -04:00
Areek Zillur
c14f40ff73
Merge branch 'master' into fix/x_pack_prefix_license
...
Original commit: elastic/x-pack-elasticsearch@4f8abd3021
2016-05-24 12:12:37 -04:00
Areek Zillur
3794c3260a
update smoke test to point to renamed license endpoint
...
Original commit: elastic/x-pack-elasticsearch@4a8fb3c86e
2016-05-24 11:37:11 -04:00
Areek Zillur
352cd80c2c
Add _xpack prefix to license endpoints
...
Original commit: elastic/x-pack-elasticsearch@7af3ea2450
2016-05-24 11:15:25 -04:00
Martijn van Groningen
8e25536a0b
test: removed checking for percolator actions
...
This api now just redirects to search api. All the special percolator logic has been replaced by a query that uses the Lucene index. (no caching of queries upon loading shards)
So verifying these deprecated actions is no longer needed
Original commit: elastic/x-pack-elasticsearch@da6d66fcb4
2016-05-24 14:30:53 +02:00
Martijn van Groningen
0fd936610a
test: removed percolator api tests
...
This api now just redirects to search api. All the special percolator logic has been replaced by a query that uses the Lucene index. (no caching of queries upon loading shards)
So these special tests are no longer needed
Original commit: elastic/x-pack-elasticsearch@335d6554fb
2016-05-24 13:31:05 +02:00
Robert Muir
be1dc0112b
Merge pull request elastic/elasticsearch#2327 from rmuir/painless_examples
...
improve painless examples in watcher
Original commit: elastic/x-pack-elasticsearch@d59ff42cfb
2016-05-24 00:12:41 -04:00
uboness
9b11ae85d2
Fixed test
...
Original commit: elastic/x-pack-elasticsearch@9fe6158aa4
2016-05-24 01:23:08 +02:00
Ryan Ernst
045b255a05
Remove unnecessary use of return value for assertBusy
...
Original commit: elastic/x-pack-elasticsearch@79fd5fc5e6
2016-05-23 16:17:12 -07:00
jaymode
8e1a9603e3
security: add .reporting-* and s/.kibana/.kibana* access for the KibanaRole
...
This commit adds access to the reporting indices for the role that the Kibana server role has
access to. This needed so that the server can use the async queue. Additionally the kibana
server should have access to .kibana*
Closes elastic/elasticsearch#2323
Original commit: elastic/x-pack-elasticsearch@e930e9d872
2016-05-23 19:02:59 -04:00
Adrien Grand
6860944f07
Use Java's Base64 instead of elasticsearch's. elastic/elasticsearch#2282
...
Original commit: elastic/x-pack-elasticsearch@c2e748d732
2016-05-23 11:25:31 +02:00
Luca Cavanna
a0f826c8ed
fix xpack.usage api name and add a basic REST test for it ( elastic/elasticsearch#2308 )
...
There were two api with same name, depending on the platform one or the other was being loaded first, hence the xpack info tests may fail due to unsupported params being used.
Original commit: elastic/x-pack-elasticsearch@bd44eef3cc
2016-05-23 10:01:03 +02:00