Can now retrieve fields from event - #104
Conversation
4bd9a05 to
45b0bb9
Compare
|
Hi! Thank you for this patch! I'm rather much a beginner to both ruby and logstash, so it helped me do what I actually was missing from this output module. :) Three cosmetic comments on this; Firstly you can remove the required on the "data_points" configuration variable, secondly, the use_data_points configuration variable is rather confusing, it should be called columns_from_event_fields or similar instead (I think you also forgot an @ sign when you use it) and thirdly, the ignore_data_points should be called ignore_columns. |
|
Hi @mikn ! Tell me if you need anything else. |
|
+1 |
|
Up ? |
|
@odolbeau Thanks for your output fixes/improvement. |
|
@odolbeau could you please have time to review/comment (test?) the following pull request |
Linked to #103
My configuration file look like this :
Th influxdb output can now automatically use all fields available in event object and send it to influxdb.