Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review feedback
Browse files Browse the repository at this point in the history
eliykat committed Jul 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3e1fe58 commit 104a0f0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docs/getting-started/enterprise/splunk-app.md
Original file line number Diff line number Diff line change
@@ -7,11 +7,12 @@ in Splunk.

- Docker. If you're using an Apple Silicon Mac, enable _Docker Desktop_ -> _Settings_ -> _General_
-> _Use Rosetta for x86_64/amd64 emulation on Apple Silicon_
- Python 3.8 or 3.9
- Python 3.7 - 3.10
- [Poetry][poetry]
- libmagic (macOS only), available via homebrew: `brew install libmagic`
- A Bitwarden server with event logging configured and an enterprise organization. To set this up
locally, see the [Setup Guide](../server/guide.md) and [Event Logging](../server/events.md)
- A Bitwarden Teams or Enterprise organization
- If using a local development server - make sure the Events and EventsProcessor projects are
running and [Event Logging](../server/events.md) is working

## Set up and configuration

@@ -29,21 +30,21 @@ in Splunk.
cd splunk
```

3. Activate the poetry shell:
3. Tell poetry to use the required Python version:

```
poetry shell
poetry env use <executable>
```

4. Tell poetry to use the required Python version:
Where `<executable>` is the executable for Python. If this is in your PATH variable then you do
not need to specify the full path. e.g. `poetry env use python3.8`

4. Activate the poetry shell:

```
poetry env use <executable>
poetry shell
```

Where `<executable>` is the executable for Python 3.8 or 3.9. If this is in your PATH variable
then you do not need to specify the full path. e.g. `poetry env use python3.8`

5. Install dependencies:

```

0 comments on commit 104a0f0

Please sign in to comment.