Search ------ The search module provides a set of classes for finding and aggregating events stored within DynamiteNSM. --------------------- The Search Interface --------------------- The Search class provides a method for retrieving events or baseline intervals between a start and end date. .. autoclass:: dynamite_sdk.search.Search :members: Check out these search_ examples. .. _search: https://github.com/DynamiteAI/dynamite-sdk-lite/blob/master/notebooks/getting_started/working_with_flows_conn_log.ipynb --------------------- The Pivot Interfaces --------------------- Events generated by Zeek often have relationships with other events generated around the same time. For example, a TCP session (represented in Zeek's **conn.log** may have several corresponding HTTP events. The pivot interface allows the user the ability to easily locate these corresponding events. Check out these pivot_ examples. .. _pivot: https://github.com/DynamiteAI/dynamite-sdk-lite/blob/master/notebooks/getting_started/pivoting_between_events.ipynb =================================== ConnectionEventToNetworkEventsPivot =================================== .. autoclass:: dynamite_sdk.search.ConnectionEventToNetworkEventsPivot :members: =================================== NetworkEventToConnectionEventPivot =================================== .. autoclass:: dynamite_sdk.search.NetworkEventToConnectionEventPivot :members: