Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PUT pipeline API実行に失敗する #6

Open
tfuji opened this issue May 28, 2020 · 0 comments
Open

PUT pipeline API実行に失敗する #6

tfuji opened this issue May 28, 2020 · 0 comments

Comments

@tfuji
Copy link
Member

tfuji commented May 28, 2020

[tf@vs40 app]$ curl -s -H "Content-Type: application/json" -XPUT http://localhost:9200/_ingest/pipeline/judge-guideline-compliance -d @es/share/pipeline/judge-guideline-compliance.json |jq
{
  "error": {
    "root_cause": [
      {
        "type": "parse_exception",
        "reason": "Failed to parse content to map"
      }
    ],
    "type": "parse_exception",
    "reason": "Failed to parse content to map",
    "caused_by": {
      "type": "json_parse_exception",
      "reason": "Unexpected character ('\"' (code 34)): was expecting comma to separate Object entries\n at [Source: org.elasticsearch.transport.netty4.ByteBufStreamInput@5f9edb06; line: 1, column: 222]"
    }
  },
  "status": 400
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant