diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-04-01 10:52:28 +0300 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-04-01 08:12:18 +0000 |
commit | 61f3949dd7b99ba10c40fade4405b982e40e2c2a (patch) | |
tree | a49de1d9f00c398ba07f0ccde5b36063269aa9dd /docs/architecture.rst | |
parent | 1a94a3b92806a7a1633305130ec3b8cad06f9f4d (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/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst index c2e899929d..1325e1a48e 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -27,11 +27,5 @@ The SDC architecture uses the Jetty server as an application server. - The **Jetty back end** contains all the logic for the SDC. -SDC uses two storage components: Elastic Search(ES) and Cassandra - -- **Elastic Search** is used to index the auditing data received from different operations in the SDC. - - This information can then be analyzed with Kibana. The **Kibana server** enables statistical analysis of the operations done, according to the business logic. - - **Cassandra** is used to store audit data, artifacts and data model objects. |