Coder Social home page Coder Social logo

graylog2-puppet's Introduction

Graylog

Build Status

Table of Contents

  1. Overview
  2. Installation
  3. Usage
  4. Authors
  5. Credits
  6. License

Overview

This module manages a Graylog setup including the server and the web-interface.

Supported Graylog versions:

  • 1.0, 1.1

Supported platforms:

  • Debian 7
  • Ubuntu 14.04
  • CentOS 6.5

Installation

There is an implicit dependency to Elasticsearch and MongoDB - make sure to set those up properly before using this module! You can use existing Puppet modules to do that.

Librarian-Puppet

mod 'graylog2/graylog2', 'x.x.x'

Check for the latest version!

Puppet Module Tool

puppet module install graylog2/graylog2

Manual Installation

This module depends on:

So all repositories have to be checked out:

git clone https://github.com/Graylog2/graylog2-puppet.git modules/graylog2
git clone https://github.com/puppetlabs/puppetlabs-apt.git modules/apt
git clone https://github.com/puppetlabs/puppetlabs-stdlib.git modules/stdlib

Usage

A Graylog example including the server and the web-interface component. The module does not setup Elasticsearch and MongoDB so make sure to have those installed as well!

class {'graylog2::repo':
  version => '1.1'
} ->
class {'graylog2::server':
  password_secret    => 'veryStrongSecret',
  root_password_sha2 => 'sha256PasswordHash'
} ->
class {'graylog2::web':
  application_secret => 'veryStrongSecret',
}

Installing graylog-radio with default settings (deprecated since Graylog 1.0)

class {'graylog2::repo':
  version => '1.1'
}->
class {'graylog2::radio': }

Authors

Credits

To the community package maintainers. (The official Graylog packages are used now.)

License

graylog2-puppet is released under the MIT License. See the bundled LICENSE file for details.

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.