Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@logpacker
logpacker / kibana.conf.json
Created March 7, 2016 05:09
kibana.conf.json
[
{
"_id": "Server-Logs",
"_type": "dashboard",
"_source": {
"title": "Server Logs",
"hits": 0,
"description": "",
"panelsJSON": "[\n {\n \"col\": 1,\n \"id\": \"Server-Logs-Visualization\",\n \"row\": 1,\n \"size_x\": 9,\n \"size_y\": 2,\n \"type\": \"visualization\"\n },\n {\n \"col\": 10,\n \"id\": \"Log-Levels\",\n \"row\": 1,\n \"size_x\": 3,\n \"size_y\": 2,\n \"type\": \"visualization\"\n },\n {\n \"col\": 1,\n \"columns\": [\n \"TagName\",\n \"LogLevel\",\n \"Message\",\n \"Source\",\n \"AgentID\",\n \"FileSize\"\n ],\n \"id\": \"All-Logs\",\n \"row\": 3,\n \"size_x\": 12,\n \"size_y\": 3,\n \"sort\": [\n \"Time\",\n \"desc\"\n ],\n \"type\": \"search\"\n }\n]",
"version": 1,
@logpacker
logpacker / notify.ini
Created March 7, 2016 05:07
notify.ini
; Choose a way to notify about new logs
; Choose an interval for this and etc.
; providers can be comma-separated. Available: sendmail, slack, smtp, twilio
providers=sendmail
; interval in seconds
interval=3600
; log levels to include
levels=Fatal,Error
; tags to include. all by default