Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Siembol release v1.3.0 (#316)
Browse files Browse the repository at this point in the history
* v1.3.0 release

* fixing typos based on review
  • Loading branch information
mariannovotny authored Sep 9, 2021
1 parent 9225589 commit 57296e2
Show file tree
Hide file tree
Showing 26 changed files with 69 additions and 61 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2021-09-09

- Loading rules from multiple ZooKeeper nodes in Siembol alerting
- Fixing adding tags in Siembol correlation alerts
- Various minor fixes in Sigma rule importer in Siembol UI
- Various minor fixes in Siembol UI - uppercase searches for tags, tags in deployment dialog validated before release
- Adding Application manager in Siembol UI for managing Siembol applications (storm topologies)

## [1.2.0] - 2021-07-19

- adding composite matchers (and, or) in Siembol alerting
Expand Down
4 changes: 2 additions & 2 deletions alerting/alerting-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>alerting</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol-common</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.adrianwalker</groupId>
Expand Down
4 changes: 2 additions & 2 deletions alerting/alerting-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>alerting</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>alerting-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<artifactId>jackson-databind</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions alerting/alerting-storm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>alerting</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>alerting-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion alerting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modules>
<module>alerting-core</module>
Expand Down
4 changes: 2 additions & 2 deletions config-editor/config-editor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>config-editor</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol-common</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
18 changes: 9 additions & 9 deletions config-editor/config-editor-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>config-editor</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol-common</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -67,22 +67,22 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>config-editor-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>config-editor-services</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>config-editor-sync</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>alerting-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>parsing-app</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>enriching-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -115,7 +115,7 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>responding-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
20 changes: 10 additions & 10 deletions config-editor/config-editor-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,53 +10,53 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>config-editor</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol-common</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>config-editor-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>alerting-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>alerting-storm</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>parsing-storm</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>enriching-storm</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>parsing-app</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>enriching-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>responding-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
8 changes: 4 additions & 4 deletions config-editor/config-editor-sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>config-editor</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -20,17 +20,17 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol-common</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>config-editor-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>parsing-app</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion config-editor/config-editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rule-editor.ui",
"version": "1.3.10-dev",
"version": "1.3.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion config-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modules>
<module>config-editor-core</module>
Expand Down
4 changes: 2 additions & 2 deletions deployment/storm-topology-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencyManagement>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol-common</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Java artifacts are published to Central Maven Repository - [Sonatype OSS Reposit
### Docker images
Docker images are built both from snapshots and releases.
- The images are tagged by two tags:
- `latest` for tagging the latest image
- `latest` for tagging an image with the latest released stable version or `snapshot` for tagging an image with the latest snapshot development version
- The version of the application from [POM](/pom.xml)
- Springboot applications
- An application is loaded using [springboot properties launcher](https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-executable-jar-format.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/services/siembol_alerting_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The correlation alert allows you to group several detections together before rai
- `kafka.producer.properties` - Defines kafka producer properties, see [https://kafka.apache.org/0102/documentation.html#producerconfigs](https://kafka.apache.org/0102/documentation.html#producerconfigs)
- `zookeeper.attributes` - The zookeeper attributes for updating the rules
- `zk.url` - Zookeeper servers url. Multiple servers are separated by comma
- `zk.path` - Path to a zookeeper node
- `zk.path` - Path to a zookeeper node or multiple nodes delimited by new line. Alerting rules from multiple zookeeper nodes can be loaded in order to save storm resources
- `storm.attributes` - Storm attributes for the enrichment topology
- `bootstrap.servers` - Kafka brokers servers url. Multiple servers are separated by comma
- `first.pool.offset.strategy` - Defines how the kafka spout seeks the offset to be used in the first poll to kafka
Expand Down
6 changes: 3 additions & 3 deletions enriching/enriching-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>enriching</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol-common</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>alerting-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.adrianwalker</groupId>
Expand Down
4 changes: 2 additions & 2 deletions enriching/enriching-storm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>enriching</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>enriching-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion enriching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modules>
<module>enriching-core</module>
Expand Down
6 changes: 3 additions & 3 deletions parsing/parsing-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>parsing</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
Expand Down Expand Up @@ -39,12 +39,12 @@
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol-common</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>parsing-core</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.adrianwalker</groupId>
Expand Down
Loading

0 comments on commit 57296e2

Please sign in to comment.