Ravi Soni
Ravi Soni
I am facing the same ``` Caused by: java.net.ConnectException: Connection refused ``` issue in Docker Compose on Linux env. Use case is 1 node Opensearch + Dashboard + Data-prepper. Date...
@graytaylor0 Pl. see the attached AWS OpenSearch and DataPrepper docker-compose sample. [OpenSearch-DataPrepper.zip](https://github.com/opensearch-project/data-prepper/files/9798891/OpenSearch-DataPrepper.zip) in this sample opensearch-dashboards can connect to opensearch-node1 with docker networking but data-prepper is not able to connect...
Thanks, @graytaylor0 for looking into this issue, and also making a workaround, Currently, I start OpenSearch in one docker-compose first, once it is ready, start data prepper in another docker-compose...
@dlvenable Yes, the suggestion was very helpful to make things work, I would like to wait and test the actual fix in code #936 Thanks, My demo application is on...
@stevespringett Thanks for considering this request, I just started the implementation of the code to generate reports, it's a very early stage as of now, but was able to create...
@zg2pro I added the sample of code, I can improve it as per the API implements, my hands' bit sort in GUI development, someone else needs to take care. I...
That's great, I would try to finish the work ASAP. and would make a one report ready, As of now, I am implementing the API, which also can be called...
@higginsm99 Thanks for reporting steps to make a build, When I was codding Excel report, the POI dependency was coming from Alpine (https://github.com/stevespringett/Alpine) https://github.com/DependencyTrack/dependency-track/releases/download/4.0.0/bom.json Some changes into Alpine project, remove...
@JohnU777 Yes, you can use my code and can add to the Dependency track code build, and a rest API would give you the export of data into Excel,
A Code that generates an Excel report from Dependency Track. https://github.com/rvsoni/dependency-track/blob/master/src/main/java/org/dependencytrack/resources/v1/Reports.java