Unable to create/escalate to new case system : Code 400 #9011
Replies: 1 comment
-
From #1720: Please include the following details where you can:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not able to create/escalate to case. i keep getting 400 error (Request failed with status code 400
) Is there any solution to the issue. I found the following in the soc logs:
timestamp=2022-10-26T09:20:10.590214805Z level=info message="Searching Elasticsearch" query="{\"query\":{\"bool\":{\"filter\":[],\"must\":[{\"query_string\":{\"analyze_wildcard\":true,\"default_field\":\"*\",\"query\":\"_index: \\\"*:so-case\\\" AND so_kind: \\\"case\\\" AND _id: \\\"JQiXE4QBu5316Ndnj15E\\\"\"}},{\"range\":{\"@timestamp\":{\"format\":\"strict_date_optional_time\",\"gte\":\"0001-01-01T00:00:00Z\",\"lte\":\"2022-10-26T09:20:10Z\"}}}],\"must_not\":[],\"should\":[]}},\"size\":1}" requestId=5666b3a0-b515-4907-b309-2d30cc395aa5 timestamp=2022-10-26T09:20:10.670545743Z level=warn message="Request did not complete successfully" error="Object not found" requestId=5666b3a0-b515-4907-b309-2d30cc395aa5 requestor=7acab6a7-611d-4097-b88f-79bc9de0a26b timestamp=2022-10-26T09:20:10.670635442Z level=info message="Handled request" contentLength=115 elapsedMs=107 impl=*server.CaseHandler method=POST path=/api/case/ remoteAddr=172.17.0.1:42422 requestId=5666b3a0-b515-4907-b309-2d30cc395aa5 requestor=7acab6a7-611d-4097-b88f-79bc9de0a26b sourceIp=192.168.95.95 statusCode=400
found a similar discussion here #7077 but a re-installation is not feasible in my situation.can anyone provide an alternative?
Beta Was this translation helpful? Give feedback.
All reactions