Save GroundRunner log file data into SQL
How would you achieve saving the data in the log files to a SQL table?
The SQL table will just have a single column, and each row would be a log entry that you find in the Ground Runner log file.
How would you achieve saving the data in the log files to a SQL table?
The SQL table will just have a single column, and each row would be a log entry that you find in the Ground Runner log file.
Maybe look at the logging to S3 capability and then you can ingest that into something like snowflake easily: https://support.onecloud.io/support/solutions/articles/48001160739-amazon-s3-integration-chain-command-logs
1 person likes this
That would be great - but unfortunately we are needing to save it to a MS SQL table.