Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_version and _ttl fields not visible #1234

Closed
sspilleman opened this issue May 16, 2014 · 3 comments
Closed

_version and _ttl fields not visible #1234

sspilleman opened this issue May 16, 2014 · 3 comments

Comments

@sspilleman
Copy link

In kibana 3.0 / 3.1 in table view, not all fields are visible like _version, _ttl if set. This applies for all views (table, JSON and raw)

Sander

@bradvido
Copy link

I can confirm that _version is not returned. It is because when the _search request is executed, you need to specify "version": true or else ES defaults to not returning the version.

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-version.html

@rashidkpc
Copy link
Contributor

These are available in Kibana 4. You can add them to the default meta fields list in "advanced settings":

screen shot 2014-10-07 at 2 48 33 pm

@bradvido
Copy link

@rashidkpc I don't think this should be closed.
I have added _version to the metaFields in Kibana 4 and refreshed my index mapping in kibana. The _version field now shows up, but it's always empty. I believe this is because ElasticSearch will not return the _version unless you specify "version":true in the request. See here: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-version.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@sspilleman @bradvido @rashidkpc and others