# Configuration
This section shows how users can customize Appsealing On-premise version. Configuration of logstash, helm files will be introduced.
# Change logstash configuration
changing user id/pwd used for logsatsh
Open configmap.yml -> move to logstash.conf section -> move to output section.
change user id/pwd in output section.
elasticsearch {
hosts => ["https://CLUSTER_URL:PORT"]
user => "USER_ID"
password => "PASSWORD"
index => "svc_hacking_%{+YYYY.MM}"
}
More Items should be manged in configmap.yml
Attribute Name | Description |
SPRING_DATASOURCE_USERNAME | MySQL DB user id |
SPRING_DATASOURCE_PASSWORD | MySQL DB user password |
LOG_SCHEDULER_SERVICEONOFF_INDEXURL | api server url (kubernetes service) |
ADC_API_BACKEND_URL | console UI url (default: onprem-console.appealing.com (opens new window)) |
APPSEALING_NEWADC_URL | console UI url (default: onprem-console.appealing.com (opens new window)) |
APPSEALING_NEWADCAPI_URL | api server url(dns) |
APPSEALING_SMTP_HOST | SMTP SERVER IP |
APPSEALING_SMTP_PORT | SMTP SERVER PORT |
APPSEALING_SMTP_USERNAME | SMTP SERVER USERNAME |
APPSEALING_SMTP_PASSWORD | SMTP SERVER PASSWORD |
APPSEALING_URLOFELK_SERVICE | Elastic Search Server IP |
APPSEALING_PORTOFELK_SERVICE | Elastic Search Server Port |
APPSEALING_USERIDOFELK_SERVICE | Elastic Search User Id |
APPSEALING_USERPWDOFELK_SERVICE | Elastic Search Password |
APPSEALING_USERIDELK_ROLLUP | Elastic Search User Id |
APPPSEALING_USERPWDELK_ROLLUP | Elastic Search Password |
# Change domain/url of appsealing installation
DNS information can be configured in “values.yaml” -> “dns”
dns:
adc: "onprem-console.appsealing.com"
api: "onprem-api.appsealing.com"
logscheduler: "onprem-log.appsealing.com"
# Supporting HTTPS
Enabling HTTPS requires different actions depending on the running environments. Please send us information about the running environment.
# Recreating rollup Jobs every month
Rollup Index can be created everymonth if new rollup jobs are created everyday. use scripts provides and change the rollu index namea.
When the Rollup indexes are created, please add new index to the aliases.