MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Include_data doesnt include data on email #240

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install ELSA using install script
2. set email alert settings, with include_data set to 1

"smtp_server": "emailserver",
      "to": "me@domainname.com",
      "base_url" : "http://elsa/",
      "display_address" : "noreply-elsa@example.com",
      "subject" : "ELSA Alert",
      "include_data": 1

3. Create alert rule in elsa console and enable email destination
4. On alert, email gets sent, but data is not included only a hash and a link 
to the alert

e.g. 
2 results for query host=10.1.1.1 
http://elsa//get_results?qid=3555&hash=25af6174a0fcecc4d346680a72b7ce644b9a88e8 
HASH(0x7c360d0)

What is the expected output? What do you see instead?

See the data contained in the alert in the email as well as the link

What version of the product are you using? On what operating system?

Sphinx 2.1.3-id64-dev (r4319)
Rev 1205

On Ubuntu 12.04

Original issue reported on code.google.com by stephen....@gmail.com on 19 May 2015 at 9:51