-
Multiple field query in ELK from Python
Morning, There are a lot of pages on how to query ELK stack from Python client library, however, it’s still hard to grab a useful pattern. What I wanted is to translate some simple query in Kibana like redis.info.replication.role:master AND beat.hostname:*test AND tags:test into a useful Query DSL JSON. It’s worth mentioning that the Python…
-
Getting interactive help in IPython
Hello, I want to share with you a simple trick that I saw in a training course related to objects and classes functionality in IPython. If you want to see a short description of the object or class you are using in your notebook please use , for example, if you just imported Elasticsearch from…
-
My introduction to Linear Regression, so far
Morning, Here are some first steps that I want to share with you from my experience with regressions. I am new and I took it to step by step, so don’t expect anything new or either very complex. First thing, first, we started working on some prediction “algorithms” that should work with data available in…