Open dplgrail opened 3 years ago
bitsensor/elastalert is no longer maintained.
@nsano-rururu
Can you help me using the API? I've been trying to test rules through API without success.
I have tried also johnsusek /elastalert-server> and it seems I'm doing something obviously wrong.
Can you provide an example of how to post a test or a rule properly?
@simonezambonim
I've only used praecoapp/elastalert-server + praecoapp/praeco or praecoapp/elastalert-server + elastalert-kibana-plugin in Docker, so it's either way, which one do you prefer? By the way, I'm the maintainer of johnsusek/praeco and johnsusek/elastalert-server.
praecoapp/elastalert-server, praecoapp/praeco DockerImages https://hub.docker.com/u/praecoapp
elastalert-kibana-plugin restrictions
Although it is unofficial, it corresponds to kibana 7.5.1-7.9.3 https://github.com/nsano-rururu/elastalert-kibana-plugin
Kibana 7.10.0 or later is also supported, but it cannot be used because the rule test does not work properly. https://github.com/karql/elastalert-kibana-plugin
Thanks for the reply @nsano-rururu ! I saw you commenting in other issues and followed your work!
Right now we are just interested in the API and not the UI, though we will keep in mind both these options.
I was able to figure it out what I was doing wrong.. and it was the formatting of the yaml when I added to my request.. so since the yaml needs to be on an inline format, the way I transformed it in the first time wasn't right, once I corrected the format it worked!
Thanks for the response e for your work!
**_ERROR elastalert-server: TestController: Failed to test rule with error: INFO:elastalert:Note: In debug mode, alerts will be logged to console but NOT actually sent. To send them but remain verbose, use --verbose instead.
I've this issue.... help please