Matt Calvert
Matt Calvert
@wk, any chance you could take a look at this for us? It will enable us to run commands using the API, much like we can do with `oxs` currently
Those linting issues are not my doing. I can fix though if you want?
Thanks for getting back to me so quickly! I guess the only way a global setting could work is to have an option like `update_only_when: != ""` with a sane...
> I think we need a bit more time to gauge interest and brainstorm this one into a more concrete feature request. Cool. So what do you think we should...
Yeah, I use that `where: != ""` in most places, where possible. I also often refer to other column names, to keep names, addresses, etc. consistent across a whole table....
Did that answer help at all?
I totally understand. I'm struggling to find time too these days, though it doesn't dampen the enthusiasm! What are your thoughts as to a design then? Would you see Jinja...
In my case, using ES 5.5, I updated the mappings on the index to include one for `alert_time` (as it was missing) using this: ```sh curl -X PUT https://my.elasticsearch.server/es/elastalert_status/_mapping/elastalert_status -d...