Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/springmt/archer

Search text in Slack using ElasticSearch
https://github.com/springmt/archer

Last synced: about 1 month ago
JSON representation

Search text in Slack using ElasticSearch

Awesome Lists containing this project

README

        

# archer
## 構成
### ページ
#### channelを選択して時系列にログを見れる
* elasticsearchからchannelを指定してログを出す

#### ログをchannel, 文言で検索し、時間で絞り込めるページ

### API
#### ログを受けるAPI
Indexはslackに統一
typeはchannel毎に作る

#### mapping

```
curl -XPOST localhost:9200/slack -d @mapping.json
```