Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update atlas version for getting-started #152

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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'
```
```
Loading