Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[promtail helm chart] Enable support for syslog service #1617

Merged
merged 8 commits into from
Feb 14, 2020

Commits on Feb 6, 2020

  1. Enable support for dynamic extra ports

    This should allow the chart to be configured for extra exposed ports
    like syslog (port 1514) for example
    
    Signed-off-by: Jeff Billimek <jeff@billimek.com>
    billimek committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    54108f1 View commit details
    Browse the repository at this point in the history
  2. making syslog its own optional service

    Signed-off-by: Jeff Billimek <jeff@billimek.com>
    billimek committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    f1df7a6 View commit details
    Browse the repository at this point in the history
  3. syslogService config should be at top level

    Signed-off-by: Jeff Billimek <jeff@billimek.com>
    billimek committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    74503ca View commit details
    Browse the repository at this point in the history
  4. fixing linting error

    Signed-off-by: Jeff Billimek <jeff@billimek.com>
    billimek committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9a03870 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Configuration menu
    Copy the full SHA
    141949d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    98c2f88 View commit details
    Browse the repository at this point in the history
  2. Enhancing chart documentation with syslog example

    Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
    Jeff Billimek committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    d27a8c5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'extraPorts' of github.com:billimek/loki into extraPorts

    * 'extraPorts' of github.com:billimek/loki: (25 commits)
      Ensure status codes are set correctly in the frontend. (grafana#1684)
      --dry-run Promtail. (grafana#1652)
      Fix logcli --quiet parameter parsing issue (grafana#1682)
      This improves the log ouput for statistics in the logcli. (grafana#1644)
      Loki stack helm chart can deploy datasources without Grafana (grafana#1688)
      Automatically prune metrics from the /metrics output of the promtail metrics pipeline stage after an idle period.
      Allow a metric defined as a counter to match all lines, useful for creating line count metrics which include all your labels. Found a bug in the the test runner where it didn't fail if the actual error was nil but the test expected an error Added some tests to the counters to test valid configs
      maintainer links & usernames (grafana#1675)
      Binary operators in LogQL (grafana#1662)
      Pipe data to Promtail (grafana#1649)
      Add Owen to the maintainer team. (grafana#1673)
      Update tanka.md so that promtail.yml is in the correct format (grafana#1671)
      Correcte syntax of rate example (grafana#1641)
      Frontend & Querier query statistics instrumentation. (grafana#1661)
      loki-canary: fix indent of DaemonSet manifest written in .md file (grafana#1648)
      Query frontend service should be headless. (grafana#1665)
      Support custom prefix name in metrics stage (grafana#1664)
      pkg/promtail/positions: handle empty positions file (grafana#1660)
      Convert second(Integer class) to nanosecond precision (grafana#1656)
      Unite docs for fluentd plugin (grafana#1634)
      ...
    billimek committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    acd3094 View commit details
    Browse the repository at this point in the history