You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running SO version 2.4.40. I have been using Kibana to create the visualizations, but I cannot seem to get what I need and I would think this would be a lot easier with SO. I just need to know when I logged into my AD account on my computer for the last say 90 days. Should I still be using kibana for this or is there is an easier way?
I basically just need this : event.code : 4624 and user.name : "domainusername" and @timestamp >= now-90d and then convert the timestamp to CST with this ZonedDateTime.ofInstant(Instant.ofEpochMilli(doc['@timestamp'].value.millis), ZoneId.of('America/Chicago')). I want to somehow can this report also so that the IT team has access to this much easier for future requests. Export it as a pdf.
So it would look kind of like this. Request comes in for log in data for an employee. IT gets the requests, modify's the query for username and sends report to HR.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are running SO version 2.4.40. I have been using Kibana to create the visualizations, but I cannot seem to get what I need and I would think this would be a lot easier with SO. I just need to know when I logged into my AD account on my computer for the last say 90 days. Should I still be using kibana for this or is there is an easier way?
I basically just need this : event.code : 4624 and user.name : "domainusername" and @timestamp >= now-90d and then convert the timestamp to CST with this ZonedDateTime.ofInstant(Instant.ofEpochMilli(doc['@timestamp'].value.millis), ZoneId.of('America/Chicago')). I want to somehow can this report also so that the IT team has access to this much easier for future requests. Export it as a pdf.
So it would look kind of like this. Request comes in for log in data for an employee. IT gets the requests, modify's the query for username and sends report to HR.
Beta Was this translation helpful? Give feedback.
All reactions