Commit Graph

279 Commits

Author SHA1 Message Date
Celie Valentiny
d88e94e833 Config-editor-ui: small search optimisation (#539) 2022-02-17 15:08:02 +00:00
Marian Novotny
bf411b0021 Alerting: adding CONTAINS matcher (#538)
* adding CONTAINS matcher into alerting

* add documantation

* modifying alert layout

* fixing alert layout

* update alert layout

* fixing case insensitive matching

* removing unused flag

* typo
2022-02-17 09:54:50 +00:00
Celie Valentiny
67fafca7d7 Config-editor-ui: Cloning improvements + rxjs upgrade (#529) 2022-02-17 08:17:48 +00:00
Marian Novotny
9e70328a49 change Siembol version to 2.3.0-SNAPSHOT (#528) 2022-02-04 14:32:19 +00:00
Marian Novotny
a17ebe742a Siembol release 2.2.0 (#526) 2022-02-04 13:37:51 +00:00
Marian Novotny
8d2905ad5b Siembol common: reworking storm kafka writer (#525) 2022-02-03 14:20:04 +00:00
Celie Valentiny
76a9366466 Config-editor-ui: fix bugs + upgrade (#524) 2022-02-03 10:46:59 +00:00
Celie Valentiny
265cdb3c50 Config-editor-ui: fix size application dialog + column width + actions at bottom (#501) 2022-02-02 14:19:21 +00:00
Marian Novotny
e824b9ce7c Upgrade kafka to 3.1.0 (#522)
* upgrade kafka to 3.1.0

* increase siembol version
2022-02-01 15:35:26 +00:00
dependabot[bot]
3dd305b5a2 Bump reactor-core from 3.4.13 to 3.4.14 (#508)
Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.13 to 3.4.14.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.4.13...v3.4.14)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 13:21:26 +00:00
dependabot[bot]
951c8632c0 Bump micrometer-registry-prometheus from 1.8.1 to 1.8.2 (#509)
Bumps [micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 13:20:06 +00:00
dependabot[bot]
904186a9a5 Bump slf4j_version from 1.7.32 to 1.7.35 (#514)
Bumps `slf4j_version` from 1.7.32 to 1.7.35.

Updates `slf4j-api` from 1.7.32 to 1.7.35
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.35)

Updates `slf4j-simple` from 1.7.32 to 1.7.35
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.35)

Updates `slf4j-log4j12` from 1.7.32 to 1.7.35
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.35)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-log4j12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 12:30:31 +00:00
dependabot[bot]
63007bc3a5 Bump json-path from 2.6.0 to 2.7.0 (#503)
Bumps [json-path](https://github.com/jayway/JsonPath) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.6.0...json-path-2.7.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 11:54:28 +00:00
Marian Novotny
3eeee2c86f increasing version of siembol (#513) 2022-02-01 11:07:50 +00:00
Celie Valentiny
6f6a649a79 fix loading apps (#500) 2022-01-28 15:24:40 +00:00
Celie Valentiny
ece42d617e Config-editor-ui: add management view with links and actions (#494) 2022-01-28 13:55:32 +00:00
Marian Novotny
a48a13b3ad replace log4j by slf4j-simple in tests in response (#496) 2022-01-27 09:54:52 +00:00
Marian Novotny
4be1159387 Siembol parsing: adding source routing applications (#495)
* adding topig routing and header rouitng into parsing

* increase siemobl version to 2.2.9-SNAPSHOT

* updating parsing app layout config file
2022-01-26 13:38:31 +00:00
Celie Valentiny
ff962eccfa Config-editor-ui: Bug backend calls (#490) 2022-01-25 15:38:49 +00:00
Celie Valentiny
47a75b339c Siembol-ui: fix testcase bug when pasting (#469)
* Update test-store.service.ts

* Update package.json
2022-01-17 11:10:50 +00:00
Marian Novotny
ee0683ddf1 siembol parsing: changing logging level in some functions (#489)
* Changing loging levels in parsing messages

* increasing siembol version
2022-01-14 17:00:22 +00:00
Celie Valentiny
3ba72b792e Siembol-editor-ui: upgrade to angular 13 (#468) 2022-01-14 11:59:13 +00:00
Marian Novotny
cc75c15373 Config editor rest: adding restart all apps (#487)
* restarting all topologies in config editor sync

* increase siembol version
2022-01-11 16:31:18 +00:00
Marian Novotny
0adb0417a8 Upgrade kafka to 2.8.1 in storm applications (#486)
* Upgrade kafka to 2.8.1 in storm applications

* fixing enrichment test

* increasign version of siembol
2022-01-04 17:26:50 +00:00
dependabot[bot]
248f4e136a Bump snakeyaml from 1.29 to 1.30 (#485)
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.29 to 1.30.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.30..snakeyaml-1.29)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-04 12:48:19 +00:00
dependabot[bot]
94b3408f2c Bump reactor-core from 3.4.12 to 3.4.13 (#479)
Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.12 to 3.4.13.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.4.12...v3.4.13)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-04 11:14:09 +00:00
Marian Novotny
b252b3c5a7 Config editor rest: Limiting reading files depth to 1 (#472)
* Limiting reading files depth to 1 in config editor rest

* Delete pom.xml.orig

* Delete pom.xml.orig
2022-01-04 10:43:07 +00:00
Marian Novotny
ad352f1695 Siembol common: Reworking kafka writer to send asynchronous messages (#470)
* REworking kafka writer to asynchronous sending messages

* increasing siembol version to 2.2.4-SNAPSHOT
2021-12-31 11:53:59 +00:00
dependabot[bot]
b88d261b24 Bump micrometer-registry-prometheus from 1.8.0 to 1.8.1 (#465)
Bumps [micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-13 13:02:15 +00:00
dependabot[bot]
49ce2e4b9d Bump org.eclipse.jgit from 5.13.0.202109080827-r to 6.0.0.202111291000-r (#461)
Bumps org.eclipse.jgit from 5.13.0.202109080827-r to 6.0.0.202111291000-r.

---
updated-dependencies:
- dependency-name: org.eclipse.jgit:org.eclipse.jgit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 16:12:58 +00:00
Marian Novotny
764ed11d82 Increasing Siembol version to 2.2.3-SNAPSHOT (#460) 2021-12-01 14:26:05 +00:00
Marian Novotny
b391d9cf39 Bump kubernetes_client_version from 5.9.0 to 5.10.1 (#447) 2021-11-29 09:41:10 +00:00
Marian Novotny
819f0a1cce Siembol common: use static connection string in ZooKeeper factory (#446)
* Siembol common: use static connection string in ZooKeeper factory

* minor formating
2021-11-26 13:24:45 +00:00
Celie Valentiny
3cf16b1a1c upgrade ui (#445) 2021-11-24 08:30:37 +00:00
dependabot[bot]
5209005f6f Bump micrometer-registry-prometheus from 1.7.5 to 1.8.0 (#444)
Bumps [micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.7.5 to 1.8.0.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.7.5...v1.8.0)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-23 09:36:39 +00:00
dependabot[bot]
19b8b5139e Bump reactor-core from 3.4.11 to 3.4.12 (#442)
Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.11 to 3.4.12.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.4.11...v3.4.12)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-23 08:52:43 +00:00
Marian Novotny
a35087dfa3 Releasing 2.2.0-SNAPSHOT version (#430) 2021-11-19 14:51:47 +00:00
Marian Novotny
a47caed7e3 Siembol release 2.1.0 (#428) 2021-11-19 10:53:59 +00:00
Marian Novotny
664b698ff4 Truncate logs during updating configurations messages (#426)
* Truncating updating rules log messages

* increasing version of siembol
2021-11-18 11:08:04 +00:00
Marian Novotny
aea7285f6f Fixing ZooKeeper dependencies (#424)
* Fixing dependencies

* fixing config editor services deps

* moving kafka spout strategy enum into model
2021-11-17 11:44:34 +00:00
Marian Novotny
8876c3a3fc Siembol common: upgrade currator dependency and improve zk initialisation (#419)
* Upgrading Apache currator to 5.2.0

* fixing testing dependencies

* Adding tests for ZooKeeperConnector

* increasing version

* fixing pom file
2021-11-16 10:52:41 +00:00
Marian Novotny
f931f4371e Change Siembol version to 2.1.0-SNAPSHOT (#412) 2021-11-09 13:52:03 +00:00
Marian Novotny
eb5fd4e7da Siembol release 2.0.0 (#410)
* Siembol release 2.0.0

* minor fixes in changelog
2021-11-09 12:42:34 +00:00
Marian Novotny
21fe576110 Improvements and fixes in enrichment tables (#409)
* reworking updating tables in enrichment storm

* change java version in docs

* Improving logging in updating table service

* cleaning storm modules dependencies

* Fixing storm guava dependency

* minor typo

* fixing java versions
2021-11-09 11:16:23 +00:00
Marian Novotny
3415ce3909 Upgrading java to java 11 (java 13 in tests) (#405)
Upgrading Storm to 2.3.0
Supporting downloading http enrichment tables
Remove multiline string dependency
2021-11-04 16:12:54 +00:00
Celie Valentiny
2628339ddb updating ui packagews (#401) 2021-11-04 09:13:53 +00:00
dependabot[bot]
9ed432e2e4 Bump micrometer-registry-prometheus from 1.7.4 to 1.7.5 (#400)
Bumps [micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.7.4...v1.7.5)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-02 08:10:20 +00:00
dependabot[bot]
1e01860955 Bump reactor-core from 3.4.10 to 3.4.11 (#392)
Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.10 to 3.4.11.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.4.10...v3.4.11)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-01 13:29:22 +00:00
Marian Novotny
4ba89d6942 config editor rest: adding enrichment tables update into sync service (#324)
* fixing storm topology call to deprecated api

* work in progress

* adding enrichment tables update into sync service

* add temporary json alias in enrichment tables update model

* adding unitests

* adding tests

* fixing minor bugs
2021-10-15 13:28:27 +01:00
Celie Valentiny
a3bd654bae updates (#354) 2021-10-04 10:15:18 +01:00