Splunk Enterprise

How to get last splunk admin credential date changed

bapun18
Communicator

I want to get the date when the Splunk admin credential got changed, is there any way to get it?

0 Karma

marnall
Motivator

Unfortunately there is no such information field in the REST API for users, and the timestamp of the passwd file is updated when any user is changed.

The best option I could find is to search the _audit index for the "change_own_password" or "password change" actions. Hopefully the last password change of the admin account occurred during your data retention period for this index.

index=_audit user=admin action=*password*
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

A Four-Part Event Series: Full Stack Observability For the AI Era

As AI reshapes applications, infrastructure, and the way teams operate, the traditional boundaries of ...

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...