Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit a1c9d07

Browse files
author
Florian Lautenschlager
committed
Merge pull request #18 from FlorianLautenschlager/master
Release 0.2
2 parents 12f078e + 7ba2fab commit a1c9d07

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_includes/quickstart.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ <h4>Download and Run</h4>
3636
<div class="console">
3737
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">mkdir chronixShowcase</span><br>
3838
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">cd chronixShowcase</span><br>
39-
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">wget https://github.com/ChronixDB/chronix.server/releases/download/v0.1.3/chronix-0.1.3.zip</span><br>
40-
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">unzip chronix-0.1.3.zip</span><br>
41-
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">cd chronix-solr-5.5.0/</span><br>
39+
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">wget https://github.com/ChronixDB/chronix.server/releases/download/0.2/chronix-0.2.zip</span><br>
40+
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">unzip chronix-0.2.zip</span><br>
41+
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">cd chronix-solr-6.0.1/</span><br>
4242
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">chmod +x bin/solr</span><br>
4343
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">export JAVA_HOME=/usr/lib/jvm/java-8-oracle/</span><br>
4444
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">./bin/solr start</span><br>
@@ -56,8 +56,8 @@ <h4>Download and Run</h4>
5656

5757
<div class="console">
5858
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">cd chronixShowcase</span><br>
59-
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">wget https://github.com/ChronixDB/chronix.examples/releases/download/v0.1.3/chronix-timeseries-exploration-0.1.3.jar</span><br>
60-
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">java -jar chronix-timeseries-exploration-0.1.3.jar</span><br>
59+
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">wget https://github.com/ChronixDB/chronix.examples/releases/download/0.2/chronix-timeseries-exploration-0.2.jar</span><br>
60+
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span><span class="teletype-text">java -jar chronix-timeseries-exploration-0.2.jar</span><br>
6161
<span class="teletype-text">Setting up Chronix with a remote solr to URL http://localhost:8983/solr/chronix/</span><br>
6262
<span class="teletype-text">Checking connection to solr. Result true.</span><br>
6363
<span class="type-text teletype-prefix">chronix@chronixDB:~$ </span> <span class="teletype-cursor"
@@ -70,13 +70,13 @@ <h4>Download and Run</h4>
7070
<span style="font-family: Courier">Load</span> is
7171
<span style="font-family: Courier">metric:*Load*</span>.
7272
Just enter the query term into the text box at the top and hit Shift + Enter to retrieve the result.
73-
To compute the maximum of that result you add a filter query
74-
<span style="font-family: Courier">ag=max</span> in the second text box and press again Shift +
73+
To compute the maximum, minimum, average of that result you add a filter query
74+
<span style="font-family: Courier">function= max;min;avg</span> in the second text box and press again Shift +
7575
Enter.
7676
To check if the average load
7777
(<span style="font-family: Courier">metric:*Load*avg</span>)
78-
has a positive trend you can use the
79-
<span style="font-family: Courier">analysis=trend</span> function in the filter query text box.
78+
has a positive trend you can use
79+
<span style="font-family: Courier">function=trend</span> in the filter query text box.
8080
You start the analysis by pressing Shift + Enter.
8181
The queries described and shown in the screencast represent only a few simple queries, check out
8282
our <a
@@ -87,7 +87,7 @@ <h4>Download and Run</h4>
8787

8888
<div align="center" class="embed-responsive embed-responsive-16by9">
8989
<video controls preload="metadata" class="embed-responsive-item">
90-
<source src=https://bintray.com/artifact/download/chronix/Recordings/Chronix-Screencast.mp4
90+
<source src=https://bintray.com/chronix/Recordings/download_file?file_path=chronix-example.mp4
9191
type=video/mp4>
9292
</video>
9393
</div>

video/chronix-example.mp4

7.22 MB
Binary file not shown.

0 commit comments

Comments
 (0)