input api output file
input
{
http_poller
{
urls =>
{
myurl => "http://api.openweathermap.org/data/2.5/weather?q=Seoul&appid=5af8b7bbeacd98abe5e5e4b84a46d520"
}
schedule =>
{
cron => "*/1 * * * * UTC"
}
codec => "json"
}
}
filter
{
}
output
{
file
{
path => "/usr/share/logstash/test/0_api_file.csv"
# start_position => "beginning"
# sincedb_path => "/dev/null"
}
}
'Database > ElasticSearch' 카테고리의 다른 글
[logstash] input minio output file pipeline .conf (0) | 2021.09.20 |
---|---|
[logstash] input api output minio pipeline .conf (0) | 2021.09.20 |
[elasticsearch] 엘라스틱서치 버전 확인하기 (0) | 2021.06.13 |
[elasticsearch] 엘라스틱서치 예제 및 문법 공부 6 (0) | 2021.06.13 |
[elasticsearch] 엘라스틱서치 예제 및 문법 공부 5 (0) | 2021.06.11 |