Closed (duplicate)
Project:
Elasticsearch Connector
Version:
7.x-1.x-dev
Component:
Elasticsearch Connector Search API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2016 at 14:53 UTC
Updated:
27 Jul 2016 at 06:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nwom commentedIt appears that the watchdog index can be used without problems, and the fields are not "missing". So it appears to only affect my Search API index.
Comment #3
nwom commentedComment #4
Andreas Radloff commentedI'm using this patch to get my date fields to index, can you try it?
EDIT: Actually I just realized this issue was for 7.x and I'm using Drupal 8 so it probably wont work. I'm using Elasticsearch 2.
Comment #5
Andreas Radloff commentedComment #6
nwom commented@Andreas Radloff
Thanks for trying to help either way. Would you perhaps know what to change in Elasticsearch 1.x for Drupal 7? I'm trying to find a similar line, but haven't had luck so far.
Comment #7
nwom commentedComment #8
Andreas Radloff commented@NWOM Sorry, don't know, not my module...
Comment #9
nwom commentedIt appears that Kibana expects date fields' formats to include milliseconds in order to display correctly. However, currently milliseconds are currently not being stored in the index.
The following patch fixes this issue: #2393885: ElasticSearch expects Milliseconds in Date Format
Comment #10
nwom commented