Hi
I wonder if i could do this.
I am able to select real time for last one hour ,24 hours etc and i want to select today as real time so results should be 00 hours to current time.
1.example if i add bookings in dashboard it should show the booking for today from 00 hours to current time.
Here we want to add one more column that is minutes ( 10,20,30) like since how many minutes server is down and of it is more than 10 minutes show red color if not show green color in stat table
so column 1 Sequencemcoulm 2 Start date which means booking created column 3 = current time - start time = how many minutes back server was up!
Thanks
Thanks in advance
Regards,
Puneeth
@puneethgowda, you have missed the screenshot....
Please see performance impact of running RealTime Dashboard and use the same only if that is absolutely required : https://docs.splunk.com/Documentation/Splunk/latest/Search/Realtimeperformanceandlimitations
earliest=rt-0d@d latest=rt
For your second query, you can make use of reltime command to compute now()-_time in human readable format. Or else you can make use of eval command to do the same yourself (result will be in seconds) Refer Splunk documentation : https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Reltime
<Your Base Search>| reltime
Hi niketnilay and all
Can any one help me with password change notification to the user
What exactly we need is if we create new user and share to them in their first login it should as notify them to change the password like when we install Splunk it ask for changeme.
And password expiry option also helpful we should notify them to change the password every 3 months.
Thanks
Puneeth
@puneethgowda Can you post this as separate question as this is completely unrelated. Also, may i know whether you want to implement password expiry in Splunk or you want to track password expiry of an Application being monitored via Splunk?
posted new question see the link https://answers.splunk.com/answers/509106/notify-users-to-change-password-on-their-first-log.html
1.When i share username password to users once they login they should get notification to change password and current password will expire within 7 days
2.User should get password expiry message every three month
3.Can we restrict a login to be active for one user only?
@puneethgowda, you have missed the screenshot....
Please see performance impact of running RealTime Dashboard and use the same only if that is absolutely required : https://docs.splunk.com/Documentation/Splunk/latest/Search/Realtimeperformanceandlimitations
earliest=rt-0d@d latest=rt
For your second query, you can make use of reltime command to compute now()-_time in human readable format. Or else you can make use of eval command to do the same yourself (result will be in seconds) Refer Splunk documentation : https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Reltime
<Your Base Search>| reltime
Super
Thanks