Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
LOG-1505: SQS3script.py bug #89
Comments
|
Thanks for posting! We also have a new S3 ingestion feature coming out soon that will ingest logs directly in the product without the need for a separate script. Stay tuned! |
|
This is fixed by #125 . |
Some users may have multiple AWS profiles, which causes their credential file to look as follows:
the following lines may cause "Unauthorized" errors while running the script:
Better would be if the python script is migrated to use Boto3 Configuration
However - As an alternative, I suggest the use of the following Terraform configuration: https://github.com/honestbee/loggly-elb-infra
This configuration is more robust and easier customisable for end users.
The text was updated successfully, but these errors were encountered: