How to define time range Connection Graph

Hi, we using the graph for centrality analysis to identify the most central nodes in our platform (links between users).

I wish to emphasize that I am not a programer or something as such and mostly use Kibana for fraud analysis purposes.

My boss who is super user and have permission to everything, tried to edit the graph date range but the inspect area is not editable. I hope that the screenshot attached will explain my issue better.

image

many thanks for your help
Lee

Hi @leesever

Yup you can not edit the "Inspect"

That syntax will not work in the KQL bar.

You are going to need to do something like this

@timestamp >= "2023-07-16T00:00:00.000Z"

You can read about KQL Syntax Here:

1 Like

That was an easy one :melting_face: it worked. Thank you so much for the swift response.
Lee

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