)]}'
{
  "log": [
    {
      "commit": "9322087621499b96c86986243a808a97b3076d1c",
      "tree": "7d98506a3cf38a6670aa59c3234dee05edee1af9",
      "parents": [
        "3243e33eba1777893c41a78775b46b42b5b11602"
      ],
      "author": {
        "name": "Oleksii Molchanov",
        "email": "omolchanov@mirantis.com",
        "time": "Tue Jan 31 19:26:56 2023 +0200"
      },
      "committer": {
        "name": "Oleksiy Molchanov",
        "email": "omolchanov@mirantis.com",
        "time": "Thu Feb 09 09:01:47 2023 +0000"
      },
      "message": "Add configurable parameter for ES reload_connections\n\nreload_connections set to true breaks our logging to ES\nwith SSL enabled.\n\nhttps://github.com/uken/fluent-plugin-elasticsearch#reload_connections\n\nRelated-Prod: PROD-37064\nChange-Id: Ic311c7cd09afcad55b3f5d0408197cd5d598ad24\n"
    },
    {
      "commit": "3243e33eba1777893c41a78775b46b42b5b11602",
      "tree": "5e4af595b59395d4203d7aadb91a92f201f9df48",
      "parents": [
        "90c9348f2cabdc9c4f3debb222350ba12ec808ea"
      ],
      "author": {
        "name": "Oleksii Molchanov",
        "email": "omolchanov@mirantis.com",
        "time": "Mon Feb 14 17:38:49 2022 +0200"
      },
      "committer": {
        "name": "Oleksiy Molchanov",
        "email": "omolchanov@mirantis.com",
        "time": "Mon Feb 14 15:39:31 2022 +0000"
      },
      "message": "SRE-78: Implement Multiworker Configuration\n\n- In the booking.com clouds, we find that fluentd cannot keep up with\nvolume of logs it is expected to process.\n- Research into https://docs.fluentd.org/deployment/multi-process-workers\nhas provided us with the option to configure a multiworker setup, which has\nlargely resolved the problem.\n- MCP largely uses the systemd and tail inputs, which do not support\noperating on multiple workers. However, we can still assign them to separate\nworkers on a multiworker setup. Since all workers will process outputs, we can\neasily separate concerns this way and remove CPU bottlenecks.\n- By default, we configure these inputs to work on worker 0.\n\nRelated-Prod: PROD-36710\nChange-Id: I68af85f1a62da72fa2bf1f996e52465af3caa5a5\n"
    },
    {
      "commit": "90c9348f2cabdc9c4f3debb222350ba12ec808ea",
      "tree": "ab5e7f5b11f26d40dcbc21217606f37e851c71c5",
      "parents": [
        "bd7f27168018ff34f6bac47f3bf0c8bfa991bffd"
      ],
      "author": {
        "name": "Valeriy Sakharov",
        "email": "vsakharov@mirantis.com",
        "time": "Mon Nov 01 13:31:05 2021 +0400"
      },
      "committer": {
        "name": "Valery Sakharov",
        "email": "vsakharov@mirantis.com",
        "time": "Mon Nov 01 09:54:09 2021 +0000"
      },
      "message": "Add support of http_proxy\n\nAdd possibility to use HTTP proxy for installing gem packages\n\nRelated-PROD: PROD-36623\nChange-Id: Id7031f5e52c38ede08ffb50786dd39e601f31a6e\n"
    },
    {
      "commit": "bd7f27168018ff34f6bac47f3bf0c8bfa991bffd",
      "tree": "afff9e2e81d5ffb662389c84180bc9aa99c21da3",
      "parents": [
        "197ab1537474c3de9a3d215cf86a14c4e7659ab7"
      ],
      "author": {
        "name": "Oleksii Molchanov",
        "email": "omolchanov@mirantis.com",
        "time": "Thu Oct 21 16:19:04 2021 +0300"
      },
      "committer": {
        "name": "Oleksii Molchanov",
        "email": "omolchanov@mirantis.com",
        "time": "Thu Oct 21 16:19:04 2021 +0300"
      },
      "message": "Add possibility to configure flush_thread_count\n\nRelated-Prod: PROD-36624\nChange-Id: Ifb7e0cdf4719235d2b83af3bf401bdc237d3ce43\n"
    },
    {
      "commit": "197ab1537474c3de9a3d215cf86a14c4e7659ab7",
      "tree": "94772c03ab294b6165ca0e4dd882723257708cbd",
      "parents": [
        "6aa2672832631074efb5f95f0c1182bffbf01a4c"
      ],
      "author": {
        "name": "Taras Khlivnyak",
        "email": "tkhlivnyak@mirantis.com",
        "time": "Wed Jun 09 19:29:46 2021 +0300"
      },
      "committer": {
        "name": "Taras Khlivnyak",
        "email": "tkhlivnyak@mirantis.com",
        "time": "Tue Jun 22 11:45:17 2021 +0300"
      },
      "message": " Fix issue with milliseconds in logs shiped to elastic.\n\n  - Set log Timestamp only if missing\n\nFixes-bug: PROD-36383\nChange-Id: I9ac5d0ea79faa6b7ea67c32ec5d80e20fd70c54c\n"
    },
    {
      "commit": "6aa2672832631074efb5f95f0c1182bffbf01a4c",
      "tree": "adc01352a581a9567389a33f7867d6e13b901cae",
      "parents": [
        "60965da679d1c03dfdb95546602dc4e88e9268de"
      ],
      "author": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Mon Aug 24 17:20:32 2020 +0200"
      },
      "committer": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Tue Sep 01 13:57:43 2020 +0200"
      },
      "message": "Allow tuning buffers\n\n- general buffer config\n- add buffer, flushing, retry options in file buffer\n- add flushing, retry options in mem buffer\n\nBased on: https://docs.fluentd.org/configuration/buffer-section\n\nChange-Id: I8fed7f97acc304c378ea3a5ba2d94304c5b39e1f\nRelated-bug: PROD-35697\n"
    },
    {
      "commit": "60965da679d1c03dfdb95546602dc4e88e9268de",
      "tree": "701d298b24d5b0e7e7653a82afc59d8ee4f172b6",
      "parents": [
        "397977ad6705d6befff566cbe5de0c2025566d6b"
      ],
      "author": {
        "name": "Ksawery Dziekoński",
        "email": "kdziekonski@mirantis.com",
        "time": "Wed May 27 15:17:03 2020 +0200"
      },
      "committer": {
        "name": "Ksawery Dziekoński",
        "email": "kdziekonski@mirantis.com",
        "time": "Fri May 29 11:42:25 2020 +0200"
      },
      "message": "Added fluent-plugin-concat filter configuration template.\n\nRelated-PROD: PROD-34980\nChange-Id: I9997f7be13ec5df938f7ef121b019c502bc04217\n"
    },
    {
      "commit": "397977ad6705d6befff566cbe5de0c2025566d6b",
      "tree": "3da0940d91f60e0e21220631f51d5993c2d332cb",
      "parents": [
        "2a259faab3a8fbb55f76585e9b583840d5ec984b"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Mon Oct 14 17:23:14 2019 +0200"
      },
      "committer": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Mon Oct 14 17:23:14 2019 +0200"
      },
      "message": "Formulas testing revision 2019/10\n\nRelated: PROD-32744\nRelated: PROD-33698\n\nChange-Id: I815377bb5c3a696f3f70b985c5fd2c1c5bfc1b57\n"
    },
    {
      "commit": "2a259faab3a8fbb55f76585e9b583840d5ec984b",
      "tree": "c0897845923bca9a96c5c42ac1f86582158916b5",
      "parents": [
        "73b2480fb483768bfed0f5cc42e600169f1d3f21"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Wed May 22 16:09:00 2019 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Thu May 23 10:11:25 2019 +0400"
      },
      "message": "Add templates for splunk output\n\nChange-Id: Id3b436325a75e2e5d457bff1d5561e5413a88f28\nPROD-related: PROD-30497\n"
    },
    {
      "commit": "73b2480fb483768bfed0f5cc42e600169f1d3f21",
      "tree": "7b38b8f1ea330df83643c8911555e12166251663",
      "parents": [
        "9a7c8f5aada5818e98cb725616f128ee443c9585"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Mon May 13 17:23:00 2019 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Wed May 15 15:27:07 2019 +0400"
      },
      "message": "Add Elasticsearch SSL support to fluentd\n\nChange-Id: Ia74868f4b009f6bd4e8af0c812e7a1e75dff0a85\nPROD-related: PROD-29185\n"
    },
    {
      "commit": "9a7c8f5aada5818e98cb725616f128ee443c9585",
      "tree": "bc2a210fc20e496292db9e7a77ac2270b2142767",
      "parents": [
        "5db40fe36ba2efbc0c5e6965b185eb6957950694"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Apr 16 15:17:29 2019 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Apr 16 16:34:16 2019 +0400"
      },
      "message": "Update fluentd templates\n\nAdd new fields to\n- filter/parser\n- input/rabbitmq\n- match/elasticsearch\n\nChange-Id: I59b09793e5b54083f722e6df3668d59032ae3688\nPROD-related: PROD-29185\n"
    },
    {
      "commit": "5db40fe36ba2efbc0c5e6965b185eb6957950694",
      "tree": "ac344b621450afabad47c0129be88399308c7151",
      "parents": [
        "fae0165231e5ba066ad6c4f4dbef1a24a0c4b228"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Wed Apr 10 08:21:44 2019 +0200"
      },
      "committer": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Wed Apr 10 08:21:44 2019 +0200"
      },
      "message": "Make sure kitchen test dependencies formulas are always fetched from correct branch\n\nChange-Id: I340390546daff305dc0254ffc5605fa23761a865\nRelated: PROD-29251\n"
    },
    {
      "commit": "fae0165231e5ba066ad6c4f4dbef1a24a0c4b228",
      "tree": "e6cecab04ed71062d62ba91f9bdf16ff0589a3bf",
      "parents": [
        "e10c3041e15516fedb2b1558f2474db721ebc81e"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Tue Feb 26 13:11:43 2019 +0100"
      },
      "committer": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Tue Feb 26 13:11:43 2019 +0100"
      },
      "message": "Drop testing of SaltStack 2016.3\n\nChange-Id: I8135d346d0a3b2a4bd1895858aa3ffcc79d4f859\nRelated: PROD-27314 (PROD:27314)\n"
    },
    {
      "commit": "e10c3041e15516fedb2b1558f2474db721ebc81e",
      "tree": "352afa5e48765c543fe48176a6d9081dec64cb56",
      "parents": [
        "18ce1cd2a89c45d212099236a1800ab7df369eaf"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Thu Dec 13 15:51:53 2018 +0100"
      },
      "committer": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Fri Jan 18 11:11:59 2019 +0100"
      },
      "message": "Drop Travis CI support\n\n\t- Also fix escaping of special characters (Related PROD-22641)\n\nFixes: PROD-25037 (PROD:25037)\n\nChange-Id: If53082a3fda5b83848499487cbba283eea59be47\n"
    },
    {
      "commit": "18ce1cd2a89c45d212099236a1800ab7df369eaf",
      "tree": "942308a5e5970a731d20ba5cad8b5b3e3e43d4aa",
      "parents": [
        "27fb826ac850ffcc6402595119d896c05204acee"
      ],
      "author": {
        "name": "Pavel Cizinsky",
        "email": "pcizinsky@mirantis.com",
        "time": "Wed Dec 12 12:01:34 2018 +0100"
      },
      "committer": {
        "name": "Pavel Cizinsky",
        "email": "pcizinsky@mirantis.com",
        "time": "Thu Dec 13 10:45:51 2018 +0100"
      },
      "message": "Updating reference from github to gerrit\n     - Changing Maintainer to dev@mirantis.com\n\n   Related: PROD-25327 (PROD:25327)\n\nChange-Id: I8a398a316ff4b548a2cba17f3a6ffa10d279a3f3\n"
    },
    {
      "commit": "27fb826ac850ffcc6402595119d896c05204acee",
      "tree": "3f9593b14620aaf6a71f6914b7f624986ed6e406",
      "parents": [
        "8080ba2d75f39c99e0db5b4994cc33a3d23ba6fc"
      ],
      "author": {
        "name": "Ildar Svetlov",
        "email": "isvetlov@mirantis.com",
        "time": "Mon Nov 26 15:54:16 2018 +0400"
      },
      "committer": {
        "name": "Ildar Svetlov",
        "email": "isvetlov@mirantis.com",
        "time": "Mon Nov 26 15:55:21 2018 +0400"
      },
      "message": "Merge pillar into meta\n\nChange-Id: I994320914be6264c6a6be24b76a39e61cf2fe206\nRelated-PROD: PROD-25235 (PROD:25235)\n"
    },
    {
      "commit": "8080ba2d75f39c99e0db5b4994cc33a3d23ba6fc",
      "tree": "27c9d2be7198baf24012c2230d4032734ebf6153",
      "parents": [
        "4552eef30ef8edfa57c88b2a1508d9cff84d796b"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Fri Nov 09 19:16:38 2018 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Fri Nov 16 14:48:08 2018 +0400"
      },
      "message": "Add rabbitmq input\n\nChange-Id: Ib0b7c910c1911810ca88b0244ead253d078ea5b9\nPROD-Related: PROD-20435\n"
    },
    {
      "commit": "4552eef30ef8edfa57c88b2a1508d9cff84d796b",
      "tree": "a6ce4b6339e2febf510c9a2c03810a0e5f44d58c",
      "parents": [
        "24e965939e35b7c77ded4c20a6292f245be433b3"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Wed Oct 24 12:02:02 2018 +0200"
      },
      "committer": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Wed Oct 24 12:02:02 2018 +0200"
      },
      "message": "Freeze inspec version for salt-formulas tests\n\t- in inspec \u003e\u003d 3.0.0 there are changes in schema\n\t  which require to have tests/integration dir\n\t  to contain tests, otherwise fails\n\t- this is temporary workaround until we decide\n\t  proper fix\n\nChange-Id: I3970e491c2af6ed1bc554f9737b8d8392e89d41f\n"
    },
    {
      "commit": "24e965939e35b7c77ded4c20a6292f245be433b3",
      "tree": "f1ff18c328e6a71103797ef16d144ddb8869ce81",
      "parents": [
        "c867be4203b08c64c371e7f27e3943765c025d57"
      ],
      "author": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Thu Oct 11 12:08:18 2018 +0200"
      },
      "committer": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Thu Oct 11 14:50:50 2018 +0200"
      },
      "message": "Add multi_format parser plugin configuration\n\nChange-Id: I04a7785d1645005de462cd6cf00dda67b3339ae9\nRelated-bug: PROD-21904 (PROD:21904)\n"
    },
    {
      "commit": "c867be4203b08c64c371e7f27e3943765c025d57",
      "tree": "233669031d97d5a60ba6496044c7b87d873329b7",
      "parents": [
        "189fba1b82d3dae784f29fceb4982156fea8f156",
        "547ec30a12ab7116e747cc7ef7b6c58b8427ac0e"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "mpolreich@mirantis.com",
        "time": "Thu Sep 27 11:44:24 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@84b5d06f6116",
        "time": "Thu Sep 27 11:44:24 2018 +0000"
      },
      "message": "Merge \"Do not create empty config file\""
    },
    {
      "commit": "547ec30a12ab7116e747cc7ef7b6c58b8427ac0e",
      "tree": "8b65367545211dfaf6512b3e35434b135f4d31f6",
      "parents": [
        "e73543ddedeba895beadcf3d071d5c7ad455be1b"
      ],
      "author": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Wed Sep 26 13:27:03 2018 +0200"
      },
      "committer": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Thu Sep 27 12:05:32 2018 +0200"
      },
      "message": "Do not create empty config file\n\nDo not create config file for disabled label\n\nChange-Id: Ia2a76234a427cd540c5cf9bffd8c7fe95f7a0f78\nRelated-bug: PROD-22238 (PROD:22238)\n"
    },
    {
      "commit": "189fba1b82d3dae784f29fceb4982156fea8f156",
      "tree": "d9efbca8e17442dc578acec5d7fcc9dfc1998034",
      "parents": [
        "e73543ddedeba895beadcf3d071d5c7ad455be1b"
      ],
      "author": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Tue Sep 25 12:51:54 2018 +0200"
      },
      "committer": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Wed Sep 26 12:02:10 2018 +0200"
      },
      "message": "Added the forward output\n\nChange-Id: I981f15e2daa4dfa6ac47c0f40d22e195a67a91d5\nRelated-Bug: PROD-22234\n"
    },
    {
      "commit": "e73543ddedeba895beadcf3d071d5c7ad455be1b",
      "tree": "63a49d46eaf70419668fa2e5fc71a8a86b0a8094",
      "parents": [
        "fa23b9997490a45e4f404f49d03a968a8c6327c7"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Wed Aug 29 11:40:34 2018 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Wed Aug 29 11:40:34 2018 +0400"
      },
      "message": "Add handler for list of files for in_tail\n\nChange-Id: I2c8f55d63b6f2deefb91157786cc0f0bd90ee8ed\nCloses-Bug: PROD-22638\n"
    },
    {
      "commit": "fa23b9997490a45e4f404f49d03a968a8c6327c7",
      "tree": "5ef7d98a1808ece0552a6b958f49c176afc83e8c",
      "parents": [
        "a3a7fdb39f79841fd104255dc23d4ec3a9933ca5"
      ],
      "author": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Wed Jul 25 19:14:24 2018 +0200"
      },
      "committer": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Tue Aug 07 13:35:27 2018 +0200"
      },
      "message": "Remote syslog configuration\n\nChange-Id: I9fda15f397902b39bb93dd73929c30ba0b5e91df\nCloses-bug: PROD-21127\n"
    },
    {
      "commit": "a3a7fdb39f79841fd104255dc23d4ec3a9933ca5",
      "tree": "01bc389b2841ca35929d5e9fceab6f7b3de0aa55",
      "parents": [
        "1e9705267893d6c96b61983d00063e3883b742b8"
      ],
      "author": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Thu Jun 21 15:28:35 2018 +0200"
      },
      "committer": {
        "name": "Martin Polreich",
        "email": "polreichmartin@gmail.com",
        "time": "Thu Jun 21 15:28:35 2018 +0200"
      },
      "message": "Fix Python version for Travis CI tests\n\nChange-Id: I04e9513cfc6889ed9c66ab7a4cf814b5cb3fcc21\n"
    },
    {
      "commit": "1e9705267893d6c96b61983d00063e3883b742b8",
      "tree": "8a03aebf65987cf3611ba9ad832ddeb3a0b98eca",
      "parents": [
        "1abddcb84a8728c7216c6a8c785af655b473e12d"
      ],
      "author": {
        "name": "Petr Jediný",
        "email": "petr.jediny@gmail.com",
        "time": "Sun Jun 03 19:19:52 2018 +0200"
      },
      "committer": {
        "name": "Petr Jediný",
        "email": "petr.jediny@gmail.com",
        "time": "Sun Jun 03 19:24:49 2018 +0200"
      },
      "message": "Fix jinja version 2.7 compatibility needed\n\nThis is needed for trusty nodes.\n\nPROD-19818\n\nChange-Id: Icbceef33d56f4edf3f02269c82fb0545e8407aad\n"
    },
    {
      "commit": "1abddcb84a8728c7216c6a8c785af655b473e12d",
      "tree": "8509fdec5d3b8c850f20081f6639797628f4ba3b",
      "parents": [
        "d3ed0b6b582b8fd0610e0fcf0b1b355a3ebb58ce"
      ],
      "author": {
        "name": "Ildar Svetlov",
        "email": "isvetlov@mirantis.com",
        "time": "Thu Apr 12 16:56:36 2018 +0400"
      },
      "committer": {
        "name": "Ildar Svetlov",
        "email": "isvetlov@mirantis.com",
        "time": "Thu Apr 12 16:56:36 2018 +0400"
      },
      "message": "Enable honor_labels\n\nWe have to enable honor_labels to avoid label duplication\n\nChange-Id: I3c310ba414c0dc032045ae2b8ca34fcde9629a5f\nRelated-Bug: PROD-19209\n"
    },
    {
      "commit": "d3ed0b6b582b8fd0610e0fcf0b1b355a3ebb58ce",
      "tree": "cb4abc16cb8cef3b537cfe2a3e6e903ac57cc259",
      "parents": [
        "51b5107880c8e3b51212dd94ce46734a3c5644b9"
      ],
      "author": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Tue Mar 27 16:28:31 2018 +0200"
      },
      "committer": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Wed Mar 28 10:39:38 2018 +0200"
      },
      "message": "Use internal fluentd --log-rotate-size\n\nWe should be able to specify the log-rotate-size to\navoid situation where single logfile would take lots of disk\nspace. By default its 10MB logfile max.\n\nChange-Id: I569f8682ee1306e5abb7cc140cec12e2d0903144\nCloses-Bug: PROD-18249\n"
    },
    {
      "commit": "51b5107880c8e3b51212dd94ce46734a3c5644b9",
      "tree": "b8dd243620bd54f479027b323346773bfb61e5b9",
      "parents": [
        "ec512bb0b4d63a80f1d4e3e1c69e12d86fccfee4"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Mar 27 13:49:49 2018 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Mar 27 16:15:28 2018 +0400"
      },
      "message": "Add host label to fluentd targets\n\nChange-Id: I294ecf98b00bfef023995ef6926b4b4c371a2f1c\nPROD-related: PROD-18671\n"
    },
    {
      "commit": "ec512bb0b4d63a80f1d4e3e1c69e12d86fccfee4",
      "tree": "a5295b1b86b58af7ccc58b9a60276b3155836b24",
      "parents": [
        "5ec5dddfce44282f92c5d0224a9a9de64b152550"
      ],
      "author": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Wed Mar 07 16:08:53 2018 +0100"
      },
      "committer": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Wed Mar 07 16:08:53 2018 +0100"
      },
      "message": "Install plugins pkg before td-agent\n\nChange-Id: Ia2082e1cf870741187e5f31ccc9a2943e4958b85\n"
    },
    {
      "commit": "5ec5dddfce44282f92c5d0224a9a9de64b152550",
      "tree": "9a8db3a9d8bc668ec0a345c9589029af519b4edf",
      "parents": [
        "1b444a663c8279fc7937a064e99d4d63ba37c155",
        "d810ad64ff7f281965eb5767d750ad4ba22321a5"
      ],
      "author": {
        "name": "Richard Felkl",
        "email": "rfelkl@mirantis.com",
        "time": "Tue Mar 06 13:26:05 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@56fc70e46927",
        "time": "Tue Mar 06 13:26:05 2018 +0000"
      },
      "message": "Merge \"changed dateformat for %Y.%m.%d\""
    },
    {
      "commit": "d810ad64ff7f281965eb5767d750ad4ba22321a5",
      "tree": "8cdb33e2cb0f2eec466c5a859d4cfb97a75d0e06",
      "parents": [
        "c871027a34b5527b5326062c3f591badac590747"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "smolaon@gmail.com",
        "time": "Tue Mar 06 13:48:50 2018 +0100"
      },
      "committer": {
        "name": "Ondrej Smola",
        "email": "smolaon@gmail.com",
        "time": "Tue Mar 06 13:49:15 2018 +0100"
      },
      "message": "changed dateformat for %Y.%m.%d\n\nElasticsearch curator expects index with timestring with dots, https://github.com/Mirantis/reclass-system-salt-model/blob/master/elasticsearch/server/curator.yml#L29\n\nChange-Id: I46d5fa0be82a7916c1055944b9a153a5e78044ec\n"
    },
    {
      "commit": "1b444a663c8279fc7937a064e99d4d63ba37c155",
      "tree": "2eb2fee1264e0e66b1a003d02e82b1bf025b842a",
      "parents": [
        "c871027a34b5527b5326062c3f591badac590747"
      ],
      "author": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Mon Mar 05 15:13:38 2018 +0100"
      },
      "committer": {
        "name": "Michal Kobus",
        "email": "mkobus@mirantis.com",
        "time": "Mon Mar 05 15:13:38 2018 +0100"
      },
      "message": "enable file buffer; set file buffer as default\n\nChange-Id: I2dce43cd4681e005ca6cec03ccd3dda0fb91ad9a\n"
    },
    {
      "commit": "c871027a34b5527b5326062c3f591badac590747",
      "tree": "f6eb3ac368afde30dbe903f9ad865e3fb5c0dcc2",
      "parents": [
        "463898cdce9fa6ba56a759168063cd7a1a67ff7d"
      ],
      "author": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Mon Feb 05 14:39:45 2018 +0100"
      },
      "committer": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Thu Mar 01 10:51:55 2018 +0000"
      },
      "message": "Use DEB pkgs for Fluentd plugins\n\nOn mirror.fuel-infra.org there is a package\ntd-agent-additional-plugins which ships all the additional\nfluentd gems (plugins and its deps).\n\nChange-Id: I055606afc873121aab4acfdb07c8fe8fe45d1bc7\nCloses-Bug: PROD-17532\n"
    },
    {
      "commit": "463898cdce9fa6ba56a759168063cd7a1a67ff7d",
      "tree": "7f5c8d927d71bbac568866a8dea9a7428bc29eaa",
      "parents": [
        "f745f3b6dd1a4f450e806f9e10bf7dd5dbca9ffc"
      ],
      "author": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Wed Feb 28 14:10:08 2018 +0100"
      },
      "committer": {
        "name": "Mateusz Matuszkowiak",
        "email": "mmatuszkowiak@mirantis.com",
        "time": "Thu Mar 01 09:22:11 2018 +0100"
      },
      "message": "Updated tests for new repos\n\nChange-Id: I7cd218d9d82bfbcc1354634f3ff7b925f1e26a50\nRelated-Bug: PROD-17532\n"
    },
    {
      "commit": "f745f3b6dd1a4f450e806f9e10bf7dd5dbca9ffc",
      "tree": "3009d88c92fb431c6a67160e0c3a2c097d23fa8c",
      "parents": [
        "039202531bb29a701cd53b82c2f2c4f9ec1cc246"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Feb 27 14:24:23 2018 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Feb 27 14:27:41 2018 +0400"
      },
      "message": "Add ability to configure ES request_timeout\n\nTo configure it use:\n\nparameters:\n  fluentd:\n    agent:\n      config:\n        label:\n          default_output:\n            match:\n              elasticsearch_output:\n                request_timeout: 60s\n\nChange-Id: I09330f955b43e6234ec1fc36bde3ce2f65455bfe\n"
    },
    {
      "commit": "039202531bb29a701cd53b82c2f2c4f9ec1cc246",
      "tree": "cce0c6447f116a9969d655e300fd38bada38c6f7",
      "parents": [
        "98d9bd86b678bcaa3aeca884a35187772dcf5653"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Feb 15 15:13:12 2018 +0100"
      },
      "committer": {
        "name": "Filip Pytloun",
        "email": "filip@pytloun.cz",
        "time": "Thu Feb 15 15:13:12 2018 +0100"
      },
      "message": "Update Makefile\n"
    },
    {
      "commit": "98d9bd86b678bcaa3aeca884a35187772dcf5653",
      "tree": "0b96c1403e2d70c9f59255e2736a1de8e2cf4036",
      "parents": [
        "8e60f24142c9d450a646b48b43d42b2a062cb89b"
      ],
      "author": {
        "name": "Jakub Josef",
        "email": "jakub.josef@gmail.com",
        "time": "Thu Feb 08 13:22:15 2018 +0100"
      },
      "committer": {
        "name": "Jakub Josef",
        "email": "jakub.josef@gmail.com",
        "time": "Thu Feb 08 13:22:15 2018 +0100"
      },
      "message": "Fixed shebang kernel limitation with virtualenv during test run (https://github.com/pypa/virtualenv/issues/596)\n\nChange-Id: I5cf3041e4cfd883c19f3996d23a9a7113a5feae4\n"
    },
    {
      "commit": "8e60f24142c9d450a646b48b43d42b2a062cb89b",
      "tree": "21bd87ba551ef6366c179ebefa3e1a8bf50197c8",
      "parents": [
        "20f06e2bf5bfb48a7ae47a31a56f20d12699b29d"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Mon Jan 15 17:06:27 2018 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Jan 16 18:03:09 2018 +0400"
      },
      "message": "Add fields to parsers/filters\n\nAdd emit_invalid_record_to_error field to parser filter\nAdd types field to regex parser\nAdd optional field key to prometheus filter\n\nChange-Id: Idae438dc22448217f52348e783b7fb7f5c2a92ed\n"
    },
    {
      "commit": "20f06e2bf5bfb48a7ae47a31a56f20d12699b29d",
      "tree": "8e5d59eff14c0ece0e6b6d804adb96e3bb021639",
      "parents": [
        "61799a0846f460b14b0961e8666ad75e868a4954",
        "83c8d684f7a9bc5e220fc25c8c78decc9959796f"
      ],
      "author": {
        "name": "Filip Pytloun",
        "email": "fpytloun@mirantis.com",
        "time": "Mon Jan 15 12:14:40 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@e9aa877068d1",
        "time": "Mon Jan 15 12:14:40 2018 +0000"
      },
      "message": "Merge \"Remove salt-master, reclass from pkg dependencis\""
    },
    {
      "commit": "61799a0846f460b14b0961e8666ad75e868a4954",
      "tree": "a9cf3b16f53e9c5c33bf6c3370283086a75e98d1",
      "parents": [
        "6be735e8e07e9be1c8c3b778c4748a48f512ac0c"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Fri Jan 05 15:08:40 2018 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Thu Jan 11 14:33:48 2018 +0000"
      },
      "message": "Add support from prometheus\n\nChange-Id: I07c9e34a14b79caf8b5d4f7c837882a464511c7e\n"
    },
    {
      "commit": "6be735e8e07e9be1c8c3b778c4748a48f512ac0c",
      "tree": "09a9090e2c8851750a885996de61eb4cd42782a4",
      "parents": [
        "3b29d4cebf692ad5b5e4234de9ce084e4d3e5005"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Fri Jan 05 14:59:25 2018 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Thu Jan 11 14:32:21 2018 +0000"
      },
      "message": "Rewrite match generator, add copy, null output\n\nChange-Id: I2a00dafea1af6129b946be8c790ee1ea70801f8f\n"
    },
    {
      "commit": "3b29d4cebf692ad5b5e4234de9ce084e4d3e5005",
      "tree": "b2635f9072577a9934bcf09ea1fced78da92de18",
      "parents": [
        "dd06a11bc7bb71d1ee4bb09b0bc00ffaac9468e9"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Fri Jan 05 11:25:37 2018 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Thu Jan 11 14:27:56 2018 +0000"
      },
      "message": "Add support for systemd\n\nChange-Id: I024f4906ed43771f5a569c00ba954bd56b82fcff\n"
    },
    {
      "commit": "dd06a11bc7bb71d1ee4bb09b0bc00ffaac9468e9",
      "tree": "2415703ab8ad3e775bf342d22dbd17f9b950253e",
      "parents": [
        "ab2383ad487de3bc6cd045fda097a1f268b80360",
        "de8be7da45644630628c9b220c6c98c94df82244"
      ],
      "author": {
        "name": "Ondrej Smola",
        "email": "osmola@mirantis.com",
        "time": "Thu Jan 11 14:15:22 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@e9aa877068d1",
        "time": "Thu Jan 11 14:15:22 2018 +0000"
      },
      "message": "Merge \"Allow to use ordering in dicts\""
    },
    {
      "commit": "de8be7da45644630628c9b220c6c98c94df82244",
      "tree": "fd10dbda87855f23a3b3b7e523ee9ec24382c0a5",
      "parents": [
        "4552908e3463966bd25afaa724653aa1c6de40e3"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Mon Nov 27 12:24:26 2017 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Thu Jan 11 14:54:01 2018 +0100"
      },
      "message": "Allow to use ordering in dicts\n\nlabel:\n  test:\n    input:\n      asd:\n        test: 2\n        require:\n          - bsd\n      bsd:\n        test: 1\n\nChange-Id: I330778a4d9efa554b55def4251ec948cdced3659\n"
    },
    {
      "commit": "ab2383ad487de3bc6cd045fda097a1f268b80360",
      "tree": "e6e2a8ad30e96d13d1e9cacf72062db5ae37fb31",
      "parents": [
        "4552908e3463966bd25afaa724653aa1c6de40e3"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Thu Jan 04 11:27:02 2018 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Wed Jan 10 11:37:10 2018 +0100"
      },
      "message": "Use new tag_rewrite format\n\nPrevious syntax was deprecated\n\nChange-Id: I16fb5284aa4d5c4e05daeeadad661ca7067f4632\n"
    },
    {
      "commit": "83c8d684f7a9bc5e220fc25c8c78decc9959796f",
      "tree": "fae9ac02be26dd6e70bcd062dfaccc98b99f2155",
      "parents": [
        "4552908e3463966bd25afaa724653aa1c6de40e3"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "epcim@apealive.net",
        "time": "Tue Jan 09 09:10:38 2018 +0100"
      },
      "committer": {
        "name": "Petr Michalec",
        "email": "epcim@apealive.net",
        "time": "Tue Jan 09 09:30:54 2018 +0100"
      },
      "message": "Remove salt-master, reclass from pkg dependencis\n\nChange-Id: I520e506316c189ff868125e7f84725e1ee7e5143\n"
    },
    {
      "commit": "4552908e3463966bd25afaa724653aa1c6de40e3",
      "tree": "76941456c9a7ef29a7847a88a23a0d424f56b815",
      "parents": [
        "55b95b51b0139562dd2f56145ba341da613acc28"
      ],
      "author": {
        "name": "Jakub Josef",
        "email": "jakub.josef@gmail.com",
        "time": "Fri Dec 15 16:58:29 2017 +0100"
      },
      "committer": {
        "name": "Jakub Josef",
        "email": "jakub.josef@gmail.com",
        "time": "Fri Dec 15 17:30:43 2017 +0100"
      },
      "message": "Fixed typo in run_tests.sh file\n\nChange-Id: I5b2570d2e46839ab89facb361373bb33c5bf23e7\n"
    },
    {
      "commit": "55b95b51b0139562dd2f56145ba341da613acc28",
      "tree": "d01e9cb3315435e3379d4b8e8d5e6c307eef0d03",
      "parents": [
        "c7479dba3cdfcb1028144768cdcabd02c454e8cf"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Tue Dec 05 10:20:42 2017 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Fri Dec 08 11:23:10 2017 +0000"
      },
      "message": "Add new filters and parser\n\nCloses-Bug: PROD-16326\nChange-Id: I578f4c53977f3be7a8dac9f934cba497712b6702\n"
    },
    {
      "commit": "c7479dba3cdfcb1028144768cdcabd02c454e8cf",
      "tree": "41c8aa6346bcea11cf6b538630e1d10a291fd921",
      "parents": [
        "f8f43cc4ecacea3fd85117d52585545061ccdc2f",
        "ca8014bff24c7668c2b035727795bd7aa76e60c7"
      ],
      "author": {
        "name": "mcp-jenkins",
        "email": "mcp-jenkins@mirantis.com",
        "time": "Thu Dec 07 10:29:26 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@7d672e6f81c2",
        "time": "Thu Dec 07 10:29:26 2017 +0000"
      },
      "message": "Merge \"Add possibility to disable label\""
    },
    {
      "commit": "ca8014bff24c7668c2b035727795bd7aa76e60c7",
      "tree": "28514be11eb0c146d239434d4f74fd490574ffd7",
      "parents": [
        "1f66b5482526936c0ec39bfbb6c73a193cb9d900"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Tue Dec 05 10:18:28 2017 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Wed Dec 06 13:53:49 2017 +0100"
      },
      "message": "Add possibility to disable label\n\nChange-Id: I9f85fa5c2ce7282a199d4ab899b908d4fba847e0\n"
    },
    {
      "commit": "f8f43cc4ecacea3fd85117d52585545061ccdc2f",
      "tree": "b9db52a8087d46ef714036ac2d859390bf6a3502",
      "parents": [
        "f8c85765a52308d726e0da1689f84bee05f076f1",
        "1f66b5482526936c0ec39bfbb6c73a193cb9d900"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Wed Nov 29 15:07:46 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@44cc31867e31",
        "time": "Wed Nov 29 15:07:46 2017 +0000"
      },
      "message": "Merge \"Add possibility to define plugins in meta\""
    },
    {
      "commit": "1f66b5482526936c0ec39bfbb6c73a193cb9d900",
      "tree": "c864f3890e42d012f3564468cf9ad78aad1eb669",
      "parents": [
        "8cf20446248f656dfe076b30f10cb80c503ea88d"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Wed Nov 22 14:13:01 2017 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Wed Nov 29 15:24:02 2017 +0100"
      },
      "message": "Add possibility to define plugins in meta\n\nChange-Id: I7035f1a5f3affc2a02732fb17e7cf56d8f718a66\n"
    },
    {
      "commit": "f8c85765a52308d726e0da1689f84bee05f076f1",
      "tree": "0266e912b6b9605d0a2f41082f0ed45e5e9220a0",
      "parents": [
        "8cf20446248f656dfe076b30f10cb80c503ea88d"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Nov 28 13:59:42 2017 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Nov 28 16:59:29 2017 +0400"
      },
      "message": "Add elasticsearch output\n\nChange-Id: Ic04a09cd8f25812fcf97061e88f1a36745f0eb39\n"
    },
    {
      "commit": "8cf20446248f656dfe076b30f10cb80c503ea88d",
      "tree": "ade06d34fc43801cb852acab0fc9cd3618ba6d45",
      "parents": [
        "60f33ce3a440cf8422c6e4c91e59e33bd6b4454b"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Wed Nov 22 16:47:47 2017 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Wed Nov 22 16:47:47 2017 +0400"
      },
      "message": "Fix meta grains merging\n\nChange-Id: I9c9cdefb9ccfde3ee52c11ac2bf21c946f1e8e47\n"
    },
    {
      "commit": "60f33ce3a440cf8422c6e4c91e59e33bd6b4454b",
      "tree": "7b7abcab14d18c0bfcf418a7c670cb671562bc24",
      "parents": [
        "7cb9b57107a271dcfb0bec0087f767d317f674d1"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Nov 14 13:34:08 2017 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Wed Nov 22 14:46:01 2017 +0400"
      },
      "message": "Add creating of directory for pos files\n\nPut everything under role `agent`\n\nChange-Id: I0944e67c902790cdbdb5a88952d1f28482f70d7d\n"
    },
    {
      "commit": "7cb9b57107a271dcfb0bec0087f767d317f674d1",
      "tree": "efafa6b193ffe6496bce4bf71dc094052bbc13fc",
      "parents": [
        "759a18144e369fd50d3d9830826afce7241770b5"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Wed Nov 15 13:30:26 2017 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Wed Nov 15 13:30:26 2017 +0100"
      },
      "message": "Add time options for regexp parser\n\nChange-Id: Iad85b954c8f1b648bb0d397b4e2e0bec5b1f9c17\n"
    },
    {
      "commit": "759a18144e369fd50d3d9830826afce7241770b5",
      "tree": "b40b7a763e8e38e365da1010e92a2d6da2dff30c",
      "parents": [
        "fbd658c81c4ac5234d847bbfcd6eb0fc76aaaf97",
        "ce2cb7b355d0a8d0d899a3c073ca2b20a691d8f7"
      ],
      "author": {
        "name": "mcp-jenkins",
        "email": "mcp-jenkins@mirantis.com",
        "time": "Wed Nov 15 11:32:13 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@44cc31867e31",
        "time": "Wed Nov 15 11:32:13 2017 +0000"
      },
      "message": "Merge \"Add config.d watch cleanup\""
    },
    {
      "commit": "fbd658c81c4ac5234d847bbfcd6eb0fc76aaaf97",
      "tree": "d16406f692a61b7654a3b4cf6cc4984f64bd8c87",
      "parents": [
        "4ef16db552a22eb32775530163bd922d4f467720",
        "1e7bbbb61f78e3623ea98b81787e2a267f963bef"
      ],
      "author": {
        "name": "mcp-jenkins",
        "email": "mcp-jenkins@mirantis.com",
        "time": "Wed Nov 15 11:31:47 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@44cc31867e31",
        "time": "Wed Nov 15 11:31:47 2017 +0000"
      },
      "message": "Merge \"Add elasticsearch output \u0026 memory buffer\""
    },
    {
      "commit": "1e7bbbb61f78e3623ea98b81787e2a267f963bef",
      "tree": "a3cf70d5088ff1a06fb445661d02018f676028b9",
      "parents": [
        "aefd039ae8c6a55500ed352a92b05f4d41614413"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Thu Nov 09 18:42:37 2017 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Mon Nov 13 13:43:04 2017 +0400"
      },
      "message": "Add elasticsearch output \u0026 memory buffer\n\nChange-Id: I5f65b666ab7ebc85d0efb5e5f968f719441284c1\n"
    },
    {
      "commit": "4ef16db552a22eb32775530163bd922d4f467720",
      "tree": "d2501994ff00b4bbc71cf2f7ad09addec2d898e8",
      "parents": [
        "84bd1e57570f8e8be47075d7518910895af70c0b",
        "2fc4b0c10f4a0d7977e39a1732ded730573b2b22"
      ],
      "author": {
        "name": "Petr Michalec",
        "email": "pmichalec@mirantis.com",
        "time": "Fri Nov 10 13:20:03 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@44cc31867e31",
        "time": "Fri Nov 10 13:20:03 2017 +0000"
      },
      "message": "Merge \"Remove ${ from record_transformer\""
    },
    {
      "commit": "2fc4b0c10f4a0d7977e39a1732ded730573b2b22",
      "tree": "0e035b30e764f3e95da3c1ab2d075ed99c002dd3",
      "parents": [
        "aefd039ae8c6a55500ed352a92b05f4d41614413"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Thu Nov 09 16:05:38 2017 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Thu Nov 09 16:05:38 2017 +0100"
      },
      "message": "Remove ${ from record_transformer\n\nChange-Id: I4589642d949e9b8bc140d6e1206cba385629a014\n"
    },
    {
      "commit": "84bd1e57570f8e8be47075d7518910895af70c0b",
      "tree": "1d863852bc973b40aa501a06bda7acc367b2af37",
      "parents": [
        "aefd039ae8c6a55500ed352a92b05f4d41614413"
      ],
      "author": {
        "name": "Ildar Svetlov",
        "email": "isvetlov@mirantis.com",
        "time": "Thu Nov 09 02:11:42 2017 +0400"
      },
      "committer": {
        "name": "Ildar Svetlov",
        "email": "isvetlov@mirantis.com",
        "time": "Thu Nov 09 02:14:37 2017 +0400"
      },
      "message": "Made parse optional in tail input plugin\n\nChange-Id: I93d7a6177cd7e89f4aa5a4f33b3c1088b12896c0\n"
    },
    {
      "commit": "ce2cb7b355d0a8d0d899a3c073ca2b20a691d8f7",
      "tree": "5aec15f12ca2470b588214e5310e5f334332423c",
      "parents": [
        "aefd039ae8c6a55500ed352a92b05f4d41614413"
      ],
      "author": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Nov 07 16:31:27 2017 +0400"
      },
      "committer": {
        "name": "Dmitry Kalashnik",
        "email": "dkalashnik@mirantis.com",
        "time": "Tue Nov 07 19:21:08 2017 +0400"
      },
      "message": "Add config.d watch cleanup\n\nChange-Id: I161b68ef665f03c14975cd980ed931987caff55e\n"
    },
    {
      "commit": "aefd039ae8c6a55500ed352a92b05f4d41614413",
      "tree": "8d32dcbebb4e390137da96c83de0dfb0fbeacb3b",
      "parents": [
        "ac2c0fb8b9e36358d048e1fab79f06ca7413eba1"
      ],
      "author": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Mon Nov 06 09:27:40 2017 +0100"
      },
      "committer": {
        "name": "Bartosz Kupidura",
        "email": "bkupidura@mirantis.com",
        "time": "Tue Nov 07 15:12:05 2017 +0100"
      },
      "message": "Fluentd initial commit\n\nChange-Id: Ibcc4f3ad5c9f14b218d771d835e9e1ca589903bb\n"
    },
    {
      "commit": "ac2c0fb8b9e36358d048e1fab79f06ca7413eba1",
      "tree": "3c64caed55f17c8885d4552c0a65504037566ecc",
      "parents": [
        "5a2f6c5e6d2ab279cbbd9914cf28a1c2742fb7b9"
      ],
      "author": {
        "name": "Aleš Komárek",
        "email": "github@newt.cz",
        "time": "Tue Apr 11 10:14:46 2017 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 11 10:14:46 2017 +0200"
      },
      "message": "Update and rename README.md to README.rst"
    },
    {
      "commit": "5a2f6c5e6d2ab279cbbd9914cf28a1c2742fb7b9",
      "tree": "2ef75b6f2c3a8711a5cfa6897d3eab0737420e76",
      "parents": [
        "59f90a42e5085915702b7498c48b635e62ec94a7"
      ],
      "author": {
        "name": "Michael Kuty",
        "email": "6du1ro.n@gmail.com",
        "time": "Sun May 04 13:00:37 2014 +0200"
      },
      "committer": {
        "name": "Michael Kuty",
        "email": "6du1ro.n@gmail.com",
        "time": "Sun May 04 13:00:37 2014 +0200"
      },
      "message": "pillar config\n"
    },
    {
      "commit": "59f90a42e5085915702b7498c48b635e62ec94a7",
      "tree": "6d1c629757ded5d57c9536d12436896d1741c922",
      "parents": [
        "ca784944b31287a6fac646f7fc5643ac71648dd4"
      ],
      "author": {
        "name": "Michael Kuty",
        "email": "6du1ro.n@gmail.com",
        "time": "Sun May 04 11:46:24 2014 +0200"
      },
      "committer": {
        "name": "Michael Kuty",
        "email": "6du1ro.n@gmail.com",
        "time": "Sun May 04 11:46:24 2014 +0200"
      },
      "message": "up to date - example pillar\n"
    },
    {
      "commit": "ca784944b31287a6fac646f7fc5643ac71648dd4",
      "tree": "c7292330030b4719429bdd568f0b4bd5e36756d8",
      "parents": [
        "d34602003634bd710d1c955753ea11ca1a610660"
      ],
      "author": {
        "name": "Michael Kuty",
        "email": "6du1ro.n@gmail.com",
        "time": "Sun May 04 11:45:53 2014 +0200"
      },
      "committer": {
        "name": "Michael Kuty",
        "email": "6du1ro.n@gmail.com",
        "time": "Sun May 04 11:45:53 2014 +0200"
      },
      "message": "fix conflicting id\n"
    },
    {
      "commit": "d34602003634bd710d1c955753ea11ca1a610660",
      "tree": "48b03e7d4c9c0e5faa8162323c08dd31ba61dd5b",
      "parents": [
        "e554d79e4cabe3ba17791d2e53820a7f966359b6"
      ],
      "author": {
        "name": "Michael Kuty",
        "email": "6du1ro.n@gmail.com",
        "time": "Sat May 03 15:54:26 2014 +0200"
      },
      "committer": {
        "name": "Michael Kuty",
        "email": "6du1ro.n@gmail.com",
        "time": "Sat May 03 15:54:26 2014 +0200"
      },
      "message": "state with example conf\n"
    },
    {
      "commit": "e554d79e4cabe3ba17791d2e53820a7f966359b6",
      "tree": "7d41a2bc5b97ed172f43db787e0ab14636f531ca",
      "parents": [],
      "author": {
        "name": "Michael Kutý",
        "email": "6du1ro.n@gmail.com",
        "time": "Sat Apr 12 21:54:46 2014 +0200"
      },
      "committer": {
        "name": "Michael Kutý",
        "email": "6du1ro.n@gmail.com",
        "time": "Sat Apr 12 21:54:46 2014 +0200"
      },
      "message": "Initial commit\n"
    }
  ]
}
