Joel Baranick
Joel Baranick
Yup, that is how it works. The main thing that would be good it to ensure the current json form is "ideal" and to create an explicit ES mapping to...
TTL on documents is not recommended.
Why not just write the events out to JSON on file and use log stash to ingest them?
@alkampfergit that TTL you referred to does not sound like it deals with deletion of documents. It sounds more like the poll interval for the index actually purging documents whose...
What about something like what twitter server supports: /admin/metrics Watch specific stats and extract them via http queries. > curl "localhost:8090/admin/metrics?m=clnt/crocodile/requests&m=clnt/crocodile/failures" > [ > { > "name" : "clnt/crocodile/requests", >...
Is there a work in progress branch for the Elasticsearch integration? Also, what don't you understand about the kibana -> elasticsearch setup?
I would love to try the branch as I have an ES cluster up and running. That said, settling on a metric format that could be written to disk, pulled...
Maybe it would make sense to include `Search: /` in the footer when in the keybinding panel
@tarioch @jamiezieziula Isn't this the typo int he code that is causing this issue? https://github.com/tarioch/flux-check-hook/blame/5cf8216341e96cd5594f6bce1a53f0942b72e0ac/pre_commit_flux/check_flux_helm_values.py#L59 ``` definition["spec"["chartRef"]] ```
Yeah, what I implemented is a ping to ensure that the basic MQTT infrastructure is up and running. You are correct that it will not monitor the values published by...