Skip to main content
Version: NG-2.14

Alert Document

Getting an Alert Document CSV Export

To access, filter, and export a specific alert document, follow the steps below:

  1. Go to Explore Section

    Access the Explore section from the left navigation menu (Account Management > Explore).

  2. Select Hyperscale as the Data Source

    At the top of the Explore panel, choose Hyperscale from the data source dropdown.

  3. Select the Notification Index

    In the Explore panel, start by setting the Editor Type to Query Builder. Then, under the Table dropdown, choose the notification index that corresponds to the alert you want to retrieve.

  4. Choose Columns
    In the Columns section, select * (All Columns) to retrieve the full alert document, or choose only the relevant fields (e.g., alertId, severity, timestamp, etc.).

  5. Set a Row Limit

    Set the Limit to 1000 to restrict the number of returned records.

note

A limit of 1000 is recommended as alert indexes may contain lakhs of records. Adjust this value based on your use case.

  1. Apply Relevant Filters

    Use the Filter option to refine your query:

    • Preferably, filter by the specific alertId if it’s known.
    • Additionally, apply a timestamp range to narrow results to a particular time window.

tip

Filtering by alertId ensures precise retrieval of a specific alert. Using a timestamp range improves performance and accuracy when dealing with large datasets.

  1. Execute the Query
    Click the Run Query button to fetch the matching Alert Table. The resulting data will appear in the preview table located below.

  2. Navigate to Query Inspector
    Click on the Inspector Then, navigate to the Data tab to view the detailed output of the executed query.

  3. Download as CSV
    Inside the Data tab, click on Download CSV to export the alert data. The file will be downloaded to your local system in CSV format.