sirensolutions / kibi

PLEASE READ: Kibi is now "Siren Investigate", part of the Siren Platform. This code repository is only provided to facilitate code review and integration by Siren customers and cannot be successfully compiled. The code also requires Siren Federate to be installed in Elasticsearch.
http://siren.io
Other
494 stars 111 forks source link

Query template error #61

Closed txisme closed 7 years ago

txisme commented 8 years ago

Versions

Kibi: 4.5.3

Operating System: CentOS

Behavior

I want to create a templated query.

Expected:

To Create a templated query

Actual:

It shows the error: "Query deactivated. Check activation query or change entity URI"

image

Steps to reproduce the problem

Just follow the tutorial from siren solutions website http://siren.solutions/showing-the-latest-values-in-kibikibana-say-hi-to-the-rest-datasource/

scampi commented 8 years ago

This was for Kibi v0.2 , maybe there is something that changed since then. I'll try to see what could be the cause.

txisme commented 8 years ago

Ok, thank you

atifelkhachine commented 7 years ago

image

span !{results.hits.hits[0].fields.time} br span !{results.hits.hits[0].fields.conditions}

This should work. results object is not an array ;-)

Atif EL KHACHINE

szydan commented 7 years ago

@atifelkhachine Thank you for the feedback.