-
Notifications
You must be signed in to change notification settings - Fork 14
4.6.3: The number of values in the field [...] must be equal to the number of values in the field [...] #110
Comments
Hello, @jfshiuan |
@scampi Well, obviously the current issue is related to this PR. I think the @jfshiuan has one or few documents with the number of values in the start field different from the number of values in the end field. |
@scampi One correction, the warning message still works. I forgot to check the |
Please try the latest release at https://github.com/sirensolutions/kibi_timeline_vis/releases . |
@jfshiuan, have you tried the latest release? Does it work for you? |
Just tried it. Still having the same issue. |
@jfshiuan I can't reproduce your issue. Can I have SSH access to the server to look at your data? Actually, we can look together interactively via GNU screen. If it is impossible, could you please check some of your data for me?
|
I'm using Kibana 4.6.3 by the way, not Kibi. searchSourceJSON: "{"index":"test_index","query":{"query_string":{"query":"","analyze_wildcard":true}},"filter":[{"meta":{"negate":false,"index":"test_index","key":"Name","value":"Test Event","disabled":false,"alias":null},"query":{"match":{"Name":{"query":"Test Event","type":"phrase"}}},"$state":{"store":"appState"}}],"highlight":{"pre_tags":["@kibana-highlighted-field@"],"post_tags":["@/kibana-highlighted-field@"],"fields":{"":{}},"require_field_match":false,"fragment_size":2147483647}}" If I follow step 2 exactly I get a query_parsing_exception (No query registered for [meta]). If I delete the "filter":[{"meta":.....}] part and try again, I get: |
@jfshiuan I can reproduce the issue. It will be resolved soon. |
I'm using Kibana 4.6 (tried both 4.6.2 and 4.6.3), and I'm having problems with Kibi timeline 4.6.3.
The timeline works fine if I just specify the Event start date. As soon as I add an Event end date, I get a bunch of warnings: "Kibi Timeline: Check your data - the number of values in the field 'EndDate' must be equal to the number of values in the field 'CreateDate': document ID=[...]", and none of the events show up in the timeline.
The fields I'm using for the start and end dates are both single-value date fields. I even get the same error message when I use the same field for both start and end date. (i.e. "the number of values in the field 'EndDate' must be equal ... in the field 'EndDate'...")
Kibi timeline 4.5.4 seems to work fine on Kibana 4.6.
The text was updated successfully, but these errors were encountered: