Skip to content
Snippets Groups Projects
  1. Apr 23, 2020
  2. Dec 09, 2019
  3. Mar 08, 2019
    • Doug Szumski's avatar
      Support customising Fluentd formatting · c8a22f10
      Doug Szumski authored
      In some scenarios it may be useful to perform custom formatting of logs
      before forwarding them. For example, the JSON formatter plugin can be
      used to convert an event to JSON.
      
      Change-Id: I3dd9240c5910a9477456283b392edc9566882dcd
      c8a22f10
  4. Feb 25, 2019
  5. Nov 23, 2018
  6. Sep 28, 2018
  7. Sep 11, 2018
  8. May 21, 2018
  9. Jan 31, 2018
  10. Nov 23, 2017
    • Mark Goddard's avatar
      Support configuration of custom fluentd filters · f12e7244
      Mark Goddard authored
      In some scenarios it may be useful to apply custom filters to logs
      before forwarding them.  This may be useful to add additional tags to
      the messages or to modify the tags to conform to a log format that
      differs from the one defined by kolla-ansible.
      
      Configuration of custom fluentd filters is possible by placing filter
      configuration files in ``/etc/kolla/config/fluentd/filter/*.conf`` on
      the ansible control host.
      
      Change-Id: I29a20efb0df4bf3564ef009616c786e928aa26d9
      Implements: blueprint fluentd-custom-filters
      f12e7244
  11. Sep 13, 2017
    • Mark Goddard's avatar
      Support configuration of custom fluentd outputs · fb465146
      Mark Goddard authored
      In some scenarios it may be useful to configure custom fluentd outputs
      to forward logs to a logging service other than elasticsearch.
      
      This change supports configuration of fluentd outputs by placing
      output configuration files in /etc/kolla/config/fluentd/output/*.conf.
      
      Change-Id: I3c0b271d88dbb307ba3a23546e29c72e8baeca55
      Implements: blueprint fluentd-custom-outputs
      fb465146
  12. Sep 06, 2017
  13. May 02, 2017
    • Bertrand Lallau's avatar
      Configure Kibana default index pattern · 2afc869d
      Bertrand Lallau authored
      When Kibana interface is opened for the first time, it requires creating
      a default index pattern. To view, analyse and search logs, at least one
      index pattern has to be created.
      This patch automate "flog-*" default index pattern creation and set it
      has default config.
      
      Partially-implements: blueprint default-kibana-dashboard
      Change-Id: Ie36696f9ad38ba7e49e65e0793a3b98d9f03ee8d
      2afc869d
  14. Mar 24, 2017
    • zhouyunfeng's avatar
      change log-* to flog-*. · 6a10504b
      zhouyunfeng authored
      correspondence with 'logstash_prefix flog' in 'kolla-ansible/ansible/
      /roles/common/templates/conf/output/01-es.conf.j2'
      and 'kolla-ansible/ansible/roles/common/templates/conf/output/
      /00-local.conf.j2'.
      
      Change-Id: I90a7b1b6a5267d79f192345e531b503d3a99ca79
      6a10504b
  15. Mar 22, 2017
  16. Jan 28, 2017
    • Sayantani Goswami's avatar
      Update Kolla-Ansible documents · 5b35e389
      Sayantani Goswami authored
      Kolla-ansible related documents existed on both Kolla and Kolla-Ansible
      repositories. A lot of Kolla-ansible related documents were updated in
      the Kolla repository. Porting the changes made to these documents in
      Kolla repo to Kolla-Ansible repo so that the Kolla-ansible documents can
      be removed (Refer to patch https://review.openstack.org/#/c/425749/)
      
      Change-Id: I7c53626ce551189acdb0dcbabe9369b81eed3347
      5b35e389
  17. Aug 12, 2016
    • Joseph Horne's avatar
      Minor doc fix · 93d91cd0
      Joseph Horne authored
      Changed json to JSON for correct capitalization
      
      Change-Id: I72ae9f205a2089e2d6f72c5f5c0fd55d61ee7532
      93d91cd0
  18. Aug 04, 2016
    • Christian Berendt's avatar
      Add doc8 test and improve rst syntax · c3d8262e
      Christian Berendt authored
      This will test all rst files inside the doc directory for style issues with
      doc8 (an opinionated style checker for rst styles of documentation).
      
      This will fix all syntax issues identified by doc8 and will improve
      the syntax.
      
      Change-Id: Id1b9563e07e77e306aef5a0767c98c27f87c5c0e
      c3d8262e
  19. Jul 08, 2016
  20. May 27, 2016
  21. May 16, 2016
    • Swapnil Kulkarni (coolsvap)'s avatar
      Structuring the documentation · d87b4f63
      Swapnil Kulkarni (coolsvap) authored
      Restructured the documenation to
      
      1. Add reference at the top
      2. Updated the title formatting
      3. Updated the heading formatting
      4. Updated the links formatting
      
      Change-Id: Ie3786e92fee674da1fa39cf07f1bf0a3badd5b92
      d87b4f63
  22. Apr 15, 2016
    • akwasniewska's avatar
      Add Kibana quick start guide · 732ef0e7
      akwasniewska authored
      Includes basic information about how to search, visualize and analyse logs,
      create a Dashboard and export/import created items.
      
      Closes-Bug: #1570544
      
      Change-Id: I70ce5d28a6bb719a94570d23e85d5ba4aa0b114e
      732ef0e7
Loading