You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/06/12 22:12:44 UTC

[beam] branch master updated: [BEAM-10250]: Update io_matrix with new SplunkIO (#11998)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c60ce2  [BEAM-10250]: Update io_matrix with new SplunkIO (#11998)
2c60ce2 is described below

commit 2c60ce2b7d8041f13a2a5e05bb92b1102dcd56a1
Author: Sameer Abhyankar <ab...@gmail.com>
AuthorDate: Fri Jun 12 18:12:24 2020 -0400

    [BEAM-10250]: Update io_matrix with new SplunkIO (#11998)
    
    * [BEAM-10250]: Update io_matrix with new SplunkIO
    
    * Fix yaml errors
---
 website/www/site/data/io_matrix.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/website/www/site/data/io_matrix.yaml b/website/www/site/data/io_matrix.yaml
index 3ce5a4f..a723df7 100644
--- a/website/www/site/data/io_matrix.yaml
+++ b/website/www/site/data/io_matrix.yaml
@@ -375,3 +375,9 @@ categories:
           - language: py
             name: apache_beam.io.external.generate_sequence.GenerateSequence
             url: https://beam.apache.org/releases/pydoc/current/apache_beam.io.external.generate_sequence.html
+      - transform: SplunkIO
+        description: A PTransform that provides an unbounded, streaming sink for Splunk's Http Event Collector (HEC).
+        implementations:
+          - language: java
+            name: org.apache.beam.sdk.io.splunk.SplunkIO
+            url: https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/splunk/SplunkIO.html