We use links to events and detections in our case management platform for analysts to navigate to the original JSON data in the LC web app. These links contain the embedded atom ID which indicates to the web app which event or detection to present. We are observing the following issues:
Telemetry Events:
URL: https[://]app[.]limacharlie[.]io/orgs/{oid}/sensors/{sid}/timeline?selected={atom}
When navigating to a direct link to a telemetry event, the event JSON is shown but the timeline does not highlight the event. Clicking “Scroll into view” has no impact.
Detection Events:
URL: https[://]app[.]limacharlie[.]io/orgs/{oid}/detections?lastDetection={atom}
The detections list populates but the specific detection requested in the URL parameters is not shown unless the timeline has already loaded the detection. Otherwise, you must scroll through the timeline until the detection comes into view, in which case the event is then highlighted and shown in the view pane.