David Venable
David Venable
@jcgraybill , I do agree that the collisions can be a problem. And I also think that `bin/my-plugin/do-something.sh` is not much of an improvement. I'm not necessarily saying that all...
@dblock , Yes, we do still need this to direct users on how to get the latest released version.
@cwperks , I am aware of the `logstash` role. But, I think there are a few reasons for creating one or more new Data Prepper roles. 1. The `logstash` role...
@minwoox , I want to follow up to see when you think #5579 will be completed. This will help us resolve some issues on our end.
@minwoox , Thank you for working this. I have verified that this fix works with my sample for reproducing the bug.
@chhaosh , This Prepper plugin currently attempts to create a directory relative to the current working directory: `data/service-map/`. Are you able to create this directory beforehand? If you do, then...
@bryanhonof , What version and distribution of Data Prepper are you using? This GitHub project is the OpenDistro distribution of Data Prepper. It is no longer maintained and work have...
@bryanhonof , Do your services have interactions with each other? There is a ticket in OpenSearch Data Prepper to support the scenario where services do not interact with each other....
Better yet, support: ``` path_prefix: "events/${date_time_format(eventTime, "year=YYYY/month=MM/day=DD")}/" ```
The solution to provide a scale is useful, but ideally, the `dynamodb` source can automatically handle this situation so that customers do not have to add the manual conversions.