Links
全般
- LogstashおよびJDBCを使用してElasticsearchとリレーショナルデータベースの同期を維持する方法
- Jdbc input plugin | Logstash Reference 7.8 | Elastic
- Dockerで、DatabaseからElasticsearchにLogstashを使ってデータを流してみた
Elasticsearch
Usage
docker-compose upcurl -X GET "localhost:9200/zipcode/_search?pretty" -H 'Content-Type: application/json' -d'
{
"query": {
"match": {
"city": "門真"
}
}
}
'Kibana
PostgreSQL
docker container exec -it postgres psql -U postgres -d postgres