diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-04-01 10:52:28 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2020-04-01 11:06:41 +0300 |
commit | 9f67d4c675b6443a1546c1f32317efad486c040b (patch) | |
tree | 2ffbdb99b327ed00c23a0e5ba29665639d94057a /docs/architecture.rst | |
parent | 55afecde29eb4c383d11d5efa3470d156b169c25 (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. |