Hello,
In event processing rule number 1 I define:
SetEventParameter($event, "WeblogicENV", "TEST");
This event parameter is used in message text for alarm creation (%<WeblogicENV>).
This works fine.
Then I wanted to use the same event parameter defined in filtering script of rule number 1 in the rule number 2.
Unfortunately:
GetEventParameter($event, "WeblogicENV");
returns NULL.
Is it normal that this additional even parameter is lost or maybe I have a mistake somewhere in the code?
Best regards,
Marcin
			
			
			
				Hi,
it should work. Can you provide a screenshot of both rules so I could see them completely?
Best regards,
Victor
			
			
			
				Hi Victor,
Yes, it works. Missing semicolon caused wrong rule processing.
Best regards,
marcin