Kibana Data Table does the following request without any result:
{
"size": 0,
"query": {
"filtered": {
"query": {
"query_string": {
"query": "*",
| ### Keybase proof | |
| I hereby claim: | |
| * I am icecrime on github. | |
| * I am icecrime (https://keybase.io/icecrime) on keybase. | |
| * I have a public key whose fingerprint is DC69 69A2 027C 219B 9096 F2A9 DB79 080A E913 133C | |
| To claim this, I am signing this object: |
| GlusterFS https://www.youtube.com/watch?v=SVtsT9WVujs&feature=youtu.be | |
| ZFS https://asciinema.org/a/21572 | |
| Monitoring https://asciinema.org/a/dain4yy6tfiaarvdjy5u2ojzs |
Kibana Data Table does the following request without any result:
{
"size": 0,
"query": {
"filtered": {
"query": {
"query_string": {
"query": "*",
A document is indexed with what seems to be a proper timestamp:
# curl elasticsearch:9200/[redacted]/[redacted]/[redacted]?fields=_timestamp | jq .
{
"_index": "[redacted]",
"_type": "[redacted]",
"_id": "[redacted]",
"_version": 1,
"found": true,
| # Kibana is served by a back end server. This controls which port to use. | |
| port: 5602 | |
| # The host to bind the server to. | |
| host: "0.0.0.0" | |
| # The Elasticsearch instance to use for all your queries. | |
| elasticsearch_url: 'http://search-vossibility-bj3pv4srs5asa37tpcp3tbfbe4.us-west-2.es.amazonaws.com' | |
| # preserve_elasticsearch_host true will send the hostname specified in `elasticsearch`. If you set it to false, |
TL;DR;
This post describes the upcoming changes to the way Docker Engine stores images and filesystem data in containers. These changes are coming to users starting from version v1.10. (FIXME: link to download rc1)
Starting from v1.10 we completely change the way we address the image data on disk. Previously, every image and layer used a randomly assigned UUID, now we have opted for a content addressable method and use an ID that is based on as secure hash of the image and layer data.
| ## Credits: https://jakevdp.github.io/blog/2012/10/07/xkcd-style-plots-in-matplotlib/ | |
| import numpy as np | |
| import pylab as pl | |
| from scipy import interpolate, signal | |
| import matplotlib.font_manager as fm | |
| import matplotlib.pyplot as plt | |
| # We need a special font for the code below. It can be downloaded this way: |
| Top changeset contributors by employer | |
| Docker 7107 (49.2%) | |
| (Unknown) 4670 (32.3%) | |
| Red Hat 855 (5.9%) | |
| IBM 607 (4.2%) | |
| Microsoft 525 (3.6%) | |
| Huawei 511 (3.5%) | |
| Google 127 (0.9%) | |
| Cisco 39 (0.3%) |