Skip to content

Provide something similar to a group by functionality for graylog2

License

Notifications You must be signed in to change notification settings

wayfair-archive/Graylog2-GroupBy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Wayfair implementation of groupby with an ElasticSearch Backend (For Graylog2)

Why?

  • We wanted a way to generate statistics on similar data on the fly.

Configuration

  • To use, copy the sample config (lib/config.php.sample) to lib/config.php and make any changes you need
<?php

define("ELASTICSEARCH_HOST", "localhost");
define("ELASTICSEARCH_PORT", "9200");
define("DEFAULT_HOSTNAME", "*");
define("DEFAULT_START_DATE", "1 hour ago");
define("DEFAULT_END_DATE", "now");
define("DEFAULT_SEARCH_STRING", "logs");
define("BASE", "/groupby");

Included code

Requirements

  • php curl

About

Provide something similar to a group by functionality for graylog2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published