Commit Graph

1414 Commits

Author SHA1 Message Date
Vincent Bernat
cdbae1c643 Revert "cmd: accept an !include tag for YAML files"
This reverts commit b8698bc060. This
change is not complete, it is missing adaptations in docker-compose.yml.
v1.7.2
2023-02-12 14:40:56 +01:00
Vincent Bernat
829887f1e0 docs: prepare for release 2023-02-12 14:32:15 +01:00
vincentbernat
70414c16db build: flake.lock automated update 2023-02-12 14:32:09 +01:00
Vincent Bernat
6bd809aae8 inlet/flow: optimize a bit sFlow decoding by skipping sampled header
When we already have sampled IPv4/IPv6, we may not need the sampled
header. In this case, skip it.
2023-02-12 14:08:23 +01:00
Vincent Bernat
eb395a69dc inlet/flow: fix Bytes value for sFlow to use L3 length
Previously, we were using either an L2 value or an L3 value, depending
on the order of the records
2023-02-12 13:56:31 +01:00
Vincent Bernat
f5c4ef2400 console/filter: accept IN/NOTIN operators for IP addresses 2023-02-12 11:47:15 +01:00
Vincent Bernat
a912da7fa1 build: use gofumpt
Undecided if we need to use it. I think it's nice.
2023-02-11 10:03:45 +01:00
Vincent Bernat
26f1917420 inlet/flow: fix parsing of sFlow IPv4/IPv6 data
Fix #470
2023-02-10 22:58:24 +01:00
dependabot[bot]
aa58b88e02 build: bump github.com/docker/docker (#471) 2023-02-10 17:44:27 +00:00
dependabot[bot]
87aad0ec96 build: bump github.com/osrg/gobgp/v3 from 3.10.0 to 3.11.0 (#472) 2023-02-10 17:44:11 +00:00
dependabot[bot]
3c62f8a1e6 build: bump golang.org/x/sys from 0.4.0 to 0.5.0 (#473) 2023-02-10 17:44:02 +00:00
dependabot[bot]
e3936ff9d2 build: bump @sideway/formula from 3.0.0 to 3.0.1 in /console/frontend (#474) 2023-02-10 17:39:33 +00:00
Vincent Bernat
be69267e31 docs: fix some mentions of /api/v0/inlet/flows
Since the flows are now incomplete, do not confuse users too much.
2023-02-10 16:06:34 +01:00
Vincent Bernat
9bc7f44f0a console/graph: also invert unit direction on bidirectional 2023-02-09 23:27:03 +01:00
Vincent Bernat
f07e930e60 console/clickhouse: use ExporterAddress instead of ExporterName for %
There is more guarantee that this is unique.
2023-02-09 21:25:30 +01:00
Vincent Bernat
d5cde97891 console: add “%” to available units
This is useful to detect interfaces that are close to saturation
quickly. It would usually require to group by exporter name and
interface name and it may not make sense for some graph types (like
stacked 100%). It is useful with Lines and Grid.
2023-02-09 21:14:36 +01:00
Vincent Bernat
fb4ef4aa60 console: fix behavior of dimension limit field when empty 2023-02-08 14:00:18 +01:00
Vincent Bernat
d9ce801cbd build: make Go tests depend on all generated files
We need JS assets to be able to compile and run tests.
2023-02-07 23:40:52 +01:00
Vincent Bernat
de6e505a11 console/filter: remove special case for PacketSize in parser
We have a properly-aliased column for this.
2023-02-07 23:34:31 +01:00
Vincent Bernat
68539505d4 console/frontend: change hint at the top of the filter box 2023-02-07 19:46:27 +01:00
Vincent Bernat
25e0f6bccd docs: next release will also spend some time in ClickHouse upgrade 2023-02-07 09:59:00 +01:00
dependabot[bot]
36546859e2 build: bump github.com/antonmedv/expr from 1.10.5 to 1.12.0 (#461) 2023-02-06 22:26:16 +00:00
Vincent Bernat
7acb8231ed common/clickhousedb: update clickhouse-go and advertise client info 2023-02-06 23:15:24 +01:00
dependabot[bot]
79d1bea3d6 build: bump @vitest/coverage-c8 in /console/frontend (#457) 2023-02-06 22:07:24 +00:00
dependabot[bot]
f015fc4f27 build: bump @headlessui/vue from 1.7.8 to 1.7.9 in /console/frontend
Bumps [@headlessui/vue](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-vue) from 1.7.8 to 1.7.9.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-vue/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/vue@v1.7.9/packages/@headlessui-vue)

---
updated-dependencies:
- dependency-name: "@headlessui/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 23:00:25 +01:00
dependabot[bot]
7ae7d6a4eb build: bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.23+incompatible to 23.0.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v20.10.23...v23.0.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 23:00:09 +01:00
dependabot[bot]
c5c3230f36 build: bump vitest from 0.28.3 to 0.28.4 in /console/frontend
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.28.3 to 0.28.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.28.4/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 22:58:42 +01:00
dependabot[bot]
905bf7ca18 build: bump @types/node from 18.11.18 to 18.11.19 in /console/frontend
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.18 to 18.11.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 22:58:31 +01:00
dependabot[bot]
eb766449d3 build: bump @types/jsdom from 20.0.1 to 21.1.0 in /console/frontend
Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 20.0.1 to 21.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

---
updated-dependencies:
- dependency-name: "@types/jsdom"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 22:58:17 +01:00
dependabot[bot]
85156616b3 build: bump typescript-language-server in /console/frontend
Bumps [typescript-language-server](https://github.com/typescript-language-server/typescript-language-server) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/typescript-language-server/typescript-language-server/releases)
- [Changelog](https://github.com/typescript-language-server/typescript-language-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typescript-language-server/typescript-language-server/compare/v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: typescript-language-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 22:58:05 +01:00
dependabot[bot]
51a53bb64c build: bump gorm.io/gorm from 1.24.3 to 1.24.5
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.3 to 1.24.5.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.24.3...v1.24.5)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 22:57:43 +01:00
dependabot[bot]
db92666509 build: bump github.com/yuin/goldmark from 1.5.3 to 1.5.4
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 22:57:21 +01:00
Vincent Bernat
85b7d33d76 inlet/bmp: trust the metrics to check if socket is closed
This is pointless to try to make Write() error on loopback. Maybe we
need 16KB, maybe not. Assume that if we say it is closed, then it is.
2023-02-06 22:56:54 +01:00
Vincent Bernat
f07e2070b8 inlet/flow: more elegant way to build titles for protobuf bench 2023-02-06 22:56:54 +01:00
Vincent Bernat
8f93f3abda build: don't remove bin/ on make clean 2023-02-06 22:56:54 +01:00
Vincent Bernat
e51d45ef2b common/schema: make ProtobufDecode() an helper function 2023-02-06 22:56:54 +01:00
Vincent Bernat
930c2daa4c common/schema: reduce storage for Src/DstAddr, Bytes, Packets
Also teach orchestrator to change compression codecs.
2023-02-06 22:56:54 +01:00
Vincent Bernat
7eed18a54e docs: add a mention about kafka_flush_interval_ms for ClickHouse 2023-02-06 22:56:54 +01:00
Vincent Bernat
c90da57db1 inlet/core: update expr and add a benchmark 2023-02-06 22:56:54 +01:00
dependabot[bot]
2b9177dabd build: bump vue from 3.2.45 to 3.2.47 in /console/frontend
Bumps [vue](https://github.com/vuejs/core) from 3.2.45 to 3.2.47.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.2.45...v3.2.47)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 22:39:36 +01:00
Rick
799da0cb9d Fixes link to quickstart docs 2023-02-02 18:51:57 +01:00
dependabot[bot]
662b689b03 build: bump dependabot/fetch-metadata from 1.3.5 to 1.3.6
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.5...v1.3.6)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 00:27:11 +01:00
dependabot[bot]
3147b7bc96 build: bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 00:26:49 +01:00
Vincent Bernat
740251f30d console: fix calculation of the L2 overhead when selecting L2 bps 2023-02-01 14:52:49 +01:00
Vincent Bernat
e4b30ecea7 common/helpers: fix race condition when checking last access on expire 2023-02-01 12:03:58 +01:00
Vincent Bernat
680433eef2 console/frontend: fix time range selection 2023-02-01 11:46:13 +01:00
Vincent Bernat
67f9379c18 inlet/flow: restore setting TimeReceived on UDP/file receive
Most of the time, this is not in the hotpath as with UDP, we use the
time reported by the kernel.
2023-02-01 11:36:33 +01:00
Vincent Bernat
ddf47418b7 inlet/snmp: fix racy test (more) 2023-02-01 11:20:09 +01:00
Vincent Bernat
f7c5a15f95 inlet/snmp: fix race problem in test 2023-02-01 09:54:01 +01:00
Vincent Bernat
513e7d348c docs: don't get into too many code details in changelog 2023-02-01 09:11:49 +01:00