Tanguy Leroux
06259f1836
Use ElasticsearchException.generateThrowableXContent() and metadataToXContent() ( elastic/elasticsearch#4655 )
...
This is the x-pack siblings of elastic/elasticsearchelastic/elasticsearch#22611
Original commit: elastic/x-pack-elasticsearch@57924a6f1a
2017-01-17 15:45:53 +01:00
David Roberts
f24e8c6d54
Remove C++ from build files ( elastic/elasticsearch#739 )
...
NB: The actual C++ code will be deleted in a separate commit to
avoid swamping this commit.
If you want to have the Java build pick up locally built C++ then:
export CPP_LOCAL_DISTS=$CPP_SRC_HOME/build/distributions
Otherwise, C++ artifacts will be downloaded from S3.
Original commit: elastic/x-pack-elasticsearch@246672e81d
2017-01-17 14:45:00 +00:00
David Kyle
9af2c2cbeb
Fix check style error (wildcard import)
...
Original commit: elastic/x-pack-elasticsearch@d5ba5d8dda
2017-01-17 13:57:08 +00:00
David Kyle
bc04bda8d6
Remember the index each result came from ( elastic/elasticsearch#727 )
...
* Delete unused batched ModelSnapshot iterator
* Pass source index with normalisable results
* Refactor Normalizable
* Rework persisting renormalised results
* Spell normalize with a ‘z’
* Rename ResultIndex -> ResultWithIndex
* Expand wildcard import
* Make Normalisable child type an enum
Original commit: elastic/x-pack-elasticsearch@52450abafd
2017-01-17 13:11:57 +00:00
Martijn van Groningen
1d891965c1
Stop scheduled job only once.
...
If scheduled job concurrently gets stopped from within (e.g. lookback) and externally via the stop scheduler api then make sure to execute the stop logic only once.
Original commit: elastic/x-pack-elasticsearch@505c44f515
2017-01-17 08:26:09 +01:00
Martijn van Groningen
e0b6a1e493
Removed unneeded task (de)registering as the super class does this already
...
Original commit: elastic/x-pack-elasticsearch@f5be371e83
2017-01-17 08:19:53 +01:00
Simon Willnauer
9e1f81d1e4
fix line len
...
Original commit: elastic/x-pack-elasticsearch@15d060560b
2017-01-16 21:17:22 +01:00
Simon Willnauer
6ebeaae972
Followup for elastic/elasticsearchelastic/elasticsearch#22636 ( elastic/elasticsearch#4634 )
...
Original commit: elastic/x-pack-elasticsearch@a6b2c88610
2017-01-16 21:06:30 +01:00
Jason Tedor
f677f3e327
Expose logs base path
...
This commit responds to a change in core Elasticsearch to expose
different properties for configuring the log files.
Relates elastic/elasticsearch#4633
Original commit: elastic/x-pack-elasticsearch@4caab617bf
2017-01-16 07:40:29 -05:00
Simon Willnauer
507e8d5461
Followup for elastic/elasticsearchelastic/elasticsearch#22618 ( elastic/elasticsearch#4625 )
...
Original commit: elastic/x-pack-elasticsearch@366253f46f
2017-01-15 13:36:03 +01:00
David Roberts
5cd79f20fa
Add company name to copyright messages
...
Original commit: elastic/x-pack-elasticsearch@8ee353a550
2017-01-13 19:46:48 +00:00
Lee Hinman
1ee5ac8a89
[TEST] Fix issue with bulk security rejections
...
Now that /_bulk requests are handled on a shard level, the entire request isn't
rejected, instead, each individual request is rejected. This changes the assert
accordingly.
Relates to elastic/elasticsearch#4441
Original commit: elastic/x-pack-elasticsearch@7ca777b574
2017-01-13 11:49:37 -07:00
Lee Hinman
4db2d7101a
Merge remote-tracking branch 'z-areek/enhancement/use_shard_bulk_for_single_ops'
...
Original commit: elastic/x-pack-elasticsearch@bb4265d026
2017-01-13 10:46:20 -07:00
David Roberts
bc03dba9a2
Add facility to cross compile for Mac OS X on Linux ( elastic/elasticsearch#717 )
...
Adding a build system that makes it possible for an Ubuntu 16.04 build
server configured according to the instructions in
https://github.com/elastic/prelert-legacy/wiki/Plugin-Development-Setup-for-Mac-OS-X-cross-compiled-on-Linux
to build a Mac OS X version of the product.
Original commit: elastic/x-pack-elasticsearch@c6f39c0395
2017-01-13 17:42:11 +00:00
Rashmi Kulkarni
d9802613a4
Merge pull request elastic/elasticsearch#4609 from rasroh/fix_ui
...
Small UI fix for replacing Delete Role button to Delete User in the Management> Edit>User page
Original commit: elastic/x-pack-elasticsearch@7e941d2d1b
2017-01-13 09:22:58 -08:00
Simon Willnauer
d50ffd6dc3
Fix compilation after elastic/elasticsearchelastic/elasticsearch#22608
...
Original commit: elastic/x-pack-elasticsearch@5ce843283a
2017-01-13 16:51:28 +01:00
David Kyle
c9a8d9d283
Update unit test after removing _all
...
Original commit: elastic/x-pack-elasticsearch@59c80a6ba3
2017-01-13 14:25:41 +00:00
Dimitris Athanasiou
4128d635f4
Remove explicit _all disabling from mappings ( elastic/elasticsearch#719 )
...
The _all field is now deprecated and disabled by default in elasticsearch
6.0.0. We no longer need to disable it explicitly.
Original commit: elastic/x-pack-elasticsearch@c71465083a
2017-01-13 12:39:59 +00:00
Dimitris Athanasiou
3ce48bc7b9
Remove ParseFieldMatcher ( elastic/elasticsearch#718 )
...
Original commit: elastic/x-pack-elasticsearch@070fb8146c
2017-01-13 11:54:25 +00:00
Daniel Mitterdorfer
d90181a3a1
Merge remote-tracking branch 'origin/master' into strict-booleans
...
Original commit: elastic/x-pack-elasticsearch@36ae65f4d8
2017-01-13 10:11:37 +01:00
Suyog Rao
89405c783f
[Logstash monitoring] Fix template to match event structure ( elastic/elasticsearch#4613 )
...
CPU stats were wrongly nested under "load". The correct nesting is os->cpu->load_average
Original commit: elastic/x-pack-elasticsearch@e3dc3765f6
2017-01-12 16:55:26 -08:00
Jason Tedor
0169c7055d
Return test annotation
...
This commit returns a test annotation that is needed on
PreBuiltXPackTransportClientTests because the test derives from
RandomizedTest and not ESTestCase and its ilk.
Original commit: elastic/x-pack-elasticsearch@1badced090
2017-01-12 19:30:24 -05:00
Jason Tedor
d30f20212c
Remove unneeded dummy test
...
This commit removes an unneeded dummy test from
PreBuiltXPackTransportClientTests. The dummy test was needed when the
sole test in the suite was skipped in some configuration. This test is
no longer skipped though so the dummy test can be removed.
Original commit: elastic/x-pack-elasticsearch@9cdfcc3be5
2017-01-12 19:21:45 -05:00
Lee Hinman
53f2dbe8e6
switch shard-level actions to static final vars, use separate method
...
Instead of shoehorning everything into `isCompositeAction`, add a new
`isTranslatedToBulkAction` method.
Original commit: elastic/x-pack-elasticsearch@053faae505
2017-01-12 15:04:57 -07:00
Lee Hinman
0136b095d0
Add BWC indices for 5.1.2 ( elastic/elasticsearch#4607 )
...
Original commit: elastic/x-pack-elasticsearch@8f2311aca8
2017-01-12 14:31:41 -07:00
Dimitris Athanasiou
c1ee50f238
Return 200 on GET requests for all resources when none exists ( elastic/elasticsearch#694 )
...
When a user makes a GET request to retrieve all resources of a type
(e.g. anomaly_detectors) and none exists, the response should be an
empty array with 200 status code. This commit fixes this issue for:
* anomaly_detectors and _stats
* schedulers and _stats
* lists
* buckets
All other GETs work fine already.
Original commit: elastic/x-pack-elasticsearch@4daaa91aa4
2017-01-12 17:46:39 +00:00
Lee Hinman
ff15132832
Merge remote-tracking branch 'dakrone/disable-all-by-default'
...
Original commit: elastic/x-pack-elasticsearch@835b1b8ac7
2017-01-12 10:23:14 -07:00
Lee Hinman
41f4d1784d
Remove `_all` configuration
...
Since the `_all` field is now disabled by default and no longer allowed to be
configured, these should be removed from the mapping templates.
Relates to https://github.com/elastic/elasticsearch/pull/22144
Original commit: elastic/x-pack-elasticsearch@3b17c2b9c6
2017-01-12 09:29:09 -07:00
Jason Tedor
694bb5d07b
Upgrade to Netty 4.1.7
...
This commit upgrades the Netty dependency to version 4.1.7.Final,
picking up some important bug fixes.
Relates elastic/elasticsearch#4602
Original commit: elastic/x-pack-elasticsearch@a5d10a9b04
2017-01-12 10:59:26 -05:00
Martijn van Groningen
c4d5cf660d
Revert "fixed compile error due upstream changed"
...
This reverts commit elastic/x-pack@54d8aeadec .
Original commit: elastic/x-pack-elasticsearch@8846dc4ca5
2017-01-12 16:56:30 +01:00
Martijn van Groningen
4550d5f979
fixed compile error due upstream changed
...
Original commit: elastic/x-pack-elasticsearch@0dd924b287
2017-01-12 16:34:45 +01:00
Martijn van Groningen
9ec22efcba
Removed last blocking client calls on network threads.
...
Closes elastic/elasticsearch#127
Original commit: elastic/x-pack-elasticsearch@3441f51764
2017-01-12 16:34:45 +01:00
Dimitrios Athanasiou
d3e4ebcc0e
Fix ScheduledJobsIT failure
...
Original commit: elastic/x-pack-elasticsearch@e43bb12ffb
2017-01-12 14:32:59 +00:00
javanna
2c5aeba418
remove unused arguments from RestGraphAction private parse method
...
Original commit: elastic/x-pack-elasticsearch@f0f41fb0a7
2017-01-12 14:44:02 +01:00
javanna
dcf5ce7a4e
Remove ParseFieldMatcher usages from QueryParseContext
...
Original commit: elastic/x-pack-elasticsearch@93423ca15c
2017-01-12 14:44:02 +01:00
javanna
51302608cb
remove some more ParseFieldMatcher usages
...
Original commit: elastic/x-pack-elasticsearch@4d3b7574cc
2017-01-12 14:44:02 +01:00
Dimitris Athanasiou
b93ec686f3
Use QUERY_THEN_FETCH (default) as search type for data extractor ( elastic/elasticsearch#704 )
...
I thought QUERY_AND_FETCH was the most efficient for the data extractor
but it does not work with sorting. It causes all shard results to be
returned before sorting and thus we may get out-of-order errors.
This commit switches to the default search type.
Original commit: elastic/x-pack-elasticsearch@d8a8155973
2017-01-12 13:36:09 +00:00
Hendrik Muhs
af7edd84bb
Fix buildbreak caused by upstream change ( elastic/elasticsearch#700 )
...
MLPlugin failed to compile du to removal of SearchRequestParsers (https://github.com/elastic/elasticsearch/pull/22538 )
fixes elastic/elasticsearch#698
Original commit: elastic/x-pack-elasticsearch@73b7fca28c
2017-01-12 11:24:06 +01:00
Lee Hinman
a21f64fef2
Revert "Don't add shard-specific versions of index/delete to isComposite"
...
This reverts commit elastic/x-pack@4b97fb70b5 .
Original commit: elastic/x-pack-elasticsearch@1777134975
2017-01-11 14:17:40 -07:00
Jay Modi
c5cab37db6
security: always restore the ThreadContext after invoking an action
...
This change ensure that the ThreadContext is always restored after an action has been invoked when
going through the SecurityActionFilter and authentication and authorization is enabled.
Original commit: elastic/x-pack-elasticsearch@5da70bd6fa
2017-01-11 13:41:14 -05:00
Chris Earle
33e670e3aa
[Monitoring] Improve Exporter "skipped" logging for Cloud ( elastic/elasticsearch#4581 )
...
This removes the "skipped exporter" logging at the info level in favor of debug level. The LocalExporter has been updated so that non-elected master nodes will log a "waiting for elected master node..." message when they're ready, but are stuck waiting for the master node to setup indices.
Original commit: elastic/x-pack-elasticsearch@3f8b58bc37
2017-01-11 13:38:27 -05:00
Lee Hinman
f64b1ea3eb
Merge branch 'master' into enhancement/use_shard_bulk_for_single_ops
...
Original commit: elastic/x-pack-elasticsearch@f71ce64fb3
2017-01-11 10:09:08 -07:00
Nik Everett
818c4e9791
Handle core removing SearchRequestParsers
...
Original commit: elastic/x-pack-elasticsearch@e2f0ef773b
2017-01-11 08:49:16 -05:00
Yannick Welsch
44d745bd92
[TEST] Missed @Test annotation
...
Original commit: elastic/x-pack-elasticsearch@57798e6763
2017-01-11 14:19:10 +01:00
Yannick Welsch
02ef018978
[TEST] Ensure that there is at least one enabled test in elasticsearch-transport-client
...
Original commit: elastic/x-pack-elasticsearch@092d35dc1c
2017-01-11 13:34:06 +01:00
Lee Hinman
a75fecb472
flush after deleting docs
...
Original commit: elastic/x-pack-elasticsearch@1cd245c398
2017-01-10 14:26:21 -07:00
Lee Hinman
760c960c98
Revert "Revert "Add a qa/rolling-upgrade test that does single-document index and deletes""
...
This reverts commit elastic/x-pack@94b65dcf52 .
Original commit: elastic/x-pack-elasticsearch@abd90463f8
2017-01-10 12:12:09 -07:00
Lee Hinman
05f72c0b91
Revert "Add a qa/rolling-upgrade test that does single-document index and deletes"
...
This reverts commit elastic/x-pack@ff05f28b7e .
Original commit: elastic/x-pack-elasticsearch@a05fc1f9e6
2017-01-10 11:19:15 -07:00
Lee Hinman
66f96a4666
Don't add shard-specific versions of index/delete to isComposite
...
Original commit: elastic/x-pack-elasticsearch@3777e9db8b
2017-01-10 10:39:53 -07:00
Dimitris Athanasiou
3657d8a137
Scheduler robustness improvements ( elastic/elasticsearch#687 )
...
* Extract method ScheduledJob#postData
* Remove unreachable else statement
* Restrain usage of DataExtractor in a single thread
Original commit: elastic/x-pack-elasticsearch@5b9b310d9d
2017-01-10 17:09:01 +00:00