Skip to content

Commit 19b5e37

Browse files
committed
add snapshot ja4 info
1 parent 397f281 commit 19b5e37

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_wiki/docker.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ All of our releases are multi architecture, so you can use the same tag on both
3737
### Development Snapshots:
3838

3939
* snapshot-v5-latest: This tag points to the latest development snapshot, which is built after each commit. Use this if you're testing the latest features or bug fixes, if you're contributing to the Arkime project, or you like the thrill of living on the edge. This should be stable enough for most users, but it's not recommended for production use.
40+
* snapshot-v5-ja4-latest: Same as snapshot-v5-latest but with the [ja4 plugin](https://arkime.com/ja4) installed.
4041
* snapshot-v6-latest: This tag points to the latest development snapshot for the upcoming 6.x release. Currently not recommended for anyone.
42+
* snapshot-v6-ja4-latest: Same as snapshot-v6-latest but with the [ja4 plugin](https://arkime.com/ja4) installed.
4143

4244
## Configuring Arkime Containers
4345
{: .subsection }

settings.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h1 id="ini-settings" class="mt-1 section-header">
324324
Formats:
325325
<ul>
326326
<li> URL - https://[user:password@]example.com/config.ini</li>
327-
<li> Opensearch - opensearchs://[user:password@]example.com/INDEX/_doc/DOC</li>
327+
<li> OpenSearch - opensearchs://[user:password@]example.com/INDEX/_doc/DOC</li>
328328
<li> Elasticsearch - elasticsearchs://[user:password@]example.com:9200/INDEX/_doc/DOC</li>
329329
<li> Redis - redis://[:password@]host:port/db-number/DOC</li>
330330
<li> Redis Sentinel - redis-sentinel://[[sentinelPassword]:[password]@]host[:port]/redis-name/db-number/DOC</li>

0 commit comments

Comments
 (0)