Skip to content

Commit

Permalink
Merge pull request #11652 from Nidhi-druva/druva-sentinel
Browse files Browse the repository at this point in the history
Corrected general typo and made content improvements in Druva CCP and Playbooks
  • Loading branch information
v-prasadboke authored Jan 16, 2025
2 parents 3dcccce + 1a57bf3 commit 0218bc8
Show file tree
Hide file tree
Showing 14 changed files with 157 additions and 127 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"id": "DruvaEventCCPDefinition",
"title": "Druva Events Connector",
"publisher" : "Microsoft",
"descriptionMarkdown" : "Provides capability to ingest the druva events from druva apis",
"descriptionMarkdown" : "Provides capability to ingest the Druva events from Druva APIs",
"graphQueriesTableName" : "DruvaSecurityEvents_CL",
"graphQueries": [
{
Expand All @@ -21,27 +21,27 @@
},

{
"metricName":"Total platform events",
"legend":"Druva platform events received",
"metricName":"Total Platform events",
"legend":"Druva Platform events received",
"baseQuery": "DruvaPlatformEvents_CL"
},
{
"metricName":"Total insync events",
"legend":"Druva insync events received",
"metricName":"Total inSync events",
"legend":"Druva inSync events received",
"baseQuery": "DruvaInsyncEvents_CL"
}
],
"sampleQueries":[
{
"description": "Sample of Druva security events",
"description": "Sample of Druva Security events",
"query": "{{graphQueriesTableName}}\n| take 10"
},
{
"description": "Sample of Druva platform events",
"description": "Sample of Druva Platform events",
"query": "DruvaPlatformEvents_CL\n| take 10"
},
{
"description": "Sample of Druva insync events",
"description": "Sample of Druva inSync events",
"query": "DruvaInsyncEvents_CL\n| take 10"
}
],
Expand Down Expand Up @@ -81,7 +81,7 @@
"customs":[
{
"name": "Druva API Access",
"description":"Druva api requires a client id and client secret to authenticate"
"description":"Druva API requires a client id and client secret to authenticate"
}
]
},
Expand All @@ -90,13 +90,13 @@
"description": ">Note: Configurations to connect to Druva Rest API\n"
},
{
"description": "Step 1: Create Crdentials from Druva Console: https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n"
"description": "Step 1: Create credentials from Druva console. Refer this doc for steps:- https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n"
},
{
"description": "Step 2: Enter the hostname public cloud its apis.druva.com\n"
"description": "Step 2: Enter the hostname. For public cloud its apis.druva.com\n"
},
{
"description": "Step 3: Get client id and client secret key\n"
"description": "Step 3: Enter client id and client secret key\n"
},
{
"description": "Provide required values:\n",
Expand All @@ -105,7 +105,7 @@
{
"type": "Textbox",
"parameters": {
"label": "hostname",
"label": "Hostname",
"placeholder": "Example: apis.druva.com",
"type": "text",
"name": "hostname"
Expand All @@ -118,12 +118,12 @@
"clientIdLabel":"Client ID",
"clientSecretLabel" : "Client Secret",
"connectButtonLabel":"Connect",
"disconnectButtonLabel": "Diconnect"
"disconnectButtonLabel": "Disconnect"

}
}
],
"tittle": "Connect to Druva API to start collecting logs in microft sentinel"
"title": "Connect to Druva API to start collecting logs in Microsoft Sentinel"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
"connectorUiConfig": {
"title": "Druva Events Connector",
"publisher" : "Microsoft",
"descriptionMarkdown" : "Provides capability to ingest the druva events from druva apis",
"descriptionMarkdown" : "Provides capability to ingest the Druva events from Druva APIs",
"graphQueriesTableName" : "[variables('druvaSecurityEventsTableName')]",
"graphQueries": [
{
Expand All @@ -592,27 +592,27 @@
},

{
"metricName":"Total platform events",
"legend":"Druva platform events received",
"metricName":"Total Platform events",
"legend":"Druva Platform events received",
"baseQuery": "DruvaPlatformEvents_CL"
},
{
"metricName":"Total insync events",
"legend":"Druva insync events received",
"metricName":"Total inSync events",
"legend":"Druva inSync events received",
"baseQuery": "DruvaInsyncEvents_CL"
}
],
"sampleQueries":[
{
"description": "Sample of Druva security events",
"description": "Sample of Druva Security events",
"query": "{{graphQueriesTableName}}\n| take 10"
},
{
"description": "Sample of Druva platform events",
"description": "Sample of Druva Platform events",
"query": "DruvaPlatformEvents_CL\n| take 10"
},
{
"description": "Sample of Druva insync events",
"description": "Sample of Druva inSync events",
"query": "DruvaInsyncEvents_CL\n| take 10"
}
],
Expand Down Expand Up @@ -652,7 +652,7 @@
"customs":[
{
"name": "Druva API credential",
"description":"Druva api requires a client id and client secret to authenticate"
"description":"Druva API requires a client id and client secret to authenticate"
}
]
},
Expand All @@ -661,13 +661,13 @@
"description": ">Note: Configurations to connect to Druva Rest API\n"
},
{
"description": "Step 1: Create Crdentials from Druva Console: https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n"
"description": "Step 1: Create credentials from Druva console. Refer this doc for steps:- https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n"
},
{
"description": "Step 2: Enter the hostname public cloud its apis.druva.com\n"
"description": "Step 2: Enter the hostname. For public cloud its apis.druva.com\n"
},
{
"description": "Step 3: Get client id and client secret key\n"
"description": "Step 3: Enter client id and client secret key\n"
},
{
"description": "Provide required values:\n",
Expand All @@ -676,7 +676,7 @@
{
"type": "Textbox",
"parameters": {
"label": "hostname",
"label": "Hostname",
"placeholder": "Example: apis.druva.com",
"type": "text",
"name": "hostname"
Expand All @@ -689,11 +689,11 @@
"clientIdLabel":"Client ID",
"clientSecretLabel" : "Client Secret",
"connectButtonLabel":"Connect",
"disconnectButtonLabel": "Diconnect"
"disconnectButtonLabel": "Disconnect"
}
}
],
"tittle": "Connect to Druva API to start collecting logs in microft sentinel"
"title": "Connect to Druva API to start collecting logs in Microsoft Sentinel"
}
]
}
Expand Down
Binary file modified Solutions/DruvaDataSecurityCloud/Package/3.0.0.zip
Binary file not shown.
Loading

0 comments on commit 0218bc8

Please sign in to comment.