Mathias Palmersheim

Results 53 comments of Mathias Palmersheim

If it helps here are the docs for vmalert for Victorialogs. There's also an example for using 1 vmalert for metrics and logs https://docs.victoriametrics.com/victorialogs/vmalert/

I have a workaround for visualizations you can use the extract fields and convert field type to work around this issue for now, but it doesn't work for explore and...

I think the systemd plays could be replaced with the [service module](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/service_module.html) which supports systemd and openrc. The `ansible_service_mgr` fact can be used to decide deploy the correct files to...

Is there a reason for using http basic instead of a bearer token if you are just using a password to authenticate to VMAuth? https://docs.victoriametrics.com/vmauth/#bearer-token-auth-proxy

@zekker6 would it be possible to create a variable called victoriametrics_http_proxy and victoriametrics_https_proxy that default to an empty string, so this can be overidden by the user without changing the...

We are working on making streaming optional for some protocols. We have an open issue for adding this to the iInflux #7090

I'm currently doing by either having the app log to local disk and having the tail plugin read it as json, or using the syslog input with a processor, but...

would it be possible to have the message field appear as the log line then have everything else as field ``` log line: "default message" labels: source="ipahealthcheck.ipa.files" check="IPAFileCheck" result="SUCCESS" uuid="5660721c-a56f-4a22-ad77-278f434699c2"...

Would Victorialogs be a suitable system for storing this target info since it is designed for handling wide events, and we would not have depend on third party databases or...

Adding a new storage will increase the total storage capacity by the size of the PVC, so if you start with 2 storage nodes with 100GiB of storage and add...