Skip to content

A Python library for interacting with Logstash - ELK

Notifications You must be signed in to change notification settings

aminehsan/logging-ELK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

A Python library for interacting with Logstash - ELK

How to run Python

logger = Logstash(name='...', host='...', port=..., project='...')

logger.info(msg='...', extra={})

Structure :

├── main.py
├── requirements.txt