All my TimeLions Stoped working after upgrading to 6.1.3

I have several TimeLion visualizations I was using all of them stopped working after we upgraded to version 6.1.3.

I am trying to rebuild them but can't get past this basic step:
.es(*).es(index=craig,timefield=incidentdate,metric=count) when I click the button to view I get this error message:
Timelion: Error: in cell #1: [parsing_exception] [query_string] unknown token [START_OBJECT] after [query], with { line=1 & col=225 }

When you have multiple .es() functions, you now need a comma separating them. So instead of...

.es(*).es(index=craig,timefield=incidentdate,metric=count)

You need...

.es(*), .es(index=craig,timefield=incidentdate,metric=count)

Thanks for your help that solved that problem for me.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.