創作內容

0 GP

畢業論文暫存用,關於ELK

作者:夜名│2017-08-30 23:48:59│巴幣:0│人氣:463
WARNING: Could not find logstash.yml which is typically located in $LS_HOME/config or /etc/logstash. You can specify the path using --path.settings. Continuing using the defaults
Could not find log4j2 configuration at path /usr/share/logstash/config/log4j2.properties. Using default config which logs to console
08:22:26.778 [LogStash::Runner] ERROR logstash.agent - Cannot load an invalid configuration {:reason=>"translation missing: en.logstash.agent.configuration.invalid_plugin_register"}


/home/fcs/test/*.csv

input {
  redis {
    #host => "192.168.56.134:6379" # INDEXER_HOSTNAME
    data_type => "list"
    key => "logstash"
    # key = "wifi"
    # key = "182717945870"
    codec => json
    batch_count => 100        # how many messages to fetch at once
  }

}

output {
   elasticsearch {hosts => "192.168.56.134" }
   stdout { codec=> rubydebug }
}


sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/csv.conf

redis-cli -h 192.168.56.134


input {
  file {
    path => "/home/fcs/test/*.csv"
    start_position => beginning
    # to read from the beginning of file
    # sincedb_path => "/dev/null"
    type => "m05a"
  }
}

filter{
  if [type] == "m05a"{
    csv {
      columns => ["URL", "Product_Name", "ItemNo", "Price", "country"]
    }

    date {
      timezone => "Asia/Taipei"
      target => "@timestamp"
    }
    mutate{
      convert => ["Price", "integer"]
    }
  }
}

output {
  if [type] == "m05a"{
    elasticsearch {
      hosts => "192.168.56.134:9200"
      index => "logstash-%{type}-%{+YYYYMMdd}"
      document_type => "%{type}"
    }
  }
}


http://192.168.56.134:9200/
http://192.168.56.134:5601

http://www.ebay.com/itm/MV01-Pre-Columbia-Inca-Antique-Nazca-Small-Polychrome-Pottery-pot-vase-/352153509349?hash=item51fdfc1de5:g:k4kAAOSwnJVZmj9b,"MV01 Pre-Columbia Inca Antique Nazca Small Polychrome Pottery pot vase",352153509349,45267,Japan
http://www.ebay.com/itm/Authentic-Mayan-Pre-Columbian-Chac-Bowl-/282627351482?hash=item41cde723ba:g:ebwAAOSwrRlZoz8k,"Authentic Mayan Pre Columbian Chac Bowl",282627351482,39231,United States
http://www.ebay.com/itm/ANTIQUE-KACHINA-KATSINA-ZUNI-circa-1940-1950-/222627010061?hash=item33d59a960d:g:N54AAOSwXz9ZlfLs,"ANTIQUE KACHINA KATSINA ZUNI circa 1940/1950",222627010061,39077,France
http://www.ebay.com/itm/Taino-Caribbean-Indians-Shaman-s-Vomit-Stick-circa-1300-1500-/152680511867?hash=item238c77b97b:g:5ZYAAOSwGJlZNirA,"Taino (Caribbean Indians) Shaman’s Vomit Stick…….circa (1300 - 1500)",152680511867,72427,Canada
http://www.ebay.com/itm/round-oak-A-18-finial-/253123017546?hash=item3aef4ebb4a:g:kZ4AAOSw3GFZn2SX,"round oak A 18 finial",253123017546,10592,United States







proxy流程:

引用網址:https://home.gamer.com.tw/TrackBack.php?sn=3704641
All rights reserved. 版權所有,保留一切權利

相關創作

同標籤作品搜尋:fcsd9822|ELK

留言共 2 篇留言

ROCKING
看不懂阿

08-31 00:00

夜名
你連這種東西都看不懂,你要怎麼在異世界活下去??08-31 11:39
ROCKING
坐等carry啊

08-31 12:00

我要留言提醒:您尚未登入,請先登入再留言

喜歡★fcsd9822 可決定是否刪除您的留言,請勿發表違反站規文字。

前一篇:技能型出裝(Sivir)... 後一篇:汽車輾過的手機...

追蹤私訊切換新版閱覽

作品資料夾

robert286 ლ(´•д• ̀ლ
ლ(´•д• ̀ლ看更多我要大聲說6小時前


face基於日前微軟官方表示 Internet Explorer 不再支援新的網路標準,可能無法使用新的應用程式來呈現網站內容,在瀏覽器支援度及網站安全性的雙重考量下,為了讓巴友們有更好的使用體驗,巴哈姆特即將於 2019年9月2日 停止支援 Internet Explorer 瀏覽器的頁面呈現和功能。
屆時建議您使用下述瀏覽器來瀏覽巴哈姆特:
。Google Chrome(推薦)
。Mozilla Firefox
。Microsoft Edge(Windows10以上的作業系統版本才可使用)

face我們了解您不想看到廣告的心情⋯ 若您願意支持巴哈姆特永續經營,請將 gamer.com.tw 加入廣告阻擋工具的白名單中,謝謝 !【教學】