We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meilisearch does only provide a searchable web frontend when running in development mode. We want to avoid this and a little bit more convenience.
The approach is to add a subcommand to metalctl to show audit logs: metalctl audit ls.
metalctl audit ls
The text was updated successfully, but these errors were encountered:
Flags that should be available for the user to filter down search results:
--request-id 3c56f318-95aa-49c2-afba-53e0336cbb3a
--path /v1/image
--user user@metal-stack.io
--tenant metal-stack.io
--from "2023-02-01 15:23:34" --to "2023-02-01 16:45:57"
time.Now() - 1h
--body "something"
Changes we have to make for the fields in meilisearch:
Sorry, something went wrong.
audit
feat(auditing): entry filters
72cca4b
metal-stack/metalctl#186
vknabel
Gerrit91
Successfully merging a pull request may close this issue.
Meilisearch does only provide a searchable web frontend when running in development mode. We want to avoid this and a little bit more convenience.
The approach is to add a subcommand to metalctl to show audit logs:
metalctl audit ls
.The text was updated successfully, but these errors were encountered: