Kurt Wall
Kurt Wall
Sorry for neglecting this one. Yes, you can totally do that.
Hyphens kind of make python barf...however, let's say our atomic work is "finished". We _might_ want to make that it's own project by itself, and our `v1` or `main-site` app...
I was thinking "core" would house our atomic elements, whereas "v1" would use them. Is it okay to merge app code into the project's folder for settings, urls.py, etc?
Does anyone see anything wrong with naming it `flapjack`?
I can confirm that this also produces this error, confusingly: ```python from faust import App app = App('example', broker='kafka://localhost:9092') topic = app.topic('example-topic', replicas=1) ```
I'm seeing this using Java 8, Scala 2.12, mockito v1.17.0.
On 6.2.13, I'm also having this problem, I even have the same error message as @V1D1AN The offending request at [database/engine.js#867](https://github.com/OpenCTI-Platform/opencti/blob/6.2.13/opencti-platform/opencti-graphql/src/database/engine.js#L867) which I've traced to the [ES client library putPipeline...
I've just found what the issue is. My ES cluster is on version 7.17.x and the required processor "attachment" is unavailable until version 8. In the version requirements matrix, you...
@V1D1AN sounds rough. How did you figure that downgrading to OpenCTI v6.2.11 is compatible with Elasticsearch? I can't find anything supporting that, and the compatibility matrix in the documentation for...
I looked a bit harder, found a version of the platform's dependencies where it pins the elasticsearch client. The last time elasticsearch v7 shows up is at OpenCTI v5.3.7 https://github.com/OpenCTI-Platform/opencti/blob/5.3.7/opencti-platform/opencti-graphql/package.json