Sometimes you want chatlogs to be searchable. Put them in elasticsearch and keep em!
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
Please see github for up to date instructions.
Content type
Image
Digest
sha256:dfeba7215…
Size
34 MB
Last updated
over 1 year ago
docker pull jolt/discord2elastic