Open tony opened 3 years ago
With how it's designed currently, it won't work outside of AWS. It's specifically designed to send HTTP requests in the format that AWS expects (including the signature etc.). I'm not familiar with ElasticSearch outside of AWS, so I'm not sure if it would be easy to support that.
I'm new to elasticsearch in either case - but will check this library out more to see if I can get it to work with local ES or not
Do you want to close this or keep it open to see if there's interest? This seems to be the only elasticsearch "push" plugin available in all gatsby AFAIK
I'll keep it open for now, let me know if you have any questions!
This seems to be the only elasticsearch "push" plugin available in all gatsby AFAIK
There's also gatsby-plugin-elasticsearch
, but I don't know if that's used to push content into ES, or to fetch content from ES.
As far as the state of elasticsearch on Gatsby, their don't seem to be any active projects to push documents to elasticsearch, like gatsby-plugin-{algolia,local}-search
.
If you click https://www.gatsbyjs.com/plugins/gatsby-plugin-elasticsearch/ and click View Plugins on GitHub, the original authors deleted their GitHub projects
It now forwards to https://github.com/search?q=gatsby-plugin-elasticsearch, which mentions gatsby-source-elasticsearch, which is a different type of plugin
I'll keep it open for now, let me know if you have any questions!
Absolutely! I'm new to elasticsearch still
@Mrtenz
secretAccessToken
and accessKeyId
optional in the structAny of the code in here of interest? https://github.com/tony/gatsby-plugin-elasticsearch-search
I avoided taking the NPM package name for gatsby-plugin-elasticsearch-search
since I don't have the time to maintain the project (so hoping someone finds the changes helpful)
Could this support a local elasticsearch installed on a distro? Elasticsearch hosted on another platform?