Issue with assessing PDF function under Enterprise Security App. The error that is being recevied is sessionkey or sslink is unavailable than throw the following error message and go no further.
error "Can't attach PDF - either ssLink or sessionKey unavailable".
Go under file /etc/systems/local/alert_actions.conf:
Modify the parameter under email by adding "sslink=$results.url$" :
[email]
command = $action.email.preprocess_results{default=""}$
"sslink=$results.url$"
You should start to receive your PDF's.
Go under file /etc/systems/local/alert_actions.conf:
Modify the parameter under email by adding "sslink=$results.url$" :
[email]
command = $action.email.preprocess_results{default=""}$
"sslink=$results.url$"
You should start to receive your PDF's.
Same - I have same issue and my alert_actions already has this.
Is this right? My [email] command setting already has that, along with a ton of other parameters.