Data Lakes
For more information on the Snowflake and Athena backends, please see the documentation:
SnowflakeAthenaAvailable Databases
The following databases are available for analyzing in Panther:
Database | Description of Database |
---|---|
| All data sent via Log Analysis, organized by log type. This is the main Panther database, holding parsed records of all the onboarded log types. The number and size of the tables here will vary depending on the sources you onboard. |
| Events for all triggered alerts, organized by log type. For every onboarded source that appears in a rule match, Panther creates a row in the corresponding table in the rule matches database. This allows for an easy historical view of what rules are firing and why. |
| Events for all errors from rules (e.g., Python tracebacks) The rule errors tables keep track of events for easy debugging, such as errors in code, permissions issues, rules returning errors, and rules that do not run successfully. |
| Standardized fields across all logs and rule matches. |
| Panther cloud security scanning data. |
| Panther data loader self-monitoring. Panther Monitor contains information about the data load process into Panther's Snowflake database itself. See the Snowflake Backend page for more details. |
Panther Views
Panther Views bring together common data fields that enable you to search across multiple data sources at once.
The following views are available:
View | Description of Panther Views |
---|---|
| Search all data (logs, rule matches and errors) |
| Search all log data |
| Search all cloud security data. The Panther Cloud Security Database stores AWS configuration information and changes detected from the scans on the monitored environments. |
| Search all events matching rules |
| Search all events causing rule errors |
Last updated