Git Product home page Git Product logo

aws-log-server's Introduction

AWS Log Server

AWS CloudFormation templates for building log server instances.

Software

Name Version
Elasticsearch 0.90.1
Logstash 1.1.12
Kibana 3 Master branch
Nginx Latest from RPM repositiory

Parameters

Name Description Default
KeyName Name of an existing EC2 KeyPair to enable SSH access ssh-ec2-instances
NodeName Name of the elasticsearch node Lucky Luke
ServerName DNS name for the Kibana frontend kibana.domain.com
InstanceType A valid EC2 instance type m1.small
VolumeSize Volume size for each EBS volume in GB 10GB
AccessFrom Restrict instance access to this address 0.0.0.0/0
TopicEmail The email to which critical errors should be sent

For VPC instances there are two more parameters.

Name Description
VpcId VpcId of your existing Virtual Private Cloud (VPC)
SubnetId SubnetId of an existing subnet in your Virtual Private Cloud (VPC)

Security

The template creates also a security group for the log server instance. The group has the following inbound connections enabled.

Protocol Port Range Service Description
TCP 22 The value for AccessFrom SSH SSH access
TCP 80 The value for AccessFrom HTTP To access the Kibana3 frontend
TCP 5544 The value for AccessFrom Logstash To send log messages via Syslog
UDP 5544 The value for AccessFrom Logstash To send log messages via Syslog
TCP 9200 The value for AccessFrom Elasticsearch To send log messages via Logstash

The single access permissions should be changed after the instance has been created. The initial settings are only available, to restrict the access to a secure network, during instance initialization.

Logging

The template creates a log file for the setup. If something goes wrong then disable the Rollback on Failure option in the Advanced options. Then look at the file /var/log/setup.log for reasons why the creation failed.

Additional configurations

See the wiki for additional logstash configurations.

License

This project is Open Source and released under the terms of the New BSD License.

aws-log-server's People

Contributors

akkie avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.