Du lette etter:

pipeline_stages promtail

Pipelines | Grafana Labs
grafana.com › latest › clients
A pipeline is comprised of a set of stages. There are 4 types of stages: Parsing stages parse the current log line and extract data out of it. The extracted data is then available for use by other stages. Transform stages transform extracted data from previous stages. Action stages take extracted data from previous stages and do something with them. Actions can:
grafana-loki/promtail-examples.md at master · jafernandez73 ...
github.com › blob › master
May 31, 2019 · Promtail Config Examples Pipeline Examples. Pipeline Docs contains detailed documentation of the pipeline stages. Simple Docker Config. This example of config promtail based on original docker config and show how work with 2 and more sources: Filename for example: my-docker-config.yaml
Stages | Grafana Labs
https://grafana.com/docs/loki/latest/clients/promtail/stages
Stages. This section is a collection of all stages Promtail supports in a Pipeline. Parsing stages: docker: Extract data by parsing the log line using the standard Docker format. cri: Extract data by parsing the log line using the standard CRI format. regex: Extract data using a regular expression. json: Extract data by parsing the log line as ...
promtail drop does not work - Grafana/Loki - Issue Explorer
https://issueexplorer.com › issue › l...
Started Promtail (SHA or version): 2.3.0; Promtail config: - job_name: kubernetes-pods-direct-controllers pipeline_stages: ...
Read Nginx Logs with Promtail - Grafana Tutorials
https://sbcode.net › grafana › ngin...
We need to add a new job_name to our existing Promtail scrape_configs in the config_promtail.yml file. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ...
Configuration | Grafana Labs
https://grafana.com/docs/loki/latest/clients/promtail/configuration
pipeline_stages. Pipeline stages are used to transform log entries and their labels. The pipeline is executed after the discovery process finishes. The pipeline_stages object consists of a list of stages which correspond to the items listed below. In most cases, you extract data from logs with regex or json stages.
Promtail error pipeline stage must only contain one key - Stack ...
https://stackoverflow.com › promta...
When I take out the pipeline_stages: section then I do see the lines in grafana however I cannot get the regex part to work.
CodePipeline pipeline structure reference - AWS CodePipeline
docs.aws.amazon.com › codepipeline › latest
A pipeline must contain at least two stages. The first stage of a pipeline must contain at least one source action. It can contain source actions only. Only the first stage of a pipeline can contain source actions.
Promtail - Pipelines - 《Loki Document》 - 书栈网 · BookStack
https://www.bookstack.cn › read
... pipeline_stages: # This stage is only going to run if the scraped target has a label; # of "name" with value "promtail".
Stages | Grafana Labs
grafana.com › docs › loki
Stages. This section is a collection of all stages Promtail supports in a Pipeline. Parsing stages: docker: Extract data by parsing the log line using the standard Docker format. cri: Extract data by parsing the log line using the standard CRI format. regex: Extract data using a regular expression. json: Extract data by parsing the log line as JSON.
docs/logentry/processing-log-lines.md - Gitee
https://gitee.com › mirrors › blob
A detailed look at how to setup promtail to process your log lines, including extracting metrics and labels. Pipeline; Stages. Pipeline. Pipeline stages ...
Promtail: Cant get the value of filename in relabel_configs
https://gitanswer.com › loki-promt...
scrape_configs: - job_name: containers static_configs: - targets: - localhost labels: job: static_pods __path__: /var/log/pods/*/*/*.log pipeline_stages: - ...
Pipelines | Grafana Labs
https://grafana.com › loki › promtail
Pipelines A detailed look at how to set up Promtail to process your log lines, ... kubernetes-pods-name kubernetes_sd_configs: .... pipeline_stages: # This ...
Promtail: `pipeline_stage` with `replace` stages causes ...
github.com › grafana › loki
Describe the bug I'm using Loki with Promtail and wanted to add pipeline_stages to redact some sensitive information (PII logs). I configured my helm chart to the latest Promtail version (v2.1.0), and set the configuration to have these ...
Promtail: `pipeline_stage` with `replace` stages causes ...
https://github.com/grafana/loki/issues/3353
Describe the bug I'm using Loki with Promtail and wanted to add pipeline_stages to redact some sensitive information (PII logs). I configured my helm chart to the latest Promtail version (v2.1.0), and set the configuration to have these ...
grafana-loki/promtail-examples.md at master - GitHub
https://github.com › master › docs
Promtail Config Examples. Pipeline Examples. Pipeline Docs contains detailed documentation of the pipeline stages. Simple Docker Config.
Pipelines | Grafana Labs
https://grafana.com/docs/loki/latest/clients/promtail/pipelines
A pipeline is used to transform a single log line, its labels, and its timestamp. A pipeline is comprised of a set of stages. There are 4 types of stages: Parsing stages parse the current log line and extract data out of it. The extracted data is then available for use by other stages. Transform stages transform extracted data from previous stages.