Mark Staples
1 questions
1
votes
2
answer
140
views
ElasticSearch - Failed to parse content to map - Unexpected character ('\"'
Wondering if you can help, I'm having issues with my code in Elasticsearch that is giving out an error. My code is below and the output is also below, any help is greatly appreciated.
curl -X PUT 'localhost:9200/_mapping/jdbc' -H 'Content-Type: application/x-ndjson' -d '
{
'mappings': {
'jdbc' :...