sumologic

How write search query for Sumologic to find stored ingest budget?


I have a requirement to find Sumologic Ingest budget data via a search and then schedule it. Any idea which _index I should be using for this ? I did search all the sumologic document but couldnt find concrete material to get this through. Anyone with any ideas please direct me


Solution

  • Try this:

    _index=sumologic_audit _sourceName=VOLUME_QUOTA _sourceCategory=account_management "Budget" "last reset" "Approaching"
    

    or similar

    taken from the Sumo Logic docs on Managing Ingestion Volume


    Disclaimer: I am currently employed by Sumo Logic