Maurice Faber
Maurice Faber
@sivasamyk I also want to point to my whole elk setup, so you can see the configs working together: https://github.com/Morriz/mostack/blob/master/charts/elk/templates/elk.yaml. Am I missing something?
Tnx, here's one: ``` { "_index" : "filebeat-6.0.0-rc1-2017.12.04", "_type" : "doc", "_id" : "AWAgwKtj-b1YJGwQ6dO-", "_score" : 1.0, "_source" : { "@timestamp" : "2017-12-04T08:59:08.244Z", "source" : "/var/lib/docker/containers/6ba9b4114ecc202a5dd217cbd19d7f69e8296b0a022e937fffb5c37b793e613f/6ba9b4114ecc202a5dd217cbd19d7f69e8296b0a022e937fffb5c37b793e613f-json.log", "offset" : 5740, "log"...
Sure: 1. Kibana and Logtrail both @ 5.6.3 2. Like you see: version 6 3. don't know if I can see all fields, but I attached a screenie 4. I...
Nothing changes: still nothing. I tried the lucene syntax before, no dice.
I just tried the new docker prospector and mapping `"message": "log"` works with that, but if I set the logtrail mapping to use `"message": "message"` it's empty... So how do...
Yeah, we are now stuck with an organization not allowed to give us an oauth app. A GitHub app with limited repo access would be the solution.
Tnx for looking into it. If a facade already helps to persist the generated files better (I have no clue if it's just vscode that keeps losing them, but like...
I know this is related to https://github.com/MichalLytek/typegraphql-prisma/issues/32, but I am specifically asking for an example how to do mutations with your crud resolvers handling non-required fields.
Thanks, but I can only find query related docs, nothing about mutations with conditional fields. Just one example would be awesome for all of us
I get the feeling that crafting proper gql for these resolvers is hard and results in a very proprietary setup that not many people can find information about, or examples...