User Tools

Site Tools


sysadmin:logmonitor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sysadmin:logmonitor [2015/01/12 13:53] – [Heka] kobesysadmin:logmonitor [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Monitoraggio dei log ====== 
  
-Work In Progress!! 
- 
-Ecco i progetti identificati finora: 
- 
-  * [[https://github.com/getsentry/sentry|Sentry]] (Python) 
- 
-Sentry è adatto per ricevere errori ed eccezioni, purtroppo non si presta molto bene a ricevere una serie di log temporali che devono essere poi in seguito aggregati ed analizzati. 
- 
-  * [[https://github.com/mozilla-services/heka|Heka]] (Go), sviluppato da Mozilla 
- 
- 
-===== Heka ===== 
- 
-* [[http://blog.librato.com/posts/collector-highlight-series-heka|Intro ed esportazione per Librato]] 
- 
- 
-Esempio di workflow per trasferire i log di Nginx su InfluxDB. 
- 
-Inputs: 
-  * [[http://hekad.readthedocs.org/en/v0.8.2/config/inputs/index.html#dockerloginput|Docker Log Input]] per tutto (quando avremo l'infrastruttura a microservizi) 
-  * [[http://hekad.readthedocs.org/en/v0.8.2/config/inputs/index.html#tcpinput|TCP Input]] per uWSGI stats&metrics 
- 
-Decoders: 
-  * [[http://hekad.readthedocs.org/en/v0.8.2/config/decoders/index.html#nginx-access-log-decoder|Nginx Access Log Decoder]] 
-  * [[http://hekad.readthedocs.org/en/v0.8.2/config/decoders/index.html#nginx-error-log-decoder|Nginx Error Log Decoder]] 
- 
-Filters: 
-  * [[http://hekad.readthedocs.org/en/v0.8.2/config/filters/index.html#http-status-graph|HTTP Status Graph]] 
-  * ... 
- 
-Encoders: 
-  * [[http://hekad.readthedocs.org/en/v0.8.2/config/encoders/index.html#schema-influxdb-encoder|Schema InfluxDB Encoder]] 
-  * [[http://hekad.readthedocs.org/en/v0.8.2/config/encoders/index.html#statmetric-influxdb-encoder|Stat Metric InfluxDB Encoder]] 
- 
-Outputs: 
-  * [[http://hekad.readthedocs.org/en/v0.8.2/config/outputs/index.html#httpoutput|HTTP Output]] per InfluxDB APIs 
sysadmin/logmonitor.1421070788.txt.gz · Last modified: 2015/01/12 13:53 by kobe