Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/springmt/archer
- Owner: SpringMT
- Created: 2015-01-12T16:22:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T16:23:35.000Z (about 10 years ago)
- Last Synced: 2024-12-07T00:55:11.150Z (about 2 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
```