Does Panther support ingesting Gmail logs?
Panther does not support this today. If you are interested in support of this feature, please contact Panther Support to put in a request.
To set this up in a non-native way, we recommend the following options:
Export Big Query table data to Google Cloud Storage (GCS), and configure GCS as a Data Transport in Panther. Gmail generates one BigQuery table per day.
BigQuery supports scheduled queries and you could potentially leverage the EXPORT DATA statement to continuously query for new data on the partitioned table itself.