Authenticate report
Both username and password should be set in the report action in the user interface.
Note that these settings apply only to Siren platform 10 and later.
Search Guard
sentinl: settings: report: active: true authentication: enabled: true mode: searchguard: true
X-Pack
sentinl: settings: report: active: true authentication: enabled: true mode: xpack: true
Basic
sentinl: settings: report: active: true authentication: enabled: true mode: basic: true
Custom
sentinl: settings: report: active: true authentication: enabled: true mode: custom: true custom: # you have to replace the following selectors with selectors found on your login page username_input_selector: '#username' password_input_selector: '#password' login_btn_selector: '#login-btn'