Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakamadare/elb2logstalgia
Translate AWS ELB logs to Logstalgia custom format
https://github.com/hakamadare/elb2logstalgia
Last synced: about 19 hours ago
JSON representation
Translate AWS ELB logs to Logstalgia custom format
- Host: GitHub
- URL: https://github.com/hakamadare/elb2logstalgia
- Owner: hakamadare
- License: mit
- Created: 2016-02-23T22:03:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T15:33:03.000Z (3 months ago)
- Last Synced: 2025-01-14T23:05:26.458Z (6 days ago)
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Elb2Logstalgia [![Code Climate](https://codeclimate.com/github/hakamadare/elb2logstalgia/badges/gpa.svg)](https://codeclimate.com/github/hakamadare/elb2logstalgia)
[Logstalgia](http://logstalgia.io/) is a spectacular realtime visualisation tool for web application access logs. This tool ingests Amazon Web Services Elastic Load Balancing [access logs](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/access-log-collection.html) and emits log entries formatted according to Logstalgia's custom log format.
## Installation
$ gem install elb2logstalgia
## Usage
$ cat some_elb_logfile.log | e2l | logstalgia -
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/hakamadare/elb2logstalgia. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).