Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to reload logtrail configuration? #379

Open
andye2004 opened this issue Feb 6, 2020 · 3 comments
Open

Is it possible to reload logtrail configuration? #379

andye2004 opened this issue Feb 6, 2020 · 3 comments

Comments

@andye2004
Copy link

I'm wondering if it is possible to reload the logtrail configuration at runtime without a kibana restart? Ideally, I want to store config in es and be able to modify it directly in es, then have logtrail do a live reload of the config.

@sivasamyk
Copy link
Owner

@andye2004 logtrail already supports storing the configuration in ES and it loads the config every time when you reload the UI.

Check here for the details of loading configuration from ES - https://github.com/sivasamyk/logtrail/blob/master/docs/how_to.md#3-load-logtrail-configuration-from-elasticsearch

Which version of logtrail are you using?

@andye2004
Copy link
Author

@sivasamyk, thanks for the feedback. Yes, I was aware that logtrail loaded config from es, but what I wanted to know was if it would 'live' reload the config when it is changed in es, without requiring a restart of kibana. I think you have just confirmed that it will do that. E.g. reload the UI.

I am looking at using logtrail with ECK in an on-prem cluster using es/kibana 7.5.2 and logtrail-7.5.2-0.1.31. Unfortunately, when I include logtrail as a plugin kibana won't start, instead it just keeps cycling through some license request to es and timing out. I need a little time to look at it in more detail.

I have tried adding logtrail using the method outlined here and also tried building a custom image but the result is the same.

@sivasamyk
Copy link
Owner

I have not tried logtrail with ECK. Please post the solution here once you make it work. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants