https://github.com/springmt/archer
Search text in Slack using ElasticSearch
https://github.com/springmt/archer
Last synced: 10 months ago
JSON representation
Search text in Slack using ElasticSearch
- Host: GitHub
- URL: https://github.com/springmt/archer
- Owner: SpringMT
- Created: 2015-01-12T16:22:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T16:23:35.000Z (about 11 years ago)
- Last Synced: 2025-02-12T11:52:18.416Z (12 months ago)
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```