Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-16 Thread via GitHub
szaszm closed pull request #1695: MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API URL: https://github.com/apache/nifi-minifi-cpp/pull/1695 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-15 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1452385790 ## extensions/grafana-loki/PushGrafanaLokiREST.h: ## @@ -0,0 +1,178 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-15 Thread via GitHub
adamdebreceni commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1452371311 ## extensions/grafana-loki/PushGrafanaLokiREST.h: ## @@ -0,0 +1,178 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-15 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1452345696 ## PROCESSORS.md: ## @@ -2196,6 +2197,40 @@ In the list below, the names of required properties appear in bold. Any other pr | failure | FlowFiles that

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-15 Thread via GitHub
szaszm commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1446396780 ## PROCESSORS.md: ## @@ -2196,6 +2197,40 @@ In the list below, the names of required properties appear in bold. Any other pr | failure | FlowFiles that failed

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-15 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1452221843 ## extensions/grafana-loki/PushGrafanaLokiREST.h: ## @@ -0,0 +1,178 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-15 Thread via GitHub
adamdebreceni commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1452092124 ## extensions/grafana-loki/PushGrafanaLokiREST.h: ## @@ -0,0 +1,178 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-02 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1439542044 ## extensions/grafana-loki/tests/PushGrafanaLokiRESTTest.cpp: ## @@ -0,0 +1,296 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-02 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1439541779 ## extensions/grafana-loki/tests/PushGrafanaLokiRESTTest.cpp: ## @@ -0,0 +1,296 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-02 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1439541507 ## extensions/grafana-loki/tests/MockGrafanaLoki.h: ## @@ -0,0 +1,116 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-02 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1439541257 ## extensions/grafana-loki/PushGrafanaLokiREST.cpp: ## @@ -0,0 +1,396 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-02 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1439540650 ## extensions/grafana-loki/PushGrafanaLokiREST.cpp: ## @@ -0,0 +1,396 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-02 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1439539966 ## extensions/grafana-loki/PushGrafanaLokiREST.cpp: ## @@ -0,0 +1,396 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-02 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1439539574 ## extensions/grafana-loki/PushGrafanaLokiREST.h: ## @@ -0,0 +1,178 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-02 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1439539348 ## bootstrap.sh: ## @@ -339,6 +339,9 @@ add_option PROMETHEUS_ENABLED ${TRUE} "ENABLE_PROMETHEUS" add_option OPENSSL_ENABLED ${TRUE} "OPENSSL_OFF"

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2024-01-02 Thread via GitHub
lordgamez commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1439438776 ## extensions/grafana-loki/PushGrafanaLokiREST.h: ## @@ -0,0 +1,178 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2023-12-19 Thread via GitHub
fgerlits commented on code in PR #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695#discussion_r1425597679 ## docker/test/integration/cluster/checkers/GrafanaLokiChecker.py: ## @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[PR] MINIFICPP-2261 Add processor for pushing logs to Grafana Loki through REST API [nifi-minifi-cpp]

2023-11-10 Thread via GitHub
lordgamez opened a new pull request, #1695: URL: https://github.com/apache/nifi-minifi-cpp/pull/1695 https://issues.apache.org/jira/browse/MINIFICPP-2261 - Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the