Skip to content

Is it possible to find date related data for updated key-values? #16254

Answered by jmhbnz
YashAnand1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @yash-anand-fosteringlinux - Short answer is that etcd stores revisions as integers, not timestamps on the creation of a key, so this is not really possible from a time perspective.

Also refer https://stackoverflow.com/questions/76692414/is-it-possible-to-retrieve-creation-date-time-of-a-key-value-pair-in-etcd

If you are using etcd in the context of kubernetes consider exploring kubernetes api server audit logs for timestamp based information.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YashAnand1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants