Forum Discussion

nickyoung's avatar
nickyoung
Copper Contributor
Aug 02, 2022

Adding "relevant analytics templates" to custom data connector

Trying to code a Sentinel data connector which ingests data via Azure Functions. On the 'Next steps' page on the data connector, I can see "Recommended workbooks", "Query samples" and also "Relevant analytics templates". 

 

I can easily add "Query samples" with the following code:

 

 

 

"sampleQueries": [
    {
        "description": "1",
        "query": "SOMETHING\n| sort by TimeGenerated desc"
    }
],

 

 

 

How can I add custom analytics templates under "Relevant analytics templates"?

Resources