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

Kibana doesn't understand date_nanos datatype #34071

Closed
rnd-ash opened this issue Mar 28, 2019 · 1 comment
Closed

Kibana doesn't understand date_nanos datatype #34071

rnd-ash opened this issue Mar 28, 2019 · 1 comment

Comments

@rnd-ash
Copy link

rnd-ash commented Mar 28, 2019

Kibana version:
7.0.0RC1
Elasticsearch version:
7.0.0RC1
Server OS version:
Ubuntu 16.04 AWS
Browser version:
Chrome

Describe the bug:
I recently updated the mappings in my cluster to allow for microsecond storage using the following query to elasticsearch:

PUT /_template/event-template?include_type_name=true
{
  "template": "event-*",
  "mappings": {
    "_doc": {
      "properties": {
        "Event-Timestamp-UTC": {
          "type": "date_nanos"
        }
      }
    }
  }
}

The Event-Timestamp-UTC field used to be a standard Date field prior to my re-mapping.
After re-mapping and deleting all the old data from elasticsearch, Kibana shows the following for the field:
image

@timroes
Copy link
Contributor

timroes commented Mar 28, 2019

Duplicate of #31424

@timroes timroes marked this as a duplicate of #31424 Mar 28, 2019
@timroes timroes closed this as completed Mar 28, 2019
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

2 participants