PHPackages                             clearcode/simple-bus-elk-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. clearcode/simple-bus-elk-bundle

ActiveBundle[Utility &amp; Helpers](/categories/utility)

clearcode/simple-bus-elk-bundle
===============================

ELK integration for Symfony2

31.9kPHP

Since Jan 27Pushed 10y ago9 watchersCompare

[ Source](https://github.com/ClearcodeHQ/SimpleBusElkBundle)[ Packagist](https://packagist.org/packages/clearcode/simple-bus-elk-bundle)[ RSS](/packages/clearcode-simple-bus-elk-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/079356730c765b7f27b071eef825949a8ff3c6ccf6e1d1e0c11efa158e39b8bc/68747470733a2f2f7472617669732d63692e6f72672f436c656172636f646548512f53696d706c65427573456c6b42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ClearcodeHQ/SimpleBusElkBundle)[![Coverage Status](https://camo.githubusercontent.com/8b80dd83db353014c2da8f8c347d0d877a58f88b64ff954678b14df1d95082d3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f436c656172636f646548512f53696d706c65427573456c6b42756e646c652f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/ClearcodeHQ/SimpleBusElkBundle?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/28bccb17295ada309452adfd789a61e8825ddc7f83d5026aa3efd5f8dadc4ea9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436c656172636f646548512f53696d706c65427573456c6b42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ClearcodeHQ/SimpleBusElkBundle/?branch=master)

ELK Bridge for Symfony2
=======================

[](#elk-bridge-for-symfony2)

How to use:
-----------

[](#how-to-use)

### Requirements:

[](#requirements)

ELK installed, Logstash config:

```
input {
  tcp {
    port => 5000
    codec => "json"
  }
}

output {
  elasticsearch { }
}

```

Tested on ELK docker:

### Installation &amp; configuration:

[](#installation--configuration)

##### I. Register a bundle

[](#i-register-a-bundle)

```
