cloudfoundry-community / logsearch-for-cloudfoundry

A Logsearch addon that customises Logsearch to work with Cloud Foundry data
Apache License 2.0
49 stars 58 forks source link

Set parsed json field without using the ruby filter #290

Closed bandesz closed 6 years ago

bandesz commented 6 years ago

We are evaluating to use a 3rd party ELK stack where the ruby filter plugin is not enabled for security reasons, but we would still like to use the Logstash filters from this project.

This change removes the LogStash::Util.normalize which might not be necessary at all, but we don't understand its purpose and there are no tests for it.

If the LogStash::Util.normalize() is necessary could you please help to shine some light on its purpose?

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

Infra-Red commented 6 years ago

Thanks @bandesz !