Find connections for Saved Search

Comments

2 comments

  • Avatar
    Shobhit Garg

    Hi Shamshir,

    Yes, this query will only give you the information about the searches which are triggered.

    The other thing you can do is to use the content management API and export the content in JSON format, there you can look for below section, the parameter taskType tells that its a webhook connection. It is not a straight forward method, but this is the best you can do instead of opening each search manually.

    "notification": {
    "taskType": "WebhookSearchNotificationSyncDefinition",
    "webhookId": "000000000000CD15",
    "payload": null,
    "itemizeAlerts": false,
    "maxItemizedAlerts": 50
    },

    Access below page and click the link as per your deployment region and look for content management

    https://help.sumologic.com/APIs

    You can also export the library content from UI 

    https://help.sumologic.com/05Search/Library/Export-and-Import-Content-in-the-Library

    Hope this helps.

     

    Regards

    1
    Comment actions Permalink
  • Avatar
    Shamshir Nangla

    Thanks Shobhit!

    0
    Comment actions Permalink

Please sign in to leave a comment.