-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using /assets/ for netbox conflicts with Arkime's /assets/, so use /n…
…etbox/ for the NetBox path
- Loading branch information
Showing
14 changed files
with
32 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,7 +229,7 @@ A few minutes after starting Malcolm (probably 5 to 10 minutes for Logstash to b | |
* [Capture File and Log Archive Upload (Web)](#Upload): [https://localhost/upload/](https://localhost/upload/) | ||
* [Capture File and Log Archive Upload (SFTP)](#Upload): `sftp://<username>@127.0.0.1:8022/files` | ||
* [Host and Subnet Name Mapping](#HostAndSubnetNaming) Editor: [https://localhost/name-map-ui/](https://localhost/name-map-ui/) | ||
* [NetBox](#NetBox): [https://localhost/assets/](https://localhost/assets/) | ||
* [NetBox](#NetBox): [https://localhost/netbox/](https://localhost/netbox/) | ||
* [Account Management](#AuthBasicAccountManagement): [https://localhost:488](https://localhost:488) | ||
|
||
## <a name="Overview"></a>Overview | ||
|
@@ -502,7 +502,7 @@ A minute or so after starting Malcolm, the following services will be accessible | |
- PCAP upload (web): https://localhost/upload/ | ||
- PCAP upload (sftp): sftp://[email protected]:8022/files/ | ||
- Host and subnet name mapping editor: https://localhost/name-map-ui/ | ||
- NetBox: https://localhost/assets/ | ||
- NetBox: https://localhost/netbox/ | ||
- Account management: https://localhost:488/ | ||
``` | ||
|
||
|
@@ -1708,7 +1708,7 @@ This feature is disabled by default, but it can be enabled by clearing (setting | |
|
||
### <a name="NetBox"></a>Asset Management with NetBox | ||
|
||
Malcolm provides an instance of [NetBox](https://netbox.dev/), an open-source "solution for modeling and documenting modern networks." The NetBox web interface is available at at [https://localhost/assets/](https://localhost/assets/) if you are connecting locally. | ||
Malcolm provides an instance of [NetBox](https://netbox.dev/), an open-source "solution for modeling and documenting modern networks." The NetBox web interface is available at at [https://localhost/netbox/](https://localhost/netbox/) if you are connecting locally. | ||
|
||
The design of a potentially deeper integration between Malcolm and Netbox is a work in progress. The purpose of an asset management system is to document the intended state of a network: were Malcolm to actively and agressively populate NetBox with the live network state, a network configuration fault could result in an incorrect documented configuration. The Malcolm development team is investigating what data, if any, should automatically flow to NetBox based on traffic observed (enabled via the `NETBOX_CRON` [environment variable in `docker-compose.yml`](#DockerComposeYml)), and what NetBox inventory data could be used, if any, to enrich Malcolm's network traffic metadata. Well-considered suggestions in this area [are welcome](mailto:[email protected]?subject=NetBox). | ||
|
||
|
@@ -3973,7 +3973,7 @@ In a few minutes, Malcolm services will be accessible via the following URLs: | |
- PCAP upload (web): https://localhost/upload/ | ||
- PCAP upload (sftp): sftp://[email protected]:8022/files/ | ||
- Host and subnet name mapping editor: https://localhost/name-map-ui/ | ||
- NetBox: https://localhost/assets/ | ||
- NetBox: https://localhost/netbox/ | ||
- Account management: https://localhost:488/ | ||
|
||
NAME COMMAND SERVICE STATUS PORTS | ||
|
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
2 changes: 1 addition & 1 deletion
2
...m-iso/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-17/16637019741.desktop
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
2 changes: 1 addition & 1 deletion
2
malcolm-iso/config/includes.chroot/usr/share/applications/malcolm-netbox.desktop
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -299,7 +299,7 @@ def logs(): | |
| eshealth | ||
| esindices/list | ||
| executing\s+attempt_(transition|set_replica_count)\s+for | ||
| GET\s+/(assets/api|_cat/health|api/status|sessions2-|arkime_\w+).+HTTP/[\d\.].+\b200\b | ||
| GET\s+/(netbox/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/ | ||
|
@@ -604,7 +604,7 @@ def start(): | |
eprint(" - PCAP upload (web): https://localhost/upload/") | ||
eprint(" - PCAP upload (sftp): sftp://[email protected]:8022/files/") | ||
eprint(" - Host and subnet name mapping editor: https://localhost/name-map-ui/") | ||
eprint(" - NetBox: https://localhost/assets/\n") | ||
eprint(" - NetBox: https://localhost/netbox/\n") | ||
eprint(" - Account management: https://localhost:488/\n") | ||
else: | ||
eprint("Malcolm failed to start\n") | ||
|
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 |
---|---|---|
|
@@ -159,7 +159,7 @@ if mkdir "$DESTDIR"; then | |
echo " - PCAP upload (web): https://localhost/upload/" | tee -a "$README" | ||
echo " - PCAP upload (sftp): sftp://[email protected]:8022/files/" | tee -a "$README" | ||
echo " - Host and subnet name mapping editor: https://localhost/name-map-ui/" | tee -a "$README" | ||
echo " - NetBox: https://localhost/assets/" | tee -a "$README" | ||
echo " - NetBox: https://localhost/netbox/" | tee -a "$README" | ||
echo " - Account management: https://localhost:488/" | tee -a "$README" | ||
popd >/dev/null 2>&1 | ||
popd >/dev/null 2>&1 | ||
|