zammad / zammad-docker-compose

Zammad Docker images for docker-compose
https://hub.docker.com/r/zammad/zammad-docker-compose/
GNU Affero General Public License v3.0
268 stars 207 forks source link

Search not working #378

Closed bols1992 closed 12 months ago

bols1992 commented 12 months ago

Infos

Search not working in Zammad,

Actual behavior

Output of the docker-zammad-scheduler

[2023-09-18T21:04:13.578836#1-64780] ERROR -- : Unable to process post request to elasticsearch URL 'http://zammad-elasticsearch:9200/zammad_production_ticket/_doc/6?pipeline=zammad7f31e253-052a-472c-a7d4-0f74e48b9f75'. Check the response and payload for detailed information:

Response:

<UserAgent::Result:0x00007ff6c0debf98 @success=false, @body="{\"error\":{\"root_cause\":[{\"type\":\"illegal_argument_exception\",\"reason\":\"pipeline with id [zammad7f31e253-052a-472c-a7d4-0f74e48b9f75] does not exist\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"pipeline with id [zammad7f31e253-052a-472c-a7d4-0f74e48b9f75] does not exist\"},\"status\":400}", @data=nil, @code="400", @content_type=nil, @error="Client Error: #<Net::HTTPBadRequest 400 Bad Request readbody=true>!", @header={"x-elastic-product"=>"Elasticsearch", "content-type"=>"application/json", "content-length"=>"289"}>

Steps to reproduce the behavior

MrGeneration commented 12 months ago

Please provide your compose configuration. Especially overrides and such.

waja commented 12 months ago

How about the output of docker compose -f <files> config? ;)

bols1992 commented 12 months ago

Hi,

i checked the complete docker-compose file and it was my mistake that I didn't have the zammad-var volume in the docker file or that I deleted it

After I added this the search worked