Skip to content

Conversation

@quentin-legraverend
Copy link
Contributor

Elasticsearch 6.x indices do not allow multiple types indices. Instead, they use "_doc" as default if created internally (Elasticsearch), or "doc" if sent by Logstash.

This small fix just clarify the type usage from Elasticsearch 6.x : https://www.elastic.co/guide/en/elasticsearch/reference/6.x/breaking-changes-6.0.html
There might be other cases on others pages.

Kuaaaly

Elasticsearch 6.x indices do not allow multiple types index. Instead, they use "_doc" as default if created internally (Elasticsearch), or "doc" default if sent by Logstash.
@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

1 similar comment
@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@quentin-legraverend quentin-legraverend changed the title [GET API DOC] Change "tweet" type to "_doc" [DOC] Change "tweet" type to "_doc" Feb 15, 2018
@quentin-legraverend quentin-legraverend changed the title [DOC] Change "tweet" type to "_doc" [DOCS] GET API change "tweet" type to "_doc" Feb 15, 2018
@bleskes
Copy link
Contributor

bleskes commented Feb 15, 2018

good catch. Thanks. I'll merge this in.

@bleskes bleskes added the >docs General docs changes label Feb 15, 2018
@bleskes bleskes merged commit eafe5c3 into elastic:6.2 Feb 15, 2018
bleskes pushed a commit that referenced this pull request Feb 15, 2018
Elasticsearch 6.x indices do not allow multiple types index. Instead, they use "_doc" as default if created internally (Elasticsearch), or "doc" default if sent by Logstash.
bleskes pushed a commit that referenced this pull request Feb 15, 2018
Elasticsearch 6.x indices do not allow multiple types index. Instead, they use "_doc" as default if created internally (Elasticsearch), or "doc" default if sent by Logstash.
jasontedor added a commit to jasontedor/elasticsearch that referenced this pull request Feb 15, 2018
* master:
  Add a note to the docs that _cat api `help` option cannot be used if an optional url param is used (elastic#28686)
  Lift error finding utility to exceptions helpers
  Change "tweet" type to "_doc" (elastic#28690)
  [Docs] Add missing word in nested.asciidoc (elastic#28507)
  Simplify the Translog constructor by always expecting an existing translog (elastic#28676)
  Upgrade t-digest to 3.2 (elastic#28295) (elastic#28305)
  Add comment explaining lazy declared versions
@quentin-legraverend quentin-legraverend deleted the patch-2 branch February 15, 2018 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>docs General docs changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants