0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Elasticsearch, Kibanaの勉強用メモ

Last updated at Posted at 2020-03-22

(自分用メモ, 随時更新)

残件

  • Logstatshはまたそのうち

1. サンプルを動かす

  1. DockerでElasticsearch, Kibanaを構築
  2. curl を使用してElasticsearchに対していろいろリクエストを送る
    • ローカルにあるサンプルデータ(.json)をElasticsearchへ登録
  3. Kibanaで↑で登録したサンプルデータを使ってbalanceに関してPie chartを作成

2. Elasticsearchメモ

  1. (Tips) 手元でcurlでelasticsearchに対してrequestを送って, jsonを見やすくするためには jq を使うと良いかも
  2. (Note) ローカルにあるサンプルデータ(.json)をアップロードするとき
  • account.json内にあるようにindexが必要そう
  • link
  1. サンプルデータ

3. Kibanaメモ

  1. Pie chartの作成
  2. Kibanaからデータの登録
  3. 確認するリンク

作りたいチャート

  1. 日付毎の特定の値のカウント(A, B, C)
  2. 日付毎のログから特定の値のカウント

4. Elasticsearchに入れるデータ

  1. TBU

5. Elasticsearchにデータ入れたり

https://github.com/elastic/elasticsearch-py を使用すると吉

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?