From 2d6aa169e75feeee3b2e0178af277274df080a5b Mon Sep 17 00:00:00 2001 From: brharrington Date: Thu, 11 Jan 2024 13:13:05 -0600 Subject: [PATCH] Update atlas version for getting-started Update to latest version after change from akka to pekko. The config file for the main branch uses the pekko naming. --- docs/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 2efc6561..f3239bb4 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -18,8 +18,8 @@ machine. For other common tasks see: To quickly run a version with some synthetic sample data: ``` -$ curl -LO https://github.com/Netflix/atlas/releases/download/v1.7.5/atlas-standalone-1.7.5.jar -$ java -jar atlas-standalone-1.7.5.jar +$ curl -LO https://github.com/Netflix/atlas/releases/download/v1.7.8/atlas-standalone-1.7.8.jar +$ java -jar atlas-standalone-1.7.8.jar ``` ## Explore Available Tags @@ -61,7 +61,7 @@ Run an instance with a configuration to use the memory storage: ``` $ curl -Lo memory.conf https://raw.githubusercontent.com/Netflix/atlas/v1.7.x/conf/memory.conf -$ java -jar atlas-standalone-1.7.5.jar memory.conf +$ java -jar atlas-standalone-1.7.8.jar memory.conf ``` Now we can send some data to it. To quickly get started there is a sample script to send in @@ -77,4 +77,4 @@ Then view the data in a web browser: ``` $ open 'http://localhost:7101/api/v1/graph?q=name,randomValue,:eq,:sum,(,name,),:by' -``` \ No newline at end of file +```