transpiler
transpiler copied to clipboard
SIEM-to-Spark Transpiler
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.3. Release notes Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases. 3.6.2 🐛 Bug Fixes [MJAVADOC-716] - Fix stale files detection failing because of the newline (#144) @gnodet [MJAVADOC-713]...
Bumps scalatest_2.12 from 3.3.0-SNAP3 to 3.3.0-SNAP4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.1.0. Commits 699e2ad [maven-release-plugin] prepare release maven-gpg-plugin-3.1.0 f314f8e [MGPG-97] use gpgverify plugin to check dependencies signatures bad6b57 [MGPG-96] add INFO message 0498a82 [MGPG-95] don't GPG-sign...
Bumps [fastparse_2.12](https://github.com/lihaoyi/fastparse) from 2.3.3 to 3.0.2. Commits edb2990 3.0.2 a42d1e5 Disable Python project tests (#290) 42b92a2 Add Scala 3 to crossNativeVersions (#288) 8e8571b fix-readme e25db9f Release 3.0.1 (#283) dac4355 Squelch...
Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.12 to 2.13.12. Release notes Sourced from org.scala-lang:scala-library's releases. Scala 2.13.11 The Scala team at Lightbend is pleased to announce Scala 2.13.11. The following changes are highlights...
Getting following error on attempts to run `cidr_match` queries against following ```CREATE TABLE security_log (user_id STRING, remote_host_ip STRING)```. Cluster is `11.3 LTS ML (includes Apache Spark 3.3.0, Scala 2.12) `...
The [ctime](https://docs.splunk.com/Documentation/Splunk/8.2.2/SearchReference/Convert) function converts a given field to a human readable format, which can be provided with the optional timeformat (default: "%m/%d/%Y %H:%M:%S") parameter. In Splunk, the provided field can...
- The [mvcombine](https://docs.splunk.com/Documentation/Splunk/8.2.2/SearchReference/Mvcombine) command groups by all available columns except for \ (input param), _time and _raw column. Subsequently, the command puts for each group the values of in a...
- Takes a UNIX time value, X, as the first argument and renders the time as a string using the format specified by Y. - **The UNIX time must be...
- Min(X,...) and Max(X,...) functions take an arbitrary number of arguments and return the minimum and maximum per row, respectively. - Currently, our implementation is good for single value fields...