We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plaso now has a parser for GCP Logging which parses more fields from logs than the current dedicated module for parsing GCP logs GCPLoggingTimesketch.
Recipes that work on GCP logs should be adjusted to use Plaso (local or via Turbinia) for parsing similar to the aws_logging_ts recipe.
aws_logging_ts
The GCPLoggingCollector module will have to be changed to output File containers rather the GCPLogs containers.
The text was updated successfully, but these errors were encountered:
Change gcp_logging* recipes to use Plaso instead of GCPLoggingTimesketch
03e7fbd
Fixes log2timeline#691
Change gcp_logging* recipes to use Plaso instead of GCPLoggingTimeske…
ef99c12
…tch (#693) Fixes #691
jonathan-greig
Successfully merging a pull request may close this issue.
Plaso now has a parser for GCP Logging which parses more fields from logs than the current dedicated module for parsing GCP logs GCPLoggingTimesketch.
Recipes that work on GCP logs should be adjusted to use Plaso (local or via Turbinia) for parsing similar to the
aws_logging_ts
recipe.The GCPLoggingCollector module will have to be changed to output File containers rather the GCPLogs containers.
The text was updated successfully, but these errors were encountered: