Skip to content

Instantly share code, notes, and snippets.

@djmaze
Created April 28, 2016 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djmaze/82e71f43339d06a02b3cdcbbd6f29503 to your computer and use it in GitHub Desktop.
Save djmaze/82e71f43339d06a02b3cdcbbd6f29503 to your computer and use it in GitHub Desktop.
Graylog Meetup Notes

Infos:

  • MONGODB nur für Konfiguration, soll weg
  • HTTP Polling
  • Streams = Tags an Messages
  • Sidecar konfiguriert Kollektoren
  • intern: Logs von Kafka

Neu in V2:

  • Client-Side-App mit REST-API
  • Live Updates
  • Pipeline Processing für Streams (pluggable per Java)
  • Alert, wenn nicht
  • "show surrounding messages"
  • Webinterface pluggable
  • REST API Browser
  • Message Processors custom+sortierbar

Tipps:

  • Source auf Hostname/Appname setzen
  • Für Metriken bis zu seinem bestimmten Punkt schon auch geeignet
  • Alarm-Callback / JIRA Plugin
  • Elastic Beats alternativ zu Logstash, auch für Metriken
  • Logforwarding nur Client-Side-buffered
  • ES in master- und data-Nodes verteilen

ES:

  • doc values

To come:

  • Reinterpretation alter Nachrichten in Streams
  • Sortierung nach zweitem Timestamp-Feld aus Originaldaten

Interna:

  • Inputs landen zuerst in einem Journal auf Platte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment