Pure-Storage-Ansible / FlashArray-Collection

Ansible Collection for Pure Storage FlashArray
GNU General Public License v3.0
18 stars 22 forks source link

Have purefa_logging report audit entries since a date/time #416

Closed colinet closed 7 months ago

colinet commented 1 year ago

Is your feature request related to a problem? Please describe. Request is related to an enhancement. CLI command "pureaudit list" may be used with a timespec to limit the number of entries returned since a given date.

Describe the solution you'd like Can you add a new field such as an iso time spec to limit the entries created since a date/time.

Describe alternatives you've considered Other solution is to use limit field and check the "time" field. This is a bit ugly.

Additional context Ansible Pure Collection 1.19.1

sdodsley commented 1 year ago

@colinet There is already a limit parmeter to allow you to select the maximum number of audit messages in reverse order, so newest first. Does this not do what you want?

colinet commented 1 year ago

Hello,

It would be best to be able to filter by date/time. Otherwise, I have to iterate to fetch entries up to a date/time in past. The other solution is to get the full list of changes.

The point is that when we start allocating volumes, we do it a massive way.

Rgds

github-actions[bot] commented 1 year ago

Stale issue message

github-actions[bot] commented 10 months ago

Stale issue message

github-actions[bot] commented 8 months ago

Stale issue message

colinet commented 7 months ago

Eventually, I've dealt with my requirement differently.