separate visualization building from dashboard building
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Sat, 8 Oct 2016 08:45:49 +0000 (16:45 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 10 Oct 2016 02:40:00 +0000 (10:40 +0800)
commit60cd25286de20e218533c6da6e3dbe29f8644798
tree40aa95987fbd68bf810f75e47f7ba352763efe99
parentbfdcb5a3562ef74eb64e574eff8ae4dbeb5787a0
separate visualization building from dashboard building

JIRA: RELENG-155

Change-Id: I19355898d5dc5ef73fcfe4ebaf4604c4bf1e8f10
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
dashboard/dashboard/common/elastic_access.py
dashboard/dashboard/conf/config.py
dashboard/dashboard/elastic2kibana/dashboard_assembler.py [new file with mode: 0644]
dashboard/dashboard/elastic2kibana/main.py
dashboard/dashboard/elastic2kibana/utility.py [new file with mode: 0644]
dashboard/dashboard/elastic2kibana/visualization_assembler.py [new file with mode: 0644]
dashboard/dashboard/mongo2elastic/main.py