Skip to content

Commit

Permalink
fix verbosity of logs for netbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Apr 26, 2024
1 parent 41f8bd6 commit 8ca5572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/malcolm_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ def DownloadToFile(url, local_filename, debug=False):
| failed\s+to\s+get\s+tcp6?\s+stats\s+from\s+/proc
| GET\s+/(_cat/health|api/status|sessions2-|arkime_\w+).+HTTP/[\d\.].+\b200\b
| GET\s+/\s+.+\b200\b.+ELB-HealthChecker
| (GET|POST|PATCH)\s+/netbox/.+HTTP/[\d\.].+\b20[01]\b
| (GET|POST|PATCH|DELETE)\s+/netbox/.+HTTP/[\d\.]+.+\b20[\d]\b
| (GET|POST)\s+/(fields|get|valueActions|views|fieldActions)\b.+bytes\s+[\d\.]+\s+ms
| loaded\s+config\s+'/etc/netbox/config/
| LOG:\s+checkpoint\s+(complete|starting)
Expand Down

0 comments on commit 8ca5572

Please sign in to comment.