--- id: druva title: Druva sidebar_label: Druva description: The Druva app for Sumo Logic provides real-time monitoring and security insight for Druva accounts, enabling prompt detection and response to potential security incidents through granular insights into user activity, alerts, and backup status. slug: /help/docs/integrations/saas-cloud/druva/ canonical: https://www.sumologic.com/help/docs/integrations/saas-cloud/druva/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; Druva icon The Druva app for Sumo Logic enables real-time monitoring and security insight for your Druva account. This app provides critical event alerts and visibility into user activities, device and app usage, and backup and restore events. With this level of visibility, security teams can quickly detect and respond to potential security incidents. The Druva app for Sumo Logic is an essential tool for organizations looking to enhance their security operations. The Druva app for Sumo Logic leverages Sumo Logic's cloud-to-cloud Druva source to collect and analyze data from your Druva account. This app delivers granular insights into user activity, alerts, and backup status, enabling organizations to promptly identify and respond to potential security incidents. The Druva app offers the following capabilities: * Monitor user activity and identify any unauthorized access to sensitive data. * Detect and mitigate potential ransomware attacks. * Ensure compliance with regulatory mandates. * Monitor endpoint security and identify potential threats. * Orchestrate incident response workflows by integrating with other security tools. The Sumo Logic Druva app is a powerful tool for monitoring and protecting your data backups and archives. Organizations may gain important insights into their data security posture and respond quickly and efficiently to possible security events by leveraging Sumo Logic's Events API and advanced analytics capabilities. ## Log types The Druva app utilizes Sumo Logic's Druva Source to gather [Audit Events](https://developer.druva.com/docs/event-apis) from Druva. For more information on the fields of inSync events, refer to the [inSync events fields](https://developer.druva.com/docs/event-apis#obtain-events-api-response-in-syslog-format) documentation. ## Sample log messages ```json title="Audit Event log" { "eventID": 1203589860, "eventType": "Backup", "profileName": "Default", "inSyncUserName": "Adele Vance", "clientVersion": "7.2.0r(e67f3e32)", "clientOS": "Office 365 OneDrive", "ip": "209.142.167.255", "inSyncUserEmail": "adelev@druvaarena.onmicrosoft.com", "eventDetails": "Total Backup Size:0, Files Backed up:0, Files Missed:0, System and App Settings:Yes, Total Bytes Transferred:0, eventsGroupId:39583905", "timestamp": "2023-03-09T17:48:43Z", "inSyncUserID": 4660543, "profileID": 44426, "initiator": null, "inSyncDataSourceID": 6706405, "eventState": "Success", "inSyncDataSourceName": "OneDrive", "severity": 6, "facility": 23 } ``` ## Sample queries ```sumo title="Number of Users" _sourceCategory="druva_app" |json"eventID","eventType","eventState","eventDetails","initiator","inSyncUserID","inSyncUserName","inSyncUserEmail","inSyncDataSourceID","clientOS","ip","timestamp","severity" as event_id,event_type,event_state,event_details,initiator,user_id,user_name,user_email,device_id,client_os,ip,time_stamp,severity nodrop | where severity matches "{{severity}}" | where client_os matches "{{client_os}}" | where event_type matches "{{event_type}}" | where event_state matches "{{event_state}}" | if(isNull(user_id),"-",user_id) as user_id | if(isNull(user_email),"-",user_email) as user_email | if(isNull(client_os),"-",client_os) as client_os | if(isNull(user_name),"-",user_name) as user_name | if(isNull(device_id),"-",device_id) as device_id | if(isNull(initiator),"-",initiator) as initiator | if(isEmpty(ip),"-",ip) as ip | count_distinct(user_id) ``` ## Collection configuration and app installation import CollectionConfiguration from '../../reuse/apps/collection-configuration.md'; :::important Use the [Cloud-to-Cloud Integration for Druva](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/druva-source) to create the source and use the same source category while installing the app. By following these steps, you can ensure that your Druva app is properly integrated and configured to collect and analyze your Druva data. ::: ### Create a new collector and install the app import AppCollectionOPtion1 from '../../reuse/apps/app-collection-option-1.md'; ### Use an existing collector and install the app import AppCollectionOPtion2 from '../../reuse/apps/app-collection-option-2.md'; ### Use an existing source and install the app import AppCollectionOPtion3 from '../../reuse/apps/app-collection-option-3.md'; ## Viewing Druva dashboards​ import ViewDashboards from '../../reuse/apps/view-dashboards.md'; ### Overview The **Druva - Overview** dashboard in the Druva app provides a comprehensive view of the devices and cloud apps used by your organization. It includes widgets for unique user activities, device and app distribution, top users and administrators' details by device and event counts, and the trend of devices and apps over time. This dashboard is a powerful tool for monitoring activity, with the ability to detect and address potential security threats through the "failed events over time" widget. The "recent events details" widget offers a quick snapshot of the latest events. By using this dashboard, you can identify potential issues or anomalies, track changes in device and app usage, and gain a better understanding of events occurring in your organization's devices and cloud apps.
Druva - Overview dashboard ### Alerts Overview The **Druva - Alerts Overview** dashboard in the Druva app provides comprehensive widgets to analyze security threats and take proactive measures. It includes widgets for tracking alerts by location, severity, and frequency over time, as well as detailed information on unusual activity events and the top users generating alerts. The recent alerts widget provides a quick snapshot of the latest security activity. By using this dashboard, organizations can identify and respond to potential threats efficiently, safeguarding their data effectively.
Druva - Alerts Overview dashboard ### Backup and Restore The **Druva - Backup and Restore Overview** dashboard offers a comprehensive view of backup, restore, and download events, providing valuable insights into your organization's data protection activities. The dashboard's widgets allow you to track and analyze these events, including the count and distribution of backup, restore, and download activities. You can closely monitor the most active users using the top users performing backup/restore activity widget. The trend of failed backup/restore/download events over time offers an overview of any issues, enabling you to quickly identify and resolve them. The geo-location widget tracks activity locations, helping you identify potential threats or vulnerabilities. With this dashboard, you can monitor your data protection activities closely, ensuring the smooth running of backup and restore processes and securing your data.
Druva - Backup and Restore Overview dashboard ## Upgrade/Downgrade the Druva app (Optional) import AppUpdate from '../../reuse/apps/app-update.md'; ## Uninstalling the Druva app (Optional) import AppUninstall from '../../reuse/apps/app-uninstall.md';