aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2020-04-01 10:52:28 +0300
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-04-01 08:12:18 +0000
commit61f3949dd7b99ba10c40fade4405b982e40e2c2a (patch)
treea49de1d9f00c398ba07f0ccde5b36063269aa9dd /docs/configuration.rst
parent1a94a3b92806a7a1633305130ec3b8cad06f9f4d (diff)
R6 release notes and documentation update
Change-Id: Ieebd8c55a505d02ceef5e330d047c024f5d820db Issue-ID: SDC-2793 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst42
1 files changed, 0 insertions, 42 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index aebd149c99..2634213623 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -98,15 +98,6 @@ environment.json
"https_port": "8445"
},
- # Elasticsearch configuration
- "elasticsearch": {
- "cluster_name": "SDC-ES-",
- "ES_path_home": "/usr/share/elasticsearch",
- "ES_path_data": "/usr/share/elasticsearch/data",
- "num_of_replicas": "0",
- "num_of_shards": "1"
- },
-
# Cassandra configuration
"cassandra": {
"concurrent_reads": "32",
@@ -195,9 +186,6 @@ BE-configuration.yaml
# The read timeout towards JanusGraph DB when health check is invoked
janusGraphHealthCheckReadTimeout: 1
- # The interval to try and reconnect to Elasticsearch when it is down during SDC startup
- esReconnectIntervalInSeconds: 3
-
# The interval to try and reconnect to UEB health check when it is down during SDC startup
uebHealthCheckReconnectIntervalInSeconds: 15
@@ -273,28 +261,6 @@ BE-configuration.yaml
- { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @DC_NAME %>','<%= @rep_factor %>']}
- { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @DC_NAME %>','<%= @rep_factor %>']}
- # Application-specific settings of ES
- elasticSearch:
-
- # Mapping of index prefix to time-based frame. For example, if below is configured:
- #
- # - indexPrefix: auditing events
- # creationPeriod: minute
- #
- # then ES object of type which is mapped to "auditingevents-*" template, and created on 2015-12-23 13:24:54, will enter "auditingevents-2015-12-23-13-24" index.
- # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
- # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
- #
- # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
- #
- # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
- #
- # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
- indicesTimeFrequency:
- - indexPrefix: auditingevents
- creationPeriod: month
- - indexPrefix: monitoring_events
- creationPeriod: month
# Artifact types placeholder
artifactTypes:
@@ -1366,14 +1332,6 @@ FE-configuration.yaml
# What is the interval of the statistics collection
probeIntervalInSeconds: 15
- # Kibana hostname
- kibanaHost: localhost
-
- # Kibana http port
- kibanaPort: 5601
-
- # Kibana usage protocol
- kibanaProtocol: http
FE-plugins-configuration.yaml
*****************************