Skip to content

Commit a040964

Browse files
committed
moved ELK URL
changed ELK default URL due to the ELK server migrating to BRQ Change-Id: Ic7f31fc3533bb9561e4a216cd2b373023e0efe39 (cherry picked from commit 6635e5c)
1 parent 9b617c6 commit a040964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/packet_gen/trex/upload_results_to_elk/files/upload_to_ELK.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ def arg_parser():
7070
help='Path to mapping json file, required when using '
7171
'--create-mapping')
7272
parser.add_argument('--es-url', help='ES URL for uploading results to',
73-
default="http://seal52.lab.eng.tlv2.redhat.com:9200")
73+
default=
74+
"http://rhos-elk.rhev.lab.eng.brq2.redhat.com:9200")
7475
parser.add_argument('-i', '--index-name', help='Index name in ES',
7576
default='nfv-perf-report-elk')
7677
parser.add_argument('--upload', action='store_true', help='Upload results')

0 commit comments

Comments
 (0)