-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update guidelines to reflect the new Graphistry version (#44)
* update guidelines to reflect the new Graphistry version * update docker image * add NVIDIA GDS info about Azure images * docs(docker compose): update from docker-compose --------- Co-authored-by: Leo Meyerovich <[email protected]>
- Loading branch information
Showing
24 changed files
with
93 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,8 @@ Via `data/pivot-db/config/config.json`: | |
|
||
After setting these, restart your server: | ||
|
||
* Full: `[email protected] : /var/graphistry $ docker-compose stop && docker-compose up -d` | ||
* Pivot: `[email protected] : /var/graphistry $ docker-compose stop nginx pivot && docker-compose up -d` | ||
* Full: `[email protected] : /var/graphistry $ docker compose stop && docker compose up -d` | ||
* Pivot: `[email protected] : /var/graphistry $ docker compose stop nginx pivot && docker compose up -d` | ||
|
||
|
||
# Schema | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ See below for the list of built-in types they map to. | |
## Define custom ontologies | ||
|
||
1. Edit `data/investigations/config/config.json` as per below | ||
2. Restart docker service `pivot`: `docker-compose restart pivot` | ||
2. Restart docker service `pivot`: `docker compose restart pivot` | ||
|
||
Generally, you can limit the amount of work by mapping custom column names to built-in types, and thereby reuse their preconfigured settings. | ||
|
||
|
@@ -73,7 +73,7 @@ For example, to create a new node type `ip`, | |
|
||
2. Restart the pivot service: | ||
|
||
```[email protected]:/var/graphistry $ docker-compose stop pivot nginx && docker-compose up -d``` | ||
```[email protected]:/var/graphistry $ docker compose stop pivot nginx && docker compose up -d``` | ||
|
||
### Override default node/edge titles | ||
|
||
|
@@ -128,7 +128,7 @@ For example, to recognize `src_ip` and `dest_ip` columns as both generating `ip` | |
|
||
2. Restart the pivot service: | ||
``` | ||
[email protected]:/var/graphistry $ docker-compose stop pivot nginx && docker-compose up -d | ||
[email protected]:/var/graphistry $ docker compose stop pivot nginx && docker compose up -d | ||
``` | ||
|
||
## Built-in types | ||
|
@@ -190,7 +190,7 @@ You can put any regular expression here: | |
Graphistry tries to detect syntax error, and upon one, logs the error and stops. To see what is going on: | ||
|
||
`docker ps` <- see if `pivot` is unhealthy or in a restart loop | ||
`docker-compose logs pivot` <- see the precise error message | ||
`docker compose logs pivot` <- see the precise error message | ||
|
||
2. Satisfactory configuration | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.