https://github.com/bashofmann/vm_graylog2_amqp_logstash_apache
https://github.com/bashofmann/vm_graylog2_amqp_logstash_apache
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bashofmann/vm_graylog2_amqp_logstash_apache
- Owner: bashofmann
- Created: 2012-08-25T08:14:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-24T22:46:35.000Z (about 13 years ago)
- Last Synced: 2025-06-10T06:09:46.358Z (about 1 year ago)
- Language: Puppet
- Size: 127 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant VM to test out a graylog2 rabbitmq and logstash setup
=============================================================
Install
-------
You need vagrant to create and provision this VM, see http://vagrantup.com/ for installation details.
Once you installed vagrant just check out the git repo and run
vagrant up
and wait some minutes. Vagrant will download a Ubuntu Precise 64bit base box image and will install
Graylog2, RabbitMQ, Logstash, Apache2 and PHP5 and configure them through Puppet.
Once vagrant finished setting everything up you can access these service at:
* Graylog2: http://localhost:8180/ (you have to add a user first)
* ElasticSearch Frontend: http://localhost:8192/_plugin/head/
* Small PHP test script that logs something to the error_log: http://localhost:8181/index.php
* RabbitMQ Frontend: http://localhost:8155/ (User: guest, Password: guest)