Whitelabeling¶
LogSentinel SIEM allows on-premise as well as SaaS installations to be whitelabeled. To use whitelabeling for on-premise setups:
-
The following properties can set in
/var/logsentinel/app.properties
:styling.dir
- path to the dir where logo and css files staystyling.footer
- can contain html (it's not escaped)styling.logo
- name of file inside; if is not defined this can be url styling.css
- name of file inside; if is not defined this can be url styling.title
- page titlestyling.login.name
- name on login pagestyling.login.footer
- footer on login page ;can contain html (it's not escaped)
Example:
styling.dir=file:config/whitelabel/
styling.footer=© 2018
styling.logo=your_logo.jpg
styling.css=your_styles.css
styling.title=White Label
styling.login.name=Company name
styling.login.footer=© 2019