Krešimir Nesek

Results 16 comments of Krešimir Nesek

I believe that what you experienced is the limitation of Gradle's Kotlin DSL, at least according to the similar issue already reported here: https://github.com/unbroken-dome/gradle-testsets-plugin/issues/109 So, to answer your question, it...

It seems that the image uses pubsubc project to configure the topics and subscriptions. If you look at the doc there, it may be possible to configure push subscription by...

Hi! Thanks for the feedback. I agree that raw JSON would be a useful feature. As for _source, the fields that elktail outputs and formats are part of _source object,...

@harobed Could you please elaborate on the build instructions that you need? Issuing `go get github.com/knes1/elktail` will fetch elktail source and you can build it with `go build`. Thanks

Verified that elasticsearch client library olivere/elastic.v2 easily supports URL lists so this should not be problematic to add with minor changes to configuration options and options parsing. I'm starting work...

Hi everyone - I developed elktail to solve an issue that I was facing (and still am) at the time - ability to quickly look at the logs stored in...

Could you try to connect to that URL using `curl` to make sure that URL is indeed working? Try executing: `curl -XGET https://whatever/?apikey=foo-bar-baz-etc` and report back the results. Also, I...

Other problem could be elastic 5.0 which is not supported at this time (hopefully, I'll roll out support for it in a week or two).

I tested elktail with elasticsearch version 2 and seems to be working, so the version of elasticsearch is not an issue. I believe the issue is the query string part...

Changes looks simple enough. I'll look into do the work necessary to release v6 version and merge this. Thank you for contribution!