> For the complete documentation index, see [llms.txt](https://www.iblue.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.iblue.team/data-collection-processing-and-integration/cribl/setup-and-configuration.md).

# Setup and Configuration

We'll run through deploying Cribl, setting SSL certs, and roles.

SSO/SAML isn't available in the community editition.

## Virtual Machine

We're setting up a basic virtual machine to host both Cribl Edge, and Stream (installed together as Suite).

<pre><code>$ curl -Lso - $(curl https://cdn.cribl.io/dl/latest-x64) | tar zxv
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    66  100    66    0     0    212      0 --:--:-- --:--:-- --:--:--   212
cribl/
[snip]
cribl/thirdparty/licenses/license-react-grid-layout-1.4.2
$ cd /cribl/bin
<strong>$ ./start.sh
</strong>start.sh is deprecated, use: $CRIBL_HOME/bin/cribl.sh &#x3C;start|stop|restart|status>
cribl.sh is deprecated. Please use cribl command instead.
Starting...
...................
Cribl started

{"time":"2025-11-29T00:29:39.580Z","cid":"api","channel":"gitmgr","level":"info","message":"Git accessed before initialization","path":"/home/user/cribl","pid":1619}
{"time":"2025-11-29T00:29:39.637Z","cid":"api","channel":"gitmgr","level":"info","message":"Creating BasicGit client","opts":{"baseDir":"/home/user/cribl","timeoutMs":300000,"env":{},"leaderReplicationEnabled":false}}
Address: http://192.168.1.46:9000
Mode: single
Status: Up
Software Version: 4.15.0-f275b803
Config Version: a8bff2f
PID: 1634
GUID: [snip]
Login credentials are admin / admin
</code></pre>

Uh, that was quick.

Welcome!

<figure><img src="/files/HDzW08fpFGbrVRghL2U2" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.iblue.team/data-collection-processing-and-integration/cribl/setup-and-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
