Skip to content
/ wp-ek Public

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

Notifications You must be signed in to change notification settings

dsk52/wp-ek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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でダッシュボード作れない)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published