How convert datetime(string) in days

How to convert a Datetime(string) to days(number) in Kibana. Indeed i would like to convert SessionLogonTime into days. thank you for your ideas and solutions if possible.

Not sure what you mean by "days". You have a date and a count, what is the formula for calculating the "days" from those values.

In general within Kibana, you can update your index pattern to display some values like dates in different formats. In the left nav, click on "Stack Management" near the bottom. On the next page, click on "Index Patterns" under "Kibana". From there select your index pattern, and you'll see a list of the fields in the index. Click the pencil icon on the right to change the format when displayed in Kibana.

Beyond that, is there a specific view in Kibana where you want to see these? Discover? Dashboards?

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