Rath Pascal
Rath Pascal
### What's wrong? The data extracted by the [geoip pipeline-stage](https://grafana.com/docs/loki/latest/send-data/promtail/stages/geoip/) cannot be referenced in following stages. I wanted to create different geoip-labels for source- & destination IPs using [the template...
### Versions 0.0.21 ### Scope Backend (API) ### Issue It seems the request class is not linked: https://github.com/ansibleguy/webui/blob/latest/src%2Fansibleguy-webui%2Faw%2Fapi_endpoints%2Fjob.py#L309
### Versions 0.0.16 ### Scope Frontend (User Interface) ### Issue If one opens multiple logs one after another - they get concatted/merged some times.
### Scope Backend ### Description We could add a system setting that globally enables task profiling - could be nice to have. https://docs.ansible.com/ansible/latest/collections/ansible/posix/profile_tasks_callback.html
### Scope Frontend (User Interface) ### Description It would be nice if the currently running job would be auto-openend (follow/live view) on the log view
It seems the gmail api is stuck at creating the oauth token. Here it calls the external flow module: https://github.com/domainaware/parsedmarc/blob/master/parsedmarc/mail/gmail.py#L30 This flow module states: ``` The server strategy instructs the...
Implement a upgrade check before rebooting the box. See: https://github.com/ansibleguy/collection_opnsense/blob/latest/plugins%2Fmodule_utils%2Fhelper%2Fsystem.py#L68 We should never reboot a box that has an update/upgrade running! Else it might be dead.
* Some more insight into the inner workings (main module attributes and how they relate to the API) * Update profiling * Remove API call Info's as they are abstracted
## Summary I have not seen any option in [the documentation](https://coraza.io/docs/seclang/directives) to change the error/block log format. JSON format would make sense for many use-cases. Also the audit-logs seem to...
Greetings. The example command in your README is missing the `check` argument: https://github.com/ilijamt/blacklist-checker/blob/main/README.md?plain=1#L56