Hi All,
I am trying to pass filed value to a customize script but some how not able to do that. Ex: i am trying to pass Hostname in the script but as per document $result.Hostname is not working... i also tried below option as well
In alert_actions.conf
param.name = $result.Hostname$
action.py
host = settings.get('name')
any thing Now working.... if there could be any help..
Hi, @AniPrag have you tried %HostName% in stanza?
@harishalipaka I have already tried that option its not working... Just printing $result.HostName$ nothing else.