Change format in EventID



Hello everyone)))
I have some problem with event ID, Can I do EventID became NumberId format, but not that stuff as you can see on the screen. how I can do it? Can someone help me?

You can’t change the format of the alarming system’s event IDs. They’re UUIDs and our code relies on them being such to keep track of. You could parse the UUID (it’s just a very big number) and store that number, but your DB/whatever else likely doesn’t easily store 128-bit precision numbers.

1 Like

Poorly! But thanks a lot! Then how can I display the Alarm number as shown in the picture?? How can we change the EventID display?