Sign inSign up

jolt/discord2elastic

By jolt

Updated over 1 year ago

Image
0

318

jolt/discord2elastic repository overview

discord2elastic aka log2elastic

Sometimes you want chatlogs to be searchable. Put them in elasticsearch and keep em!

setup

discord2elastic runs by itself. Set the environment variables and go ahead.

export ELASTICSEARCH_INDEX="discord_log"
export ELASTICSEARCH_URL="https://elastic:9200"
export BOT_TOKEN="<sometoken>"

docker run \
	--rm \
	--detach \
    -e ELASTICSEARCH_INDEX=${ELASTICSEARCH_INDEX} \
    -e ELASTICSEARCH_URL=${ELASTICSEARCH_URL} \
    -e BOT_TOKEN=${BOT_TOKEN} \
	--hostname=discord2elastic \
	--name=discord2elastic \
	jolt/discord2elastic

note

Please see github for up to date instructions.

Tag summary

Content type

Image

Digest

sha256:dfeba7215

Size

34 MB

Last updated

over 1 year ago

docker pull jolt/discord2elastic