I am trying to connect my local Postgresql Database to Elasticsearch via a connector on my Windows machine.
I have set up Elasticsearch and Kibana via Docker.
I am currently following this link Running from the source code | Enterprise Search documentation [8.13] | Elastic to set up my postgresql connector.
I have cloned the repository and tried to run make config
but I get this error make: *** No rule to make target
config'. Stop.`
It seems like there is no command config
in the makefile.
Is the link I am following to setup my connector outdated? If so what should I do to get the connector up and running?