-
Hi! I'm currently testing the possible load for Catalyst by creating numerous tickets (alerts) at once. But the only approach to create a ticket is but making a webhook to a python script that will create that ticket (according to documentation on reactions). So this looks a bit resource consuming, taking into consideration the possibility of creation more than 10 alerts at once. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @trunishka , This example is also implemented in the demo instance: https://try.catalyst.security-brewery.com/ui/reactions and you can try it with curl Please note that you need to set the correct app url in the admin settings. |
Beta Was this translation helpful? Give feedback.
-
Hi, @cugu! The example you provided is the exact reason I created this discussion. What I noticed is that each request for alert generation takes about 3 seconds to response (if run one by one) and if run 50 at once - approximately 10 sec. for all. This uscase is needed when your alert generating system (like EDR/SIEM/IDS) detects different suspicious actions at once (or just creates a lot of FP). |
Beta Was this translation helpful? Give feedback.
You could create a service user and use one of the pocketbase SDKs directly: Python, Dart or JavaScript. The python script would look similar to the internal script, but triggered externally.