dsk52 / wp-ek

ElasticsearchとKibanaでWordPressのパフォーマンス見ようとした環境(Kibanaでダッシュボード作れない)

Home Page:https://blog.daisukekonishi.com/post/wbkyoto-performance-wp-elastic-stack.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress + Elasticsearch + Kibana + Beats

Environment of WordPress, ELK and Beats using Docker.

Usage

start container

Start container with docker-compose.yml

$ docker-compose up

show browser at localhost:8080 .

stop container

$ docker-compose stop

or 

$ ctrl + c  // force stop

create index template

$ curl -H 'Content-Type: application/json' -XPUT 'http://localhost:9200/_template/packetbeat' -d@packetbeat.template.json

when creation success, return {“acknowledged":true}.

To check the index.

$ curl "localhost:9200/_template/packetbeat?pretty"``

About

ElasticsearchとKibanaでWordPressのパフォーマンス見ようとした環境(Kibanaでダッシュボード作れない)

https://blog.daisukekonishi.com/post/wbkyoto-performance-wp-elastic-stack.html