We have recently purchased X-pack and we love the features in it , I can change the time frame in kibana when am using the discover feature but in graph i couldnt find the options to the change the time frame let's say i want to see only last 15 minutes and other time categories.
Hi Raj,
The Graph API has the option to use any query as a "guiding query" [1] to limit the scope of the documents considered when looking for vertex connections.
However the UI currently does not expose a clean way to define a choice of guiding query. One workaround is the search box will accept JSON strings if you want to pass the raw graph query expression, maybe as part of an automated call as in this example [2] but this will only help you load an initial graph and will not apply as you hit the "+" button to expand out from the connections loaded in the workspace.
If your scope is typically fixed (e.g. "now minus 7 days") then another option is to create a filtered alias [3] and use that alias name as your choice of index pattern. This will naturally filter the graph exploration to the set of documents that match that filter.
In future we hope to provide better UI controls over choice of time and any other form of filtering but hopefully these tips can provide an interim solution.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.