summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/in_elasticsearch/CMakeLists.txt
blob: 50a472f6afbf4462f975538a43c16093ec0ce312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(NOT FLB_METRICS)
  message(FATAL_ERROR "Elasticsearch input plugin requires FLB_HTTP_SERVER=On.")
endif()

set(src
  in_elasticsearch.c
  in_elasticsearch_config.c
  in_elasticsearch_bulk_conn.c
  in_elasticsearch_bulk_prot.c
  )

FLB_PLUGIN(in_elasticsearch "${src}" "")