2014-07-01から1ヶ月間の記事一覧
$ curl -XDELETE 'localhost:9200/logstash-2014.03.18?pretty' { "ok" : true, "acknowledged" : true }
$ curl -XPOST 'http://localhost:9200/_optimize
logstash を起動するユーザのオープンできるファイル数の上限を変更する $ ulimit -n 1024 <- 現在オープンできるファイル数の上限 # vi /etc/security/limits.conf ユーザ名 soft nofile 32000 <- 追記 ユーザ名 hard nofile 32000 <- 追記 ログインしなお…
easy_install --upgrade google-api-python-client easy_install --upgrade pytz