Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected general typo and made content improvements in Druva CCP and Playbooks #11652

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading