Skip to content

Commit ddfa2d9

Browse files
authored
Merge pull request #5631 from segmentio/remove-lantern
Remove Lantern docs #5629
2 parents d19a4f2 + 72ddc96 commit ddfa2d9

File tree

2 files changed

+1
-87
lines changed

2 files changed

+1
-87
lines changed

src/connections/destinations/catalog/lantern/index.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

src/protocols/apis-and-extensions/anomaly_detection.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Once violation forwarding is enabled, you can build a custom anomaly detection s
4444

4545
1. [Forward violations to a Slack channel](#forward-violations-to-a-slack-channel)
4646
2. [Create violation and event count Anomaly Detection dashboards in a BI tool](#create-customized-anomaly-detection-dashboards-in-a-bi-tool)
47-
3. [Use a tool like Lantern to automate anomaly detection](#use-a-tool-like-lantern-to-automate-anomaly-detection)
47+
4848

4949
### Forward violations to a Slack Channel
5050
After you've enabled [Violation Forwarding](/docs/protocols/validate/forward-violations/), [enable the Slack destination](/docs/connections/destinations/catalog/slack/#getting-started) for your Protocols Audit Source. In the destination's settings, add an Incoming Webhook URL for the Slack channel you want to push notifications to. Next, add the `Violation Generated` event to the [Event Templates settings](/docs/connections/destinations/catalog/slack/#event-templates).
@@ -153,9 +153,3 @@ This query produces a table listing the top 10 events with the most violations.
153153
order by total_violations desc
154154
limit 10
155155
```
156-
157-
### Use a tool like Lantern to automate anomaly detection
158-
159-
Enable the Lantern destination for any source to start automatically generating Slack notifications when an anomaly occurs. Lantern works best for sources containing `page` and `track` events, for which it will flag volume anomalies reflecting a change in behavior of some user segment.
160-
161-
[Learn more about Lantern here](/docs/connections/destinations/catalog/lantern/)

0 commit comments

Comments
 (0)