sivasamyk / logtrail

Kibana plugin to view, search & live tail log events
MIT License
1.4k stars 186 forks source link

Is it possible to add custom javascript in logtrail? #371

Closed jemijin closed 4 years ago

jemijin commented 4 years ago

Hi!!! This plugin is really useful to me. Thanks.

Then I have 1 question. I want to add some javascript code for UI data representation. Do you have any way to do this?

sivasamyk commented 4 years ago

Hi, You need dev env to adjust the code in logtrail.

jemijin commented 4 years ago

Thanks your reply. One more question. Do you have any way to run logtrail without kibana? ( not as a plugin)

sivasamyk commented 4 years ago

No. Logtrail is developed to be Kibana plugin and it has a lot of dependency on Kibana API.

jemijin commented 4 years ago

Okay. thanks!!!!