Skip to content

shinkbr/slack-export-shipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-export-shipper

About

This is a tool to ship Slack's exported log into Elasticsearch.

How to

Export Slack messages

Set up this repository

  • Prepare Ruby >= 2.4.2
  • bundle install

As of now this assumes a very basic installation of Elasticsearch on port 9200.

Run

This can take quite a long time depending on the size of your log.

Ship all channels:

$ bundle exec rake ship logdir=/path/to/unzipped/logs

Ship a specific channel:

$ bundle exec rake ship logdir=/path/to/unzipped/logs channel=general

About

Slack log shipper for Elasticsearch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages