mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #8783 from Security-Onion-Solutions/2.4/fix-docs-links
fix docs links
This commit is contained in:
12
README.md
12
README.md
@@ -12,24 +12,24 @@ Hunt
|
|||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
https://docs.securityonion.net/en/2.3/release-notes.html
|
https://docs.securityonion.net/en/2.4/release-notes.html
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
https://docs.securityonion.net/en/2.3/hardware.html
|
https://docs.securityonion.net/en/2.4/hardware.html
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
|
|
||||||
https://docs.securityonion.net/en/2.3/download.html
|
https://docs.securityonion.net/en/2.4/download.html
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
https://docs.securityonion.net/en/2.3/installation.html
|
https://docs.securityonion.net/en/2.4/installation.html
|
||||||
|
|
||||||
### FAQ
|
### FAQ
|
||||||
|
|
||||||
https://docs.securityonion.net/en/2.3/faq.html
|
https://docs.securityonion.net/en/2.4/faq.html
|
||||||
|
|
||||||
### Feedback
|
### Feedback
|
||||||
|
|
||||||
https://docs.securityonion.net/en/2.3/community-support.html
|
https://docs.securityonion.net/en/2.4/community-support.html
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ soc:
|
|||||||
client:
|
client:
|
||||||
docsUrl: /docs/
|
docsUrl: /docs/
|
||||||
cheatsheetUrl: /docs/cheatsheet.pdf
|
cheatsheetUrl: /docs/cheatsheet.pdf
|
||||||
releaseNotesUrl: /docs/#release-notes
|
releaseNotesUrl: /docs/release-notes.html
|
||||||
apiTimeoutMs: 0
|
apiTimeoutMs: 0
|
||||||
webSocketTimeoutMs: 0
|
webSocketTimeoutMs: 0
|
||||||
tipTimeoutMs: 0
|
tipTimeoutMs: 0
|
||||||
|
|||||||
@@ -6,22 +6,8 @@ If you're ready to dive in, take a look at the [Alerts](/#/alerts) interface to
|
|||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
To see all the latest features and fixes in this version of Security Onion, click the upper-right menu and then click the [What's New](/docs/#release-notes) link.
|
To see all the latest features and fixes in this version of Security Onion, click the upper-right menu and then click the [What's New](/docs/release-notes.html) link.
|
||||||
|
|
||||||
## Customize This Space
|
## Customize This Space
|
||||||
|
|
||||||
Make this area your own by customizing the content. The content is stored in the `motd.md` file, which uses the common Markdown (.md) format. To learn more about the format, please see [markdownguide.org](https://www.markdownguide.org/).
|
Make this area your own by customizing the content in the [Config](/#/config) interface.
|
||||||
|
|
||||||
To customize this content, login to the manager via SSH and execute the following command:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo cp /opt/so/saltstack/default/salt/soc/files/soc/motd.md /opt/so/saltstack/local/salt/soc/files/soc/
|
|
||||||
```
|
|
||||||
|
|
||||||
Then edit the new file as desired using your favorite text editor.
|
|
||||||
|
|
||||||
Finally, restart SOC to make the changes take effect:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo so-soc-restart
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user