Hi Team,
We have created alert for anomaly detection and we are getting this alert on email.
It is showing different timestamp
Elastic Stack Machine Learning Alert:
- Job IDs: {{context.jobIds}}
- Time: {{context.timestampIso8601}}
- Anomaly score: {{context.score}}
{{context.message}}
{{#context.topInfluencers.length}}
Top influencers:
{{#context.topInfluencers}}
{{influencer_field_name}} = {{influencer_field_value}} [{{score}}]
{{/context.topInfluencers}}
{{/context.topInfluencers.length}}
{{#context.topRecords.length}}
Top records:
{{#context.topRecords}}
{{function}}({{field_name}}) {{by_field_value}} {{over_field_value}} {{partition_field_value}} [{{score}}]
{{/context.topRecords}}
{{/context.topRecords.length}}
{{! Replace kibanaBaseUrl if not configured in Kibana }}
[Open in Anomaly Explorer]({{{kibanaBaseUrl}}}{{{context.anomalyExplorerUrl}}})
Result in the email
Elastic Stack Machine Learning Alert:
• Job IDs: agg-pss-ist-awesant
• Time: 2023-07-24T10:00:00.000Z
• Anomaly score: 85
Alerts are raised based on real-time scores. Remember that scores may be adjusted over time as data continues to be analyzed.
Top influencers: PCode.keyword = 011000 [97] Destination.keyword = 549627 [97] Source.keyword = 0093 [97]
Top records: max(hits) [85]
Anomaly was detected at 15:30-15:35 but it is showing different time
i have shared screenshot for this . I would like to know in the screenshot it is showing July 24th 2023, 15:00
(highlighted part) but in the table it is showing actual timerange. Can you please tell me also on this part