| 関連するかも情報 | 
            
              
              
              気分転換にフィットボクシング(∩´∀`)∩🥊 #fitboxing #フィットボクシング #NintendoSwitch https://twitter.com/nilab/status/1287301171015688192/photo/1 
              
              
                  元の画像を見る 
              
              
              [t] 2020-07-26 17:18:10
              
             | 
            
              
              
              【話題のキーワード】 1. 239人 2. 嵐ツボ 3. ノルウェー領スバルバル諸島 4. 49人 5. WIN5 6. 松来 7. SideM 8. WIN1 9. ジョーカナチャン https://search.yahoo.co.jp/realtime #buzzbot 
              
              
              
              
              [t] 2020-07-26 17:30:53
              
             | 
            
              
              
              【天気】今日の名古屋 ☂ 7/26(日) 雨 降水確率 18-24時:80% ウェザーマップ気象情報 http://www.weathermap.co.jp/forecast/ #天気bot #bot #052tenki #nagoya #aichi #tenki #tenki_aichi 
              
              
              
              
              [t] 2020-07-26 18:00:56
              
             | 
            
              
              
              【天気】明日の名古屋 ☂☁ 7/27(月) 雨時々くもり 予想最高気温:28℃ 予想最低気温:24℃ 降水確率 00-06時:80% 06-12時:70% 12-18時:60% 18-24時:60% #天気bot #bot #052tenki #nagoya 
              
              
              
              
              [t] 2020-07-26 18:05:22
              
             | 
            
              
              
              肉うどん(゚д゚)ウマー https://twitter.com/nilab/status/1287320117332721666/photo/1 
              
              
                  元の画像を見る 
              
              
              [t] 2020-07-26 18:33:27
              
             | 
            
              
              
              RT @BeachstyleL: 大洗サンビーチで「セグウェイ乗車体験」 新型コロナウィルス感染者が全国的に多くなっている状況ですが、行動自粛の中で感染確立が低いと思われる広いエリアで楽しめるセグウェイ乗車体験は如何でしょうか。 講習会付で仲間と一緒に特設コース、楽しいよ。 https://twitter.com/BeachstyleL/status/1286473601688825856/photo/1 
              
              
              
              
              [t] 2020-07-26 18:34:34
              
             | 
            
              
              
              RT @RENEhosino: 実は、どんな社会にも定番のくだりやノリがありますが、とっくに賞味期限が切れていたり、そもそも特殊な場面で以外は無効だったりします。再確認。フォローで応援、一皮剥けます。いいねで寝不足のパンダの目のクマが消えます。リツイートでセイウチとオットセイとアザラシが出会います。#漫画 https://twitter.com/RENEhosino/status/1283534231453331456/photo/1 
              
              
              
              
              [t] 2020-07-26 19:23:31
              
             | 
            
              
              
              Elasticsearch を Mac にインストールしてみようと思って過去のツイートを検索してみたら5月にやってた。2ヶ月前のことを忘れていたとは(;・∀・)
  https://twitter.com/nilab/status/1261644520615079938 
              
              
              
              
              [t] 2020-07-26 19:27:32
              
             | 
            
              
              
              2019年6月の記事。
  「このタップには、Elastic APMサーバー、Beats、Logstash、Kibana、Elasticsearchを含む、Elastic Stackのすべてのソフトウェアが含まれています」
  macOS向けに、オフィシャル版Elastic Homebrewタップをリリース | Elastic Blog https://www.elastic.co/jp/blog/official-elastic-homebrew-tap-package-manager-macos 
              
              
              
              
              [t] 2020-07-26 19:30:28
              
             | 
            
              
              
              うーん、ちがいがわからん・・・
  - default distribution: elastic/tap/elasticsearch-full - OSS distribution: elastic/tap/elasticsearch-oss
  Install Elasticsearch on macOS with Homebrew | Elasticsearch Reference [7.8] | Elastic https://www.elastic.co/guide/en/elasticsearch/reference/current/brew.html 
              
              
              
              
              [t] 2020-07-26 19:32:09
              
             | 
            
              
              
              Homebrew で Elasticsearch をインストール。
  $ brew tap elastic/tap $ brew install elastic/tap/elasticsearch-full 
              
              
              
              
              [t] 2020-07-26 19:33:55
              
             | 
            
              
              
              $ brew info elasticsearch-full elastic/tap/elasticsearch-full: stable 7.8.0 (中略) Conflicts with:   elasticsearch   elasticsearch-oss (中略) 
              
              
              
              
              [t] 2020-07-26 19:35:59
              
             | 
            
              
              
              ==> Caveats Data:    /usr/local/var/lib/elasticsearch/elasticsearch_hoge/ Logs:    /usr/local/var/log/elasticsearch/elasticsearch_hoge.log Plugins: /usr/local/var/elasticsearch/plugins/ Config:  /usr/local/etc/elasticsearch/ 
              
              
              
              
              [t] 2020-07-26 19:35:59
              
             | 
            
              
              
              To have launchd start elastic/tap/elasticsearch-full now and restart at login:   brew services start elastic/tap/elasticsearch-full Or, if you don't want/need a background service you can just run:   elasticsearch 
              
              
              
              
              [t] 2020-07-26 19:36:00
              
             | 
            
              
              
              Elasticsearch を起動。
  $ which elasticsearch /usr/local/bin/elasticsearch
  $ elasticsearch 
              
              
              
              
              [t] 2020-07-26 19:40:26
              
             | 
            
              
              
              他のターミナルから curl でアクセス。
  $ curl http://localhost:9200 {   "name" : "foobar.local",   "cluster_name" : "elasticsearch_hoge",   "cluster_uuid" : "1xoyY73eS5iXeS8aen1YvA",   "version" : {     "number" : "7.8.0",     "build_flavor" : "default",     "build_type" : "tar", 
              
              
              
              
              [t] 2020-07-26 19:41:02
              
             | 
            
              
              
              "build_hash" : "757314695644ea9a1dc2fecd26d1a43856725e65",     "build_date" : "2020-06-14T19:35:50.234439Z",     "build_snapshot" : false,     "lucene_version" : "8.5.1",     "minimum_wire_compatibility_version" : "6.8.0", 
              
              
              
              
              [t] 2020-07-26 19:41:02
              
             | 
            
              
              
              "minimum_index_compatibility_version" : "6.0.0-beta1"   },   "tagline" : "You Know, for Search" } 
              
              
              
              
              [t] 2020-07-26 19:41:03
              
             | 
            
              
              
              バルサミコ酢のゲロルシュタイナー割りgkgk 
              
              
              
              
              [t] 2020-07-26 19:57:32
              
             | 
            
              
              
              【話題のキーワード】 1. 丈橋 2. アンティーカ 3. 141人 4. 水着キャル 5. 平良 6. サトシママ 7. ホウネンエビ 8. シャニ 9. 川島 10. 増井 https://search.yahoo.co.jp/realtime #buzzbot 
              
              
              
              
              [t] 2020-07-26 20:30:53
              
             |