Nicolas Ruflin
Nicolas Ruflin
Did you try to turn off persistent? https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Client.php#L38 It will make it slower, but perhaps it solves the problem. An other good option is to us Bulk queries if you...
What php and curl version do you use?
@Tomdarkness Can you check if this change resolves your problem? https://github.com/ruflin/Elastica/pull/567/files
@andrestc Have a look at the create metricset guide: https://www.elastic.co/guide/en/beats/metricbeat/current/creating-metricsets.html Let me know if you have some issues.
@pierrre Thanks for the heads up. I have to apply this to https://github.com/elastic/beats
@pierrre Will test it in the next hours / days as soon as I get the time for it.
@pierrre Only did a very brief test and got the error: `cannot use test profile flag with multiple packages`` Our code looks as following: ``` $(GOPATH)/bin/gotestcover $(RACE) -coverprofile=${COVERAGE_DIR}/unit.cov ${GOPACKAGES} ```...
I wanted to paste the modified line of course that I tried out... ``` echo 'mode: atomic' > coverage.txt && go list ./... | xargs -n1 -I{} sh -c 'go...
Looks like this gets the job done. Thanks. Now I need to find a way how to make this line shorter / less complex again as we have it multiple...
@pierrre No worries, I really appreciate that you actively inform that the project will not be maintained anymore in the future and even provide a replacement script. The script will...