Has anybody tried to customize the login page? I tried pretty much everything imaginable, I did rm optimize/bundles but any changes I make doesn't seem to reflect when I restart kibana...
I tried to change the login text "Welcome to Kibana" via
/usr/share/kibana/x-pack/plugins/security/public/authentication/login/login_page.js
}, /*#__PURE__*/_react.default.createElement("h1", null, /*#__PURE__*/_react.default.createElement(_react2.FormattedMessage, {
id: "xpack.security.loginPage.welcomeTitle",
defaultMessage: "Server 1" <-- instead of "Welcome to Kibana"
It doesn't seem to have any effect, I tried the russian approach on the login page background color, I couldn't track down the source so I got irritated and grep + sed and replaced every single instance of #fafbfd. I grep the entire kibana folder and #fafbfd cannot be found nowhere anymore yet the background-color still is untouched...
Then deleted optimize/bundle restarted kibana and still nothing, I tried the same with the rbg equivalent, still the same...
What am I missing, is there somewhere kibana builds/cache its UI other than optimize/bundle that I'm not aware of?
Its been 3 days, 8hrs a day I'm trying to figure it out and I can't figure it out, I'm losing my sanity here lol!
I had no problem modifying the previous versions of Kibana to look and feel like the rest of my page since I'm iframing it into another page I have that regroups the things I use together at one place... But this version has been kicking my a$$...
Anyone? Help please...