KTS icon indicating copy to clipboard operation
KTS copied to clipboard

Unable to patch Kibana 4.5

Open pdifeo opened this issue 8 years ago • 2 comments

There is following error on for timelion-integer.patch

patch -p1 -d /opt/kibana/  < /home/xxxx/KTS/patches/timelion-integer.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -u -r kibana-4.3.1-linux-x64-1/installedPlugins/timelion/public/services/_saved_sheet.js kibana-4.3.1-linux-x64-2/installedPlugins/timelion/public/services/_saved_sheet.js
|--- kibana-4.3.1-linux-x64-1/installedPlugins/timelion/public/services/_saved_sheet.js 2016-01-26 11:09:49.093222555 +0100
|+++ kibana-4.3.1-linux-x64-2/installedPlugins/timelion/public/services/_saved_sheet.js 2016-01-25 17:37:55.007695074 +0100
--------------------------
File to patch:

....

pdifeo avatar Jul 01 '16 12:07 pdifeo

I believe it is only Kibana 4.4.x that needs the patch as described here - https://github.com/StamusNetworks/KTS#how-to-use
You should be ok for 4.5.

pevma avatar Jul 01 '16 14:07 pevma

Yes, you only need this patch for 4.4, if you get a blank page when opening timeline you are most likely hitting this issue: https://github.com/StamusNetworks/KTS/issues/7

Eagleman7 avatar Oct 11 '16 06:10 Eagleman7