Peter Dyson
Peter Dyson
Until the codebase is adjusted to automatically escape/encode the slash, it's also likely you can configure the string without the slash by manually passing the encoded value `%5C` directly instead...
Related issue to sanitize input in Kibana https://github.com/elastic/integrations/issues/5213
I might close this one out, this project appears to be largely abandoned. This can be revived by whoever wants to PR it again.
I believe (from the communications I've had with them) that they plan to give the API a bit of love as soon as they have the chance. They're currently sorting...
I tried this just now with some recent versions, my example is downgrading Beats input to an older plugin version in 8.x Logstash for some testing/isolation purposes: ``` ./logstash-8.6.2/bin/logstash-plugin list...
So the option to separate done from archived? Might also be cool to show only recently done tasks in the list in last x period and auto archive tasks older...
If everyone's docker containers based on this one project are all hammering the url, any chance there's rate limiting or abuse protection that just blocks these curls? Any way to...
Right, so pinning the version avoids the lookup call to check for latest, seems to be more reliable? in your `ENVIRONMENT` section, use: `VERSION: "1.17.11.01"` And as above, use https://mc-bds-helper.vercel.app/api/latest...
Right, that blows that theory out of the water mostly I think. So likely need to debug that restify command why it's failing specifically.
Ah :man_facepalming: I just thought this was like a preview/render button that wasn't working or something, never saw the copy/paste text below, I was trying to select in the main...