Skip to content

Commit

Permalink
netbox wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 20, 2022
1 parent b2a043f commit 9e6fbee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions netbox/env/netbox.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ REDIS_PASSWORD=xxxxxxxxxxxxxxxx
REDIS_SSL=false
RELEASE_CHECK_URL=https://api.github.com/repos/netbox-community/netbox/releases
SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SKIP_STARTUP_SCRIPTS=true
SKIP_SUPERUSER=false
SUPERUSER_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion scripts/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def logs():
| eshealth
| esindices/list
| executing\s+attempt_(transition|set_replica_count)\s+for
| GET\s+/(_cat/health|api/status|sessions2-|arkime_\w+).+HTTP/[\d\.].+\b200\b
| GET\s+/(assets/api|_cat/health|api/status|sessions2-|arkime_\w+).+HTTP/[\d\.].+\b200\b
| POST\s+/(arkime_\w+)(/\w+)?/_(d?stat|doc|search).+HTTP/[\d\.].+\b20[01]\b
| POST\s+/_bulk\s+HTTP/[\d\.].+\b20[01]\b
| POST\s+/server/php/\s+HTTP/\d+\.\d+"\s+\d+\s+\d+.*:8443/
Expand Down

0 comments on commit 9e6fbee

Please sign in to comment.