lcawl
fa6d8a5004
[DOCS] Fixes navtitle for CCR API
2018-11-20 17:31:01 -08:00
Marios Trivyzas
b1818dbdce
SQL: [docs] Add documentation for COALESCE ( #35740 )
...
Follows: #35253
2018-11-21 01:43:05 +01:00
Lisa Cawley
04a087fe2f
[DOCS] Adds authorization info for CCR APIs ( #35557 )
2018-11-20 16:23:01 -08:00
Benjamin Trent
84db1e42c0
HLRC: ML Get Calendar Events ( #35747 )
...
* HLRC: ML Get Calendar Events
* Addressing PR comments
2018-11-20 16:40:31 -06:00
Mayya Sharipova
643bb20137
Add a new query type - ScriptScoreQuery ( #34533 )
...
* Add a new query type - ScriptScoreQuery
script_score query uses script to calculate document scores.
Added as a substitute for function_score with an intentation
to deprecate function_scoreq query.
```http
GET /_search
{
"query": {
"script_score" : {
"query": {
"match": { "message": "elasticsearch" }
},
"script" : {
"source": "Math.log(2 + doc['likes'].value)"
},
"min_score" : 2
}
}
}
```
Add several functions to painless to be used inside script_score:
double rational(double, double)
double sigmoid(double, double, double)
double randomNotReproducible()
double randomReproducible(String, int)
double decayGeoLinear(String, String, String, double, GeoPoint)
double decayGeoExp(String, String, String, double, GeoPoint)
double decayGeoGauss(String, String, String, double, GeoPoint)
double decayNumericLinear(String, String, String, double, double)
double decayNumericExp(String, String, String, double, double)
double decayNumericGauss(String, String, String, double, double)
double decayDateLinear(String, String, String, double, JodaCompatibleZonedDateTime)
double decayDateExp(String, String, String, double, JodaCompatibleZonedDateTime)
double decayDateGauss(String, String, String, double, JodaCompatibleZonedDateTime)
Date functions only works on dates in the default format and default time zone
2018-11-20 16:10:06 -05:00
Ryan Ernst
c07ad67718
Add 6.5.2 version
2018-11-20 12:33:26 -08:00
Gordon Brown
4bda469861
Fix line lengths in misc other files ( #35650 )
2018-11-20 12:29:48 -07:00
Vladimir Dolzhenko
953c8586df
Fix PrimaryAllocationIT#testForceStaleReplicaToBePromotedToPrimary ( #35728 )
...
Closes 35497
2018-11-20 20:05:23 +01:00
Alpar Torok
328448e8cd
Implement a property to allow for splitting tests. ( #35473 )
2018-11-20 20:35:53 +02:00
Gordon Brown
17780ce07e
Add HLRC docs for Delete Lifecycle Policy ( #35664 )
...
Adds documenatation for the Delete Lifecycle Policy API to the HLRC
documentation.
2018-11-20 11:32:41 -07:00
Armin Braun
89cf4a7397
NETWORKING: Fix IpFiltering Test ( #35730 )
...
* The port assigned to all loopback interfaces doesn't necessarily have to be the same for ipv4 and ipv6
=> use actual address from profile instead of just port + loopback in test
* Closes #35584
2018-11-20 17:50:08 +01:00
Christoph Büscher
e91f404d16
Remove remains of 'auto_generate_phrase_queries' ( #35735 )
...
This parameter in the `query_string` query was deprecated in 6.0 and ignored
since then. Its API methods and remaining uses can be removed in the upcoming
major version.
Relates to #35734
2018-11-20 16:07:17 +01:00
Tal Levy
d061b3999a
[ILM] HLRC-ILM Retry Lifecycle Policy docs ( #35715 )
...
this adds documentation for the retry method in the
high-level-ilm-rest-client.
this PR also renames retryLifecycleStep to retryLifecyclePolicy in the index-lifecycle-client
2018-11-20 07:05:27 -08:00
Armin Braun
33c713ba60
TESTS: More Logging in LongGcDisruptionTests ( #35702 )
...
* The existing logging is not helpful enough to track down which threads hang, we need the hanging thread's stacktraces too
* Relates #35686
2018-11-20 15:36:01 +01:00
Benjamin Trent
7657e6d274
HLRC ML Add Event To Calendar API ( #35704 )
...
* HLRC: ML Adding Post event to calendar api
* Fixing tests and serialization
* removing unused import
2018-11-20 08:15:21 -06:00
Benjamin Trent
d707838c02
HLRC: ML Delete job from calendar ( #35713 )
2018-11-20 07:43:34 -06:00
Armin Braun
8892408edd
SNAPSHOT: Fix Leaking Snapshot Task in IT ( #35657 )
...
* SNAPSHOT: Fix Leaking Snapshot Task in IT
* If the test randomization causes the request to not wait for snapshot completion
then the deleting of the still in progress snapshot could fail in the after hook
* Fixed by deleting the snapshot in the test
* Closes #35642
2018-11-20 14:09:15 +01:00
Ed Savage
844483a99a
[HLRC][ML] Add ML update model snapshot API ( #35537 ) ( #35694 )
...
Relates to #29827
2018-11-20 12:18:29 +00:00
Alpar Torok
8659af68e0
Auto skip license headers on no source ( #35640 )
...
* Unmute BuildExamplePluginsIT
* Skip licenseHeaders when there are no sources
2018-11-20 13:02:33 +02:00
Takuro Wada
7b2d547e8e
[Docs] Delete inappropriate backtick ( #35722 )
2018-11-20 10:08:32 +01:00
Jim Ferenczi
a5f5ceb869
Remove remaining line length violations for o.e.index ( #35652 )
...
This commit removes line length violations in the classes under
org.elasticsearch.index.
2018-11-20 08:09:14 +01:00
Simon Willnauer
29ef442841
Add a `_freeze` / `_unfreeze` API ( #35592 )
...
This commit adds a rest endpoint for freezing and unfreezing an index.
Among other cleanups mainly fixing an issue accessing package private APIs
from a plugin that got caught by integration tests this change also adds
documentation for frozen indices.
Note: frozen indices are marked as `beta` and available as a basic feature.
Relates to #34352
2018-11-20 08:03:24 +01:00
Tim Brooks
a989b675b5
Remove NPE from IndexFollowingIT ( #35717 )
...
Currently there is a common NPE in the IndexFollowingIT that does not
indicate the test failing. This is when a cluster state listener is
called and certain index metadata is not yet available.
This commit checks that the metadata is not null before performing the
logic that depends on the metadata.
2018-11-19 20:38:49 -07:00
Tim Vernum
d367894c31
DOCS: Add password_hash & refresh to Put User API ( #35574 )
...
PR #35242 formalised support for the password_hash field in the body
of the Put User security API.
Since this field is now validated and tested, it can also be
documented.
The Put User API also supports a "refresh" query parameter that was
not documented. This commit adds it to the docs.
2018-11-20 13:03:22 +11:00
Tim Vernum
3bba9a56de
TEST: Enable skipped test ( #35682 )
...
This test was skipped due to infr complications during the work
to open x-pack, but wasn't enabled again when the issue was resolved.
Relates: #29890
2018-11-20 12:51:01 +11:00
Jason Tedor
220c175484
Provide links to auto-follow docs ( #35674 )
...
This commit adds a link to the auto-follow docs from the CCR getting
started docs and the relevant CCR APIs.
2018-11-19 20:40:58 -05:00
Gordon Brown
e012ac4649
Add HLRC docs for ILM Start/Stop/Status ( #35672 )
...
Adds HLRC documentation for Start ILM, Stop ILM, and ILM Status APIs, as
these APIs are tightly linked to each other.
2018-11-19 17:17:01 -07:00
Gordon Brown
bf02897173
Fix doc link for HLRC async Put Lifecycle API ( #35656 )
...
The link to the HLRC documentation for the async Put Lifecycle
method was never updated to the correct link. This commit fixes that
link.
2018-11-19 16:30:32 -07:00
Tal Levy
90c0d444cf
[ILM] DOCS: clarify interaction between rollover and min_age ( #35663 )
...
This adds an example to drive home the semantics of `min_age` and explain
how actions from one phase must complete before `min_age` is even tested
closes #34020 .
2018-11-19 13:26:20 -08:00
Benjamin Trent
7a779a9988
[TEST] fixing ClusterApplierService#testClusterStateUpdateLogging() ( #35714 )
2018-11-19 14:23:49 -06:00
lcawl
3a232d7897
[DOCS] Adds anchor for SAML Kibana basic info
2018-11-19 11:42:45 -08:00
Benjamin Trent
80bcf7c704
[ML]: adjusting post backport of ( #35645 ) ( #35696 )
2018-11-19 12:49:07 -06:00
Mayya Sharipova
a0e697285b
Correct errors - HRLC TermVectorRequest ( #35705 )
...
Relates to #35266 , #35614
2018-11-19 12:58:58 -05:00
Benjamin Trent
214bc96738
HLRC: ML Add Job to Calendar API ( #35666 )
2018-11-19 11:41:49 -06:00
Mayya Sharipova
aaeb47d1f7
HLRC for _mtermvectors ( #35266 )
...
relates to #27205
2018-11-19 12:24:31 -05:00
Gordon Brown
b2057138a7
Remove AbstractComponent from AbstractLifecycleComponent ( #35560 )
...
AbstractLifecycleComponent now no longer extends AbstractComponent. In
order to accomplish this, many, many classes now instantiate their own
logger.
2018-11-19 09:51:32 -07:00
Itamar Syn-Hershko
156b3cae15
[Docs] Fix filter context in script-query.asciidoc ( #35677 )
...
The docs say script queries are typically used in a filter context but
the example uses a boolean must clause.
2018-11-19 16:30:33 +01:00
Tanguy Leroux
a8433a3164
[Docs] Fix `service_api_key` in PagerDuty documentation ( #35589 )
...
closes #35572
2018-11-19 16:30:20 +01:00
Nik Everett
036c15d8a3
Build: Fix official plugins list ( #35661 )
...
The list of official plugins accidentally included `qa` projects like,
well, `qa` and `amazon-ec2`. This changes the mechanism that we use to
build the list and adds a test to catch this.
Closes #35623
2018-11-19 10:17:05 -05:00
Benjamin Trent
6d4a3f8fce
Removes two unused AnalysisConfig options ( #35645 )
...
* ML: Removing result_finalization_window && overlapping_buckets
* Reverting bad method deletions
* Setting to current before backport to try and get a green build
* fixing testBuildAutodetectCommand test
* disabling bwc tests for backport
2018-11-19 08:29:53 -06:00
Ekal Golas
450db7fcf7
[Tests] Fix slowness of AutoDateHistogramAggregatorTests ( #35072 )
...
Randomize test assertion and test set size instead of asserting on an
exhaustive list of dates with fixed test set size. Also refactor common
objects used to avoid recreating them, avoid date to string conversion
and reduce duplicate test code
Closes #33181
2018-11-19 15:21:01 +01:00
Benjamin Trent
bc7dea4480
ML: changing automatic check_window calculation ( #35643 )
...
* ML: changing automatic check_window calculation
* adding docs on how we calculate the default
2018-11-19 08:03:34 -06:00
David Roberts
f70b7dc158
Mute DataTypeConversionTests.testConversionToDate
...
Due to https://github.com/elastic/elasticsearch/issues/35683
2018-11-19 12:55:33 +00:00
Peter Dyson
6d8af9731d
[Docs] Warn about searching across all fields wt. `query_string` ( #35570 )
...
Warn about potential performance impact when a large number of fields
is used with query string query and no default field.
2018-11-19 13:21:59 +01:00
Alpar Torok
fda59ff969
The default of tests.jvms should not be capped ( #35259 )
...
Default to the number of physical cores across all sockets instead.
2018-11-19 14:01:32 +02:00
Ignacio Vera
ae6a33237f
HLRC: Add ML delete filter action ( #35382 )
...
* HLRC: Add ML delete filter action
It adds delete ML filter action to the high level rest client.
Relates #29827
2018-11-19 11:25:35 +01:00
David Roberts
2ee25c858d
Mute CronEvalToolTests.testEnsureDateIsShownInRootLocale
...
Due to https://github.com/elastic/elasticsearch/issues/35687
2018-11-19 09:35:29 +00:00
Martijn van Groningen
c468d928b8
Remove line length violations in o.e.indices package ( #35647 )
...
Relates to #34884
2018-11-19 07:36:24 +01:00
Costin Leau
4119409b6d
SQL: Improve validation of unsupported fields ( #35675 )
...
Fix bug in Analyzer that caused it to report unsupported fields only
when declared in projections. The rule has been extended to all field
declarations.
Fix #35673
2018-11-18 23:35:18 +02:00
Costin Leau
f8e333b117
SQL: Move internals from Joda to java.time ( #35649 )
...
Remove/Limit usage of Joda through-out the processors and functions
Use ZonedDateTime wherever possible instead of long/tzId
Fix #35633
2018-11-17 15:30:27 +02:00