sivasamyk / logtrail

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

Request Kibana 7.7.x support #395

Closed getsomebread closed 4 years ago

getsomebread commented 4 years ago

7.7.0 is the first release to support RHEL8/CentOS8, and we are looking forward to upgrading to it. Might a logtrail release be made for this? Much appreciation for you providing and updating logtrail, it is used regularly in my environment!

sivasamyk commented 4 years ago

@ryebread157 Here you go! - https://github.com/sivasamyk/logtrail/releases/download/v0.1.31/logtrail-7.7.0-0.1.31.zip

Thanks for using logtrail!

caiconkhicon commented 4 years ago

@sivasamyk: Hi, I am not sure if it is related, but I am trying Logtrail with Kibana 7.7.0, and Kibana cannot start with the error: FATAL Error: Feature logtrail specifies app entries which are not granted to any privileges: logtrail,kibana Do you have any idea on this?

getsomebread commented 4 years ago

Thanks much for the quick turnaround @sivasamyk! I'm actually getting the exact same error as @caiconkhicon is getting though, might you please look at it? Perhaps it is caused by security changes introduced in Kibana 7.7? These don't make sense to me, but perhaps they do to you? https://www.elastic.co/guide/en/kibana/current/release-notes-7.7.0.html

sivasamyk commented 4 years ago

I tested in local dev setup and it worked fine. I will install 7.7.0 official kibana release and check

sivasamyk commented 4 years ago

Can you please confirm if you are using Kibana with x-pack installed? I checked with OSS version and it works fine.

caiconkhicon commented 4 years ago

Hi @sivasamyk, I can confirm that I am using the Basic version with x-pack enabled

sivasamyk commented 4 years ago

Looks like there was an issue changes from local code in last release zip - this should work - https://github.com/sivasamyk/logtrail/releases/download/v0.1.31/logtrail-7.7.0-0.1.31.zip I verified with xpack

getsomebread commented 4 years ago

Much thanks @sivasamyk! Just installed it and it works perfectly.