Create new output for neo4j

Looking for a solution to create product categorization. Based on the analysis graph db (Neo4j) would be the right choice. The product source would be csv from SAP on a regular basis. reading csv data using filebeat and sync with neo4j database. In order to achieve it I would pull the beats and create new output. While building the filebeat I got the below exception. Is there any document resolve the build issue and also how to create new output?

C:\Go\src\github.com\elastic\beats\filebeat>make package
C:\Go\bin\mage.exe
Generated fields.yml for filebeat to C:\Go\src\github.com\elastic\beats\filebeat\fields.yml
No fields files for module apache2
Generated fields.yml for filebeat to C:\Go\src\github.com\elastic\beats\filebeat\fields.yml

The index pattern was created under C:\Go\src\github.com\elastic\beats\filebeat\build\kibana\6\index-pattern\filebeat.json
Building filebeat.yml for linux/amd64
Building filebeat.reference.yml for linux/amd64
Building filebeat.docker.yml for linux/amd64
Generated fields.yml for filebeat to C:\Go\src\github.com\elastic\beats\filebeat\build\fields\fields.all.yml
package ran for 43.6833902s
Error: docker is not available: failed to run "docker info -f {{ json .}}: exec: "docker": executable file not found in %PATH%"
docker is not available: failed to run "docker info -f {{ json .}}: exec: "docker": executable file not found in %PATH%"
latest go ver
python :2.7
windows 10

C:\Go\src\github.com\elastic\beats\filebeat>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.