Change Alarm Severity on demand

Hi Alexandros, a Correlation rule can have an action “New alarm” to create a new alarm on a specific parameter, is this option been looked at?

IDP – make an element IDP managed

Hi Jeroen, I’m not sure which version you are using, but I recently installed 1.1.20, and I had to do the following to add existing elements as managed elements: In …

Fragmented messages in 10.2

The connector in question (Generic Gestel) is a smart-serial TCP driver with a single parameter (next-param) in a response. I believe it is setup as a smart-serial ‘client’ (meaning it …

Parameter content truncated

Hello, Because you added unicode to your protocol, the values in the database are being interpreted wrong as those aren’t saved as unicode. So you will have to recreate your …

Fragmented messages in 10.2

Hi Would it be possible to provide some more info about how the driver is defined? I assume this is smart serial? This will help the search of what might …

ElasticSearch cluster status yellow

Hello, I would not think about the amount of primary shards we configure. This is purely related to scaling and 3 is the default and should be fine. We configure …

Parameter content truncated

Hi Dojo, The problem was related with the unicode content in the XML response. After adding the unicode option in the protocol type tag, the xml response is working ok. …