of.template 1018 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. daemonize: true
  2. pidfile: {PID_PATH}
  3. nfacctd_ip: 0.0.0.0
  4. nfacctd_port: {PORT}
  5. nfacctd_templates_port: {PORT}
  6. nfacctd_templates_file: {NETFLOW_TEMPLATES_PATH}
  7. nfacctd_time_new: true
  8. nfacctd_ext_sampling_rate: {SAMPLING_RATE}
  9. nfacctd_renormalize: true
  10. nfacctd_pro_rating: true
  11. maps_entries: 1000
  12. timestamps_since_epoch: true
  13. plugins: mysql[in], mysql[out], mysql[host_in], mysql[host_out]
  14. pre_tag_map: {PRETAG_PATH}
  15. aggregate[in]: src_host, dst_port, proto
  16. aggregate[out]: dst_host, src_port, proto
  17. aggregate[host_in]: src_host
  18. aggregate[host_out]: dst_host
  19. pre_tag_filter[in]: {SRC_RANGE}
  20. pre_tag_filter[out]: {DST_RANGE}
  21. pre_tag_filter[host_in]: {SRC_RANGE}
  22. pre_tag_filter[host_out]: {DST_RANGE}
  23. sql_user: {MYSQLUSER}
  24. sql_passwd: {MYSQLPASSWORD}
  25. sql_table_version: 666
  26. sql_optimize_clauses: true
  27. sql_db: ophanimflow
  28. sql_refresh_time: 300
  29. sql_history: 5m
  30. sql_table[in]: raw_in
  31. sql_table[out]: raw_out
  32. sql_table[host_in]: host_in
  33. sql_table[host_out]: host_out
  34. plugin_buffer_size: 15360
  35. plugin_pipe_size: 15360000