This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fb8bf1  docs: clarify how to configure InfluxDB v1 and InfluxDB v2 
(#592)
3fb8bf1 is described below

commit 3fb8bf1546cb286441e541e85b002c04f5a8c5c4
Author: Jakub Bednář <jakub.bed...@gmail.com>
AuthorDate: Tue May 26 14:46:41 2020 +0200

    docs: clarify how to configure InfluxDB v1 and InfluxDB v2 (#592)
---
 xdocs/usermanual/realtime-results.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xdocs/usermanual/realtime-results.xml 
b/xdocs/usermanual/realtime-results.xml
index 6033285..593a808 100644
--- a/xdocs/usermanual/realtime-results.xml
+++ b/xdocs/usermanual/realtime-results.xml
@@ -143,12 +143,12 @@ In this document we will present the configuration setup 
to graph and historize
     <figure width="902" height="341" image="backend_listener.png">InfluxDB 
configuration</figure>
 </subsection>
 
-<subsection name="&sect-num;.3 InfluxDB database configuration" 
anchor="influxdb_db_configuration">
-    <p>Connect to InfluxDB using <a 
href="https://docs.influxdata.com/influxdb/latest/introduction/getting_started/";
 >InfluxDB’s Command Line Interface (CLI).</a> and <a 
href="https://docs.influxdata.com/influxdb/latest/query_language/database_management/";
 >create JMeter database</a>:
+<subsection name="&sect-num;.3 InfluxDB configuration" 
anchor="influxdb_db_configuration">
+    <p>Do one of the following to store data sent by the Backend Listener:
     <ul>
-        <li>jmeter : Used by InfluxDB to store the data sent by the Backend 
Listener</li>
+        <li>For InfluxDB 2 setup, create a <code>jmeter</code> <a 
href="https://v2.docs.influxdata.com/v2.0/organizations/buckets/create-bucket/"; 
target="_blank">bucket</a></li>
+        <li>For InfluxDB 1.x setup, create a <code>jmeter</code> database 
using the <a 
href="https://docs.influxdata.com/influxdb/v1.8/introduction/get-started/"; 
target="_blank">Influx CLI</a></li>
     </ul>
-    You can do it too by using the HTTP API.
     </p>
 
 <subsection name="&sect-num;.3.1 InfluxDB setup for 
InfluxDBBackendListenerClient" anchor="influxdb">

Reply via email to