AsafMah

Results 28 comments of AsafMah

Hey, I'll need more information about your setup. Specfically, how you run kibana, the backend elastic, and which versions do they use. I want to emphasize that we only support...

Don't know since when it's a thing, but github won't run the trigger on PRs with merge conflicts - https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request So can you fix those first?

You can use streaming query to get the results as they arrive- ```python result = client.execute_streaming_query(self.test_db, self.streaming_test_table_query + ";" + self.streaming_test_table_query) for primary in result.iter_primary_results(): for row in primary: #...

We are starting to work on this, mainly @alonadam implementing, still no ETA.

@Helium314 This is related to #273. It's for an app named Tasker (though other apps like macrodroid and automate use the same system), that allows to automate android apps programatically....

We can have alternative APIs if we don't want tasker - Maybe via intents, http requests/webhooks.

Right now, downgrading to TLS v1.2 is the recommended mitigation. We will keep this issue open and update when a we'll have a permanent resolution.