summaryrefslogtreecommitdiffstats
path: root/doc/AnalyticsWebReport.py
diff options
context:
space:
mode:
authoritraviv <itraviv@cisco.com>2017-03-23 13:45:49 +0200
committeritraviv <itraviv@cisco.com>2017-03-23 13:46:07 +0200
commit44972cd90712cd372af59938e6ec477a338dd120 (patch)
treee90c60d688b14eae478179ed61f7707ce11f37ca /doc/AnalyticsWebReport.py
parentbe08ffe2c6e662032115b2a77f096b98955e3143 (diff)
fixed issue with fetching elk data - now fetching from trex-perf-* (with wildcard)
Signed-off-by: itraviv <itraviv@cisco.com>
Diffstat (limited to 'doc/AnalyticsWebReport.py')
-rwxr-xr-xdoc/AnalyticsWebReport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/AnalyticsWebReport.py b/doc/AnalyticsWebReport.py
index ed35d86c..89c7771a 100755
--- a/doc/AnalyticsWebReport.py
+++ b/doc/AnalyticsWebReport.py
@@ -18,7 +18,7 @@ def main(verbose=False, source='elk', detailed_test_stats='yes'):
response = ac.get_report(analytics, start_date, current_date)
all_data_dict, setups = ac.export_to_tuples(response)
if source == 'elk':
- elk_manager = ec.ELKManager(hostname='sceasr-b20', index='trex_perf-000004', port=9200)
+ elk_manager = ec.ELKManager(hostname='sceasr-b20', index='trex_perf-*', port=9200)
all_data_dict = elk_manager.fetch_and_parse()
dest_path = os.path.join(os.getcwd(), 'build', 'images')
if verbose: