github.com/netdata/go.d.plugin@v0.58.1/modules/fluentd/testdata/plugins.json (about) 1 { 2 "plugins": [ 3 { 4 "plugin_id": "input_forward", 5 "plugin_category": "input", 6 "type": "forward", 7 "config": { 8 "@type": "forward", 9 "@id": "input_forward" 10 }, 11 "output_plugin": false, 12 "retry_count": null 13 }, 14 { 15 "plugin_id": "input_http", 16 "plugin_category": "input", 17 "type": "http", 18 "config": { 19 "@type": "http", 20 "@id": "input_http", 21 "port": "8888" 22 }, 23 "output_plugin": false, 24 "retry_count": null 25 }, 26 { 27 "plugin_id": "input_debug_agent", 28 "plugin_category": "input", 29 "type": "debug_agent", 30 "config": { 31 "@type": "debug_agent", 32 "@id": "input_debug_agent", 33 "bind": "127.0.0.1", 34 "port": "24230" 35 }, 36 "output_plugin": false, 37 "retry_count": null 38 }, 39 { 40 "plugin_id": "object:3f7e4d08e3e0", 41 "plugin_category": "input", 42 "type": "monitor_agent", 43 "config": { 44 "@type": "monitor_agent", 45 "bind": "0.0.0.0", 46 "port": "24220" 47 }, 48 "output_plugin": false, 49 "retry_count": null 50 }, 51 { 52 "plugin_id": "output_td", 53 "plugin_category": "output", 54 "type": "tdlog", 55 "config": { 56 "@type": "tdlog", 57 "@id": "output_td", 58 "apikey": "xxxxxx", 59 "auto_create_table": "" 60 }, 61 "output_plugin": true, 62 "buffer_queue_length": 0, 63 "buffer_total_queued_size": 0, 64 "retry_count": 0, 65 "retry": {} 66 }, 67 { 68 "plugin_id": "output_stdout", 69 "plugin_category": "output", 70 "type": "stdout", 71 "config": { 72 "@type": "stdout", 73 "@id": "output_stdout" 74 }, 75 "output_plugin": true, 76 "retry_count": 0, 77 "retry": {} 78 }, 79 { 80 "plugin_id": "object:3f7e4b836770", 81 "plugin_category": "filter", 82 "type": "grep", 83 "config": { 84 "@type": "grep", 85 "regexp1": "message cool" 86 }, 87 "output_plugin": false, 88 "retry_count": null 89 }, 90 { 91 "plugin_id": "object:3f7e4bbe5a38", 92 "plugin_category": "filter", 93 "type": "record_transformer", 94 "config": { 95 "@type": "record_transformer" 96 }, 97 "output_plugin": false, 98 "retry_count": null 99 } 100 ] 101 }