Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Jul 12, 2018
    • Doug Szumski's avatar
      Support deploying Monasca Log Persister · 5441963c
      Doug Szumski authored
      This is a Logstash component which reads processed logs from Kafka
      and writes them to Elasticsearch (or some other backend supported by
      Logstash).
      
      Ingesting the logs from this service with Fluentd will be covered under
      a different commit.
      
      Change-Id: I2d722991ab2072c54c4715507b19a4c9279f921b
      Partially-Implements: blueprint monasca-roles
      5441963c
  2. Jul 05, 2018
    • Doug Szumski's avatar
      Support deploying Monasca Log Transformer · 9c88262a
      Doug Szumski authored
      The Monasca Log Transformer takes raw, unstandardised logs from one
      Kafka topic, standardises them with whatever rules the operator wants
      to use, and then writes them to a standardised logs topic in Kafka. It
      is currently implemented as a Logstash config file.
      
      Since Kolla does a fairly good job of standardising logs, this service
      does very little processing. However, when other sources of logs
      are used, it may be useful to add rules to the Transformer, particularly
      if it's not possible to standardise the logs at source.
      
      Ingesting the logs from this service with Fluentd will be covered under
      a different commit.
      
      Change-Id: I31cbb7e9a40a848391f517a56a67e3fd5bc12529
      Partially-Implements: blueprint monasca-roles
      9c88262a
  3. Jul 04, 2018
    • Doug Szumski's avatar
      Standardise Monasca Kafka variable name · b54ceef8
      Doug Szumski authored
      Other lists of servers have the postfix _servers. To be consistent
      this change uses the same format for Kafka.
      
      Change-Id: Ia595f2ab485904e76fb76211f6715a7c019886ea
      Partially-Implements: blueprint monasca-roles
      b54ceef8
  4. Jun 15, 2018
    • Doug Szumski's avatar
      Supporting configuring Monasca Kafka topics · b76f4016
      Doug Szumski authored
      Multiple Monasca services will need to access these topics. We
      can use these variables to make sure that they all use the correct
      ones.
      
      Change-Id: I9f40090287542a78dc7d7c6bdd3933abb32918d7
      Partially-Implements: blueprint monasca-roles
      b76f4016
  5. May 21, 2018
Loading