Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 34 additions & 6 deletions crowdsec-docs/unversioned/getting_started/next_steps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ id: next_steps
title: Post Installation Steps
---

import { Button } from '@site/src/ui/button';
import Link from '@docusaurus/Link';

Now that your CrowdSec installation is up and running, here are some post-installation steps to help you continue your journey.
Some steps are **recommended** <span class="sideBarItemRecommended"><a href=""></a></span> for most users, while others are **optional** <span class="sideBarItemOptional"><a href=""></a></span> and offer additional customization or advanced capabilities.
Some steps are **recommended** <span class="sideBarItemRecommended"><a href="#"></a></span> for most users, while others are **optional** <span class="sideBarItemOptional"><a href="#"></a></span> and offer additional customization or advanced capabilities.

To make sure your installation is properly setup run a [🩺 Health Check](/getting_started/health_check.mdx) if you haven't already done so.
For general errors whilst installing you can follow our [🚨 troubleshooting guide](/getting_started/post_installation/troubleshoot.mdx).
Expand All @@ -13,7 +16,12 @@ For general errors whilst installing you can follow our [🚨 troubleshooting gu

The CrowdSec Console is a web-based interface provided by CrowdSec, offering a wide range of features and capabilities to enhance your experience with CrowdSec.

See the dedicated [CrowdSec Console](/getting_started/post_installation/console.mdx) guide for more information.
<div className="mt-2">
<Button color="primary" asChild>
<Link className="no-underline hover:no-underline !text-primary-foreground !hover:text-primary-foreground !visited:text-primary-foreground !focus:text-primary-foreground !active:text-primary-foreground" to="/u/getting_started/post_installation/console">Open Console Guide</Link>
</Button>

</div>


### 2. Whitelists ⭐
Expand All @@ -24,7 +32,12 @@ Whitelists are a way to tell CrowdSec to ignore certain events or IP addresses.

By default CrowdSec will whitelist private LAN IP addresses, however you may want to whitelist additional IP addresses or events.

See the dedicated [Whitelists](/getting_started/post_installation/whitelists.mdx) guide for more information.
<div className="mt-2">
<Button color="primary" asChild>
<Link className="no-underline hover:no-underline !text-primary-foreground !hover:text-primary-foreground !visited:text-primary-foreground !focus:text-primary-foreground !active:text-primary-foreground" to="/u/getting_started/post_installation/whitelists">Open Whitelists Guide</Link>
</Button>

</div>

### 3. Acquisitions 🛠️

Expand All @@ -34,7 +47,12 @@ Acquisitions are sources of logs that CrowdSec can analyze.

By default when CrowdSec is installed it will attempt to detect the running services and acquire the appropriate parsers and scenarios. However, not all services are detected, and you may want to manually acquire parsers and scenarios for services that are not detected.

See the dedicated [Acquisition](/getting_started/post_installation/acquisition.mdx) guide for more information.
<div className="mt-2">
<Button color="primary" asChild>
<Link className="no-underline hover:no-underline !text-primary-foreground !hover:text-primary-foreground !visited:text-primary-foreground !focus:text-primary-foreground !active:text-primary-foreground" to="/u/getting_started/post_installation/acquisition">Open Acquisition Guide</Link>
</Button>

</div>

### 4. Profiles 🛠️

Expand All @@ -44,7 +62,12 @@ Profiles are a set of rules that drives what decisions will be taken by CrowdSec

CrowdSec comes with a default profile that is suitable for most use cases. However, you may want to create a custom profile to suit your specific needs.

See the dedicated [Profiles](/getting_started/post_installation/profiles.mdx) guide for more information.
<div className="mt-2">
<Button color="primary" asChild>
<Link className="no-underline hover:no-underline !text-primary-foreground !hover:text-primary-foreground !visited:text-primary-foreground !focus:text-primary-foreground !active:text-primary-foreground" to="/u/getting_started/post_installation/profiles">Open Profiles Guide</Link>
</Button>

</div>

### 5. Metrics 🛠️

Expand All @@ -54,4 +77,9 @@ Metrics are a way to monitor the behavior of CrowdSec.

CrowdSec comes with a prometheus endpoint that can be used to get insights into the behavior of CrowdSec.

See the dedicated [Metrics](/getting_started/post_installation/metrics.mdx) guide for more information.
<div className="mt-2">
<Button color="primary" asChild>
<Link className="no-underline hover:no-underline !text-primary-foreground !hover:text-primary-foreground !visited:text-primary-foreground !focus:text-primary-foreground !active:text-primary-foreground" to="/u/getting_started/post_installation/metrics">Open Metrics Guide</Link>
</Button>

</div>