summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/dpo/helm_chart/dcae-datalake/charts/dcae-datalake-feeder/resources/config/overrides/application.properties
blob: 6d3f3d2108202034d6db5e12b42b189c72067199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# ============LICENSE_START==========================================
# ===================================================================
#  Copyright (c) 2020 QCT
#
#  Licensed under the Apache License, Version 2.0 (the "License");
#  you may not use this file except in compliance with the License.
#  You may obtain a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#============LICENSE_END============================================


#####################App general
server.port = 1680
server.servlet.context-path = /datalake/v1

#tolerate inconsistency when system crash, see PullThread.run()
async=true

#SSL global flag, if enabled, still need to check each individual DB SSL flag
enableSSL=false

#names for extra fields that DL adds to each record
timestampLabel=datalake_ts_
rawDataLabel=datalake_text_

defaultTopicName=_DL_DEFAULT_

#####################Spring connection to MariaDB for ORM
#spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=none
spring.jpa.show-sql=false

#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mariadb://dl-mariadb:3306/datalake?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
spring.datasource.username=dl
spring.datasource.password=dl1234


#####################DMaaP
dmaapZookeeperHostPort=message-router-zookeeper:2181
dmaapKafkaHostPort=message-router-kafka:9092
dmaapKafkaGroup=dlgroup44
#dmaapKafkaLogin=admin
#dmaapKafkaPass=admin-secret
#dmaapKafkaSecurityProtocol=SASL_PLAINTEXT

#in second
dmaapKafkaTimeout=10
dmaapKafkaExclude[0]=__consumer_offsets
dmaapKafkaExclude[1]=__transaction_state
#dmaapKafkaExclude[2]=msgrtr.apinode.metrics.dmaap
#check for new topics , in millisecond
dmaapCheckNewTopicInterval=10000

kafkaConsumerCount=3

#####################Elasticsearch
elasticsearchType=doc

#####################HDFS
hdfsBufferSize=4096
#how often we flush stall updates, in millisecond
hdfsFlushInterval=30000
hdfsBatchSize=500

#####################Logging
logging.level.org.springframework.web=ERROR
logging.level.com.att.nsa.apiClient.http=ERROR
logging.level.org.onap.datalake=DEBUG

#####################Verison
datalakeVersion=0.0.1

#####################KibanaDashboardImportApi
kibanaDashboardImportApi=/api/kibana/dashboards/import?exclude=index-pattern

#####################KibanaPort
kibanaPort=5601

#####################Elasticsearch Template API
esTemplateMappingApi=/_template/

#####################Elasticsearch port
esPort=9200