Clinton Gormley
380ecd7604
Merge pull request #16777 from radar/patch-1
...
Add example for require_field_match to highlighting docs
2016-02-28 21:33:47 +01:00
Clinton Gormley
300554841e
Merge pull request #16738 from robertlyson/patch-1
...
Update to serial differencing aggregation doc
2016-02-28 20:09:14 +01:00
Itamar Syn-Hershko
8ea6264f55
Format settings in discovery-ec2 docs
...
Closes #16846
2016-02-28 11:15:22 -05:00
Nik Everett
c38119bae9
Merge branch 'master' into feature/reindex
2016-02-26 16:59:54 -05:00
evanfreed
7ed30a9c00
Spelling
...
Corrected spelling.
2016-02-26 13:39:25 -05:00
Konstantin Delchev
b451d5eb07
Fix typo
2016-02-26 13:36:13 -05:00
Martijn van Groningen
ddc2b60c4b
docs: fix incorrect grok pattern parameter names
...
Closes #16819
2016-02-26 06:38:25 -08:00
Jason Tedor
c978335968
Remove es.useLinkedTransferQueue
...
This commit removes the system property "es.useLinkedTransferQueue" that
defaulted to false and was used to control the queue implementation used
in a few places.
Closes #16786
2016-02-23 17:29:15 -08:00
Henrik Nordvik
a996e21859
Document cpu usage in _cat/nodes
...
Closes #16775
2016-02-23 16:41:19 -08:00
Jason Tedor
6e840b39f5
Remove ability to disable Netty gathering writes
...
Java NIO has the notion of gathering writes. These are writes that
gather data from multiple buffers into a single channel. These gathering
writes in Netty have been enabled by default with the possibility to
disable them using "es.netty.gathering". This flag was added in case
having gathering writes on by default did not work out. We have not
published this ability and sufficient time has passed to render
judgement that using gathering writes is okay.
Closes #16774
2016-02-22 16:17:44 -08:00
David Pilato
a55ad665da
Merge pull request #16743 from dadoonet/pr/9209-cat-recovery-timeunit
...
[cat/recovery] Make recovery time a TimeValue()
2016-02-22 12:38:04 -08:00
Lee Hinman
99052c3fef
Limit the accepted length of the _id
...
Elasticsearch should reject ids that are this long, to ensure a document
always remains retrievable for clients that impose a maximum URI length
Closes #16034
2016-02-22 12:34:18 -07:00
Boaz Leskes
4a7980f96c
Merge pull request #16766 from rstruber/patch-1
...
fix grammar in Total Shards Per Node docs
2016-02-22 08:42:42 -08:00
Jason Tedor
fa885f2e96
Remove es.max-open-files flag
...
This commit removes the es.max-open-files flag as the same information
can be obtained from the cluster nodes info API, and is warn logged on
startup if it's set too low anyway.
Closes #16757
2016-02-21 21:01:08 -08:00
Lee Hinman
5451763935
[DOCS] Add blurb about `data_path` not needing to include index name
...
Resolves #11497
(node.enable_custom_paths is no longer used)
2016-02-21 13:11:45 -07:00
David Pilato
dc32aaa8c8
[cat/recovery] Make recovery time a TimeValue(): add doc
...
Recovery `time` should be a TimeValue() to match other cat APIs.
Closes #9209
2016-02-20 16:30:54 -08:00
Robert
7844804874
Update to serial differencing aggregation doc
...
Hi,
`thirtieth_difference` should use `the_sum` metric as the `buckets_path`.
2016-02-20 12:13:02 +01:00
David Pilato
6c3f6778df
Merge branch 'fix/16720-move-gce-settings'
2016-02-19 17:02:15 -08:00
David Pilato
90fba97a30
Moves GCE settings to the new infra
...
Closes #16720 .
2016-02-19 17:00:39 -08:00
Clinton Gormley
b59d3613df
Merge pull request #16691 from gaelL/doc
...
snapshots doc: Repository Verification `verify` example
2016-02-19 11:12:27 -08:00
Yannick Welsch
4ea83740a2
Updates to resiliency documentation
...
Closes #16658
2016-02-19 09:48:33 -08:00
gaelL
58355430f6
snapshots doc: Repository Verification `verify` example fix
...
Replace `my_backup` in the example line by `s3_repository` to match
the example above.
2016-02-16 14:15:21 +01:00
Clinton Gormley
aedfa10b43
Change docs example with script on/off to true/false
...
Closes #15469
2016-02-15 17:53:59 +01:00
David Pilato
89a2505d01
Merge branch 'doc/16650-deprecate-attachments'
2016-02-15 16:40:47 +01:00
David Pilato
55d9b6878b
Deprecate Mapper Attachment Plugin
...
Now that we have the ingest-attachment plugin (https://github.com/elastic/elasticsearch/pull/16490 ) we should deprecate the mapper-attachment plugin.
Closes #16650 .
2016-02-15 16:40:12 +01:00
Clinton Gormley
00b9640208
Merge pull request #16672 from teuneboon/patch-1
...
Clarify text about date format range
2016-02-15 16:16:19 +01:00
Colin Goodheart-Smithe
e546db0753
[DOCS] fix to sampler agg documentation
2016-02-15 13:17:19 +00:00
Clinton Gormley
0a03af263d
Merge pull request #16665 from joynes/patch-1
...
Typo
2016-02-15 13:40:57 +01:00
Clinton Gormley
96dba26d9d
Update index-modules.asciidoc
...
Removed the experimental label from `index.code`
Closes #16644
2016-02-15 13:33:48 +01:00
Colin Goodheart-Smithe
5f489b99bf
fixed docs link error
2016-02-15 12:12:16 +00:00
Colin Goodheart-Smithe
1a46628daa
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/test/java/org/elasticsearch/search/builder/SearchSourceBuilderTests.java
2016-02-15 10:37:16 +00:00
Colin Goodheart-Smithe
c3d652030c
updated Java API docs with the changes due to aggregator refactoring
2016-02-15 10:34:29 +00:00
Clinton Gormley
cca611171c
Document breaking change in terms query/filter in 2.0
...
Closes #14830
2016-02-14 18:13:03 +01:00
Jason Tedor
3bbd1c129e
Remove host from cat nodes API
...
As the host and ip fields are always equal by design, the host field in
the cat nodes API is redundant and should be removed.
Closes #16656
2016-02-14 09:21:32 -05:00
Clinton Gormley
3f7693fdc2
Merge pull request #16431 from rcoh/patch-1
...
Add Scala based elasticsearch-client
2016-02-14 01:05:51 +01:00
Clinton Gormley
4746ff8c03
Merge pull request #16426 from tuespetre/patch-1
...
Update network.asciidoc
2016-02-14 00:04:51 +01:00
Clinton Gormley
40db0f9619
Merge pull request #16499 from elastic/pmusa-patch-rm-source-disable
...
Remove _source 'disable' from the create-index documentation
2016-02-13 20:55:32 +01:00
Clinton Gormley
a7aae4a78a
Update cluster_restart.asciidoc
...
Closes #16568
2016-02-13 19:03:20 +01:00
Clinton Gormley
d5f8f92559
Update shards_allocation.asciidoc
...
Closes https://github.com/elastic/elasticsearch/issues/16554
2016-02-13 15:16:42 +01:00
DeDe Morton
d3e3f19a1f
Change topic order
2016-02-12 15:00:07 -08:00
DeDe Morton
53c7c09972
Merge pull request #16623 from dedemorton/add_doc_ingest_geoIP
...
Add ingest plugins to Elasticsearch plugin docs
2016-02-12 07:42:40 -08:00
DeDe Morton
461f329cd8
Add ingest plugins to Elasticsearch plugin docs
2016-02-12 07:37:50 -08:00
DeDe Morton
16e87bbe14
Merge pull request #16620 from dedemorton/add_ingest_doc
...
Add ingest docs to the build
2016-02-12 07:33:06 -08:00
Colin Goodheart-Smithe
ed3f7903f4
Merge branch 'master' into feature/aggs-refactoring
2016-02-12 09:48:59 +00:00
Simon Willnauer
b5aee2075f
Merge pull request #16610 from s1monw/test_indices_request_cache
...
Refactor IndicesRequestCache to make it testable.
2016-02-12 09:27:20 +01:00
Nik Everett
821a20f582
Merge branch 'master' into feature/reindex
2016-02-11 17:41:05 -05:00
Nik Everett
18808b7576
Move reindex from a plugin to a module
2016-02-11 17:39:49 -05:00
DeDe Morton
2734737d55
Add ingest docs to the build
2016-02-11 14:16:56 -08:00
Simon Willnauer
c50586599e
Make security non-optional
...
2.x has show so far that running with security manager is the way to go.
This commit make this non-optional. Users that need to pass their own rules
can still do this via the system configuration for the security manager. They
can even opt out of all security that way.
2016-02-11 17:11:24 +01:00
Simon Willnauer
d538dd64c2
Refactor IndicesRequestCache to make it testable.
...
This commit moves IndicesRequestCache into o.e.indics and makes all API in this
class package private. All references to SearchReqeust, SearchContext etc. have been factored
out and relevant glue code has been added to IndicesService. The IndicesRequestCache is not a
simple class without any hard dependencies on ThreadPool nor SearchService or IndexShard. This now
allows to add unittests.
This commit also removes two settings `indices.requests.cache.clean_interval` and `indices.fielddata.cache.clean_interval`
in favor of `indices.cache.clean_interval` which cleans both caches.
2016-02-11 16:51:44 +01:00
Nik Everett
0da30d5eae
Merge branch 'master' into feature/reindex
2016-02-10 14:07:41 -05:00
Colin Goodheart-Smithe
1f760bd1bd
Merge branch 'master' into feature/aggs-refactoring
2016-02-10 12:16:26 +00:00
Jim Ferenczi
b146f3ecb3
Pack all the plugin files into a single folder named elasticsearch at the root of the plugin zip.
2016-02-10 10:13:05 +01:00
Nik Everett
35307054ea
Add reindex progress indicator
...
Adds a progress indicator for reindex and update_by_query requests that you
can fetch like so:
```
curl 'localhost:9200/_tasks/*/*byquery*?pretty&detailed'
```
```
{
"nodes" : {
"r1A2WoRbTwKZ516z6NEs5A" : {
"name" : "Tyrannus",
"transport_address" : "127.0.0.1:9300",
"host" : "127.0.0.1",
"ip" : "127.0.0.1:9300",
"attributes" : {
"testattr" : "test",
"portsfile" : "true"
},
"tasks" : [ {
"node" : "r1A2WoRbTwKZ516z6NEs5A",
"id" : 36619,
"type" : "transport",
"action" : "indices:data/write/update/byquery",
"status" : { <---------------------------- Status is this
"total" : 6154,
"updated" : 3500,
"created" : 0,
"deleted" : 0,
"batches" : 36,
"version_conflicts" : 0,
"noops" : 0
},
"description" : "update-by-query [test][test]"
} ]
}
}
}
```
The progress is just (updated + created + deleted) / total
2016-02-09 14:49:28 -05:00
Nik Everett
1c741f56b9
Merge pull request #16529 from dongjoon-hyun/fix_typos_in_docs
...
Fix typos in docs.
2016-02-09 14:00:06 -05:00
Dongjoon Hyun
ddf9578e81
Change `actual` into `actually`.
2016-02-09 10:18:44 -08:00
Lee Hinman
1bc41947e1
Merge pull request #16491 from tebriel/plugin_docs
...
Updating upgrade.asciidoc
2016-02-09 09:55:27 -07:00
Alexander Reelsen
0d4711c2fc
Ingest: Add attachment processor
...
This is a simple port of the mapper attachment plugin to the ingest
functionality, no new features. The only option is to limit
the number of chars to prevent indexing of huge documents.
Fields can be selected in the processor as well.
Close #16303
2016-02-09 17:03:30 +01:00
Colin Goodheart-Smithe
80bbb4a385
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/main/java/org/elasticsearch/percolator/PercolateContext.java
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/FilterParser.java
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/filters/FiltersParser.java
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantTermsParametersParser.java
# core/src/main/java/org/elasticsearch/search/internal/DefaultSearchContext.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoHashGridParserTests.java
# test/framework/src/main/java/org/elasticsearch/test/TestSearchContext.java
2016-02-09 10:37:20 +00:00
Dongjoon Hyun
21ea552070
Fix typos in docs.
2016-02-09 02:07:32 -08:00
Spencer
cc0d0525fc
Fix asciidoc typo
2016-02-08 10:49:27 -07:00
Colin Goodheart-Smithe
02ecfd6279
Merge branch 'master' into feature/aggs-refactoring
2016-02-08 15:41:02 +00:00
Chris Moultrie
4c1a1aa959
Updating upgrade.asciidoc
...
Better notes about how to upgrade plugins
2016-02-07 10:30:42 -05:00
Clinton Gormley
0c41a68690
Fixed asciidoc issues
2016-02-05 14:47:44 +01:00
Jason Tedor
21e22a2ddc
Reword cat API breaking changes
2016-02-05 06:28:39 -05:00
Andrej Kazakov
7f2b369dfd
Use Accept header field in cat API
...
The cat API previously used the Content-Type header field for
determining the media type of the response. This is in opposition to the
HTTP spec which specifies the Accept header field for this purpose. This
commit replaces the use of the Content-Type header field with the Accept
header field in the cat API.
Closes #14421
2016-02-05 06:28:39 -05:00
Colin Goodheart-Smithe
f06f17f328
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/main/java/org/elasticsearch/common/io/stream/StreamInput.java
# core/src/main/java/org/elasticsearch/common/io/stream/StreamOutput.java
2016-02-05 09:22:14 +00:00
Jim Ferenczi
7d0181b5d4
Rename bin/plugin in bin/elasticsearch-plugin
2016-02-05 10:09:14 +01:00
Martijn van Groningen
7a6adfd93a
ingest: Added foreach processor.
...
This processor is useful when all elements of a json array need to be processed in the same way.
This avoids that a processor needs to be defined for each element in an array.
Also it is very likely that it is unknown how many elements are inside an json array.
2016-02-04 23:44:01 +01:00
Jason Tedor
79ebe0682c
Fix typo in Zen Discovery docs
2016-02-04 17:12:51 -05:00
Simon Willnauer
3de0004ea3
add migration notice
2016-02-04 16:23:58 +01:00
Yannick Welsch
4937531a17
Remove obsolete version in ShardRouting
...
Closes #16243
2016-02-04 15:50:25 +01:00
Nik Everett
bb4d8b79fe
Merge branch 'master' into feature/reindex
2016-02-04 09:23:49 -05:00
Russell Cohen
7c00b343f4
Add Scala based elasticsearch-client
2016-02-03 15:47:34 -08:00
Colin Goodheart-Smithe
5d9d91b761
Merge branch 'master' into feature/aggs-refactoring
2016-02-03 14:45:16 +00:00
Simon Willnauer
a77344d742
Merge branch 'master' into make_settings_strict
2016-02-03 13:21:49 +01:00
Simon Willnauer
e60b0bb8fa
Apply feedback from @clintongormley
2016-02-03 11:38:28 +01:00
Simon Willnauer
4a4e523357
Merge branch 'master' into make_settings_strict
2016-02-03 11:34:12 +01:00
Simon Willnauer
9a74443238
Add notice in migration docs
2016-02-03 11:20:53 +01:00
Robert Muir
d5dc05f69e
Upgrade to lucene 5.5.0-snapshot-1725675
2016-02-02 22:53:39 -05:00
Tal Levy
9e7e2ab10b
remove DeDotProcessor from Ingest
2016-02-02 14:16:01 -08:00
Clinton Gormley
c7a818d691
Merge pull request #16370 from pra85/patch-1
...
Fix minor typo in migrate_3_0.asciidoc
2016-02-02 16:15:30 +01:00
Clinton Gormley
f640bf0636
Merge pull request #16371 from clintongormley/deprecate-multicast
...
Deprecate the discovery-multicast plugin
2016-02-02 15:23:58 +01:00
Clinton Gormley
53662b0be9
Merge pull request #16345 from lbrito1/patch-1
...
Changes "that is" to "for example".
2016-02-02 15:13:29 +01:00
Prayag Verma
10b3071e16
Fix minor typo in migrate_3_0.asciidoc
...
Remove extra `on`
2016-02-02 18:16:58 +05:30
Clinton Gormley
70f9d60585
Merge pull request #16020 from mfussenegger/migrate-2_0_settings
...
2.0 Breaking Changes - Settings docs don't mention index.gateway.local.sync
2016-02-02 13:19:17 +01:00
Nik Everett
c1d4478067
Merge branch 'master' into feature/reindex
2016-02-01 18:33:09 -05:00
Ryan Ernst
7b5ed21d0d
Remove reference to multicast docs, which no longer exist.
2016-02-01 11:27:03 -08:00
Tal Levy
dcb88909d5
Merge pull request #16324 from talevy/ingest_on_failure_tag
...
Add processor tags to on_failure metadata in ingest pipeline
2016-02-01 10:13:26 -08:00
Ryan Ernst
3787f437ec
Merge branch 'master' into remove_multicast
2016-02-01 07:25:45 -08:00
Colin Goodheart-Smithe
a241983c9d
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/test/java/org/elasticsearch/search/aggregations/AggregationsBinaryIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/FilterIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/FiltersIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/GeoDistanceIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/NestedIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/SamplerIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/pipeline/DerivativeIT.java
# modules/lang-groovy/src/test/java/org/elasticsearch/messy/tests/BucketSelectorTests.java
# modules/lang-groovy/src/test/java/org/elasticsearch/messy/tests/TDigestPercentileRanksTests.java
2016-02-01 13:38:33 +00:00
Christoph Büscher
61c435e6a9
PhraseSuggestionBuilde: Refactor DirectCandidateGenerator
...
As a prerequisite for refactoring the whole PhraseSuggestionBuilder
to be able to be parsed and streamed from the coordinating node, the
DirectCandidateGenerator must implement Writeable, be able to parse
a new instance (fromXContent()) and later when transported to the
shard to generate a PhraseSuggestionContext.DirectCandidateGenerator.
Also adding equals/hashCode and tests and moving DirectCandidateGenerator
to its own DirectCandidateGeneratorBuilder class.
2016-02-01 12:22:48 +01:00
Clinton Gormley
880c60a982
Added missing breaking changes to 2.2
2016-02-01 09:51:36 +01:00
Clinton Gormley
676078c53d
Docs: Java Security Manager and scripting
...
Added docs explaining the impact of the Java Security Manager on scripting
languages, how to disable the JSM, and how to customise the classloader
whitelist.
Closes https://github.com/elastic/elasticsearch/issues/16094
Closes https://github.com/elastic/elasticsearch/issues/14290
2016-02-01 09:38:21 +01:00
LeeDr
001e1b4714
Tip for detecting init in docs
...
This commit adds a tip to the setup docs for how to detect whether the
user is running on a system that uses SysV-style init versus systemd.
Closes #16323
2016-01-31 13:49:28 -05:00
Chris Earle
c0a7f88897
[DOCS] Adding node.max_local_storage_nodes setting
...
This setting was missing from the docs, so I added it. However, I also
completely rewrote the nodes documentation page because it was mostly
talking about client nodes with some issues, without ever discussing
master nodes, or even tribe nodes. All nodes should be listed on a
"nodes" documentation page.
Fixes #15903
Fixed #14429
2016-01-30 18:13:42 +01:00
Ryan Ernst
b8f08c35ec
Plugin: Remove multicast plugin
...
closes #16310 .
2016-01-29 18:41:31 -08:00
Tal Levy
61e4283a16
Add processor tags to on_failure metadata in ingest pipeline
...
closes #16202
2016-01-29 14:36:11 -08:00
Nik Everett
0aeeef87d2
fixes from review
2016-01-29 10:26:18 -05:00
Colin Goodheart-Smithe
859f9e69b7
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/main/java/org/elasticsearch/action/search/SearchRequestBuilder.java
# core/src/main/java/org/elasticsearch/percolator/PercolateContext.java
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/ScriptHeuristic.java
# core/src/main/java/org/elasticsearch/search/internal/DefaultSearchContext.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/significant/SignificanceHeuristicTests.java
2016-01-29 11:58:19 +00:00