-
The following script:
```zeek
global v1: vector of count;
global v2: set[count];
event zeek_init()
{
print global_ids()["v1"]$type_name;
print global_ids()["v2"]$type_name;
}…
-
Would this make any sense?
```diff
diff --git a/src/Types.cc b/src/Types.cc
index 44a9a90..342bcdc 100644
--- a/src/Types.cc
+++ b/src/Types.cc
@@ -4,6 +4,7 @@
#include "Types.h"
#include "Z…
-
Dear Team,
when i was change the host setting and logs parsing setting in filebeat and restart docker container all setting will be revert to base.
please help how can we edit the filebeat sett…
-
When I iterate over the values returned by `global_ids()` and call `to_json()` on the value, I find that the value with key `zeek_init` triggers the below situation (oddly only when running in cluster…
-
Here's what the `/extracted-files/` screen looks like now:
![image](https://github.com/idaholab/Malcolm/assets/13872653/f472051f-fa44-4b0b-a981-bfa9fb2b2e35)
We could improve this I think in a f…
-
May I get help with this Error?
[-] Installing Zeek IDS... SUCCESS
[!] Enabling Zeek on startup.
[!] Enabling Zeek on startup process completed.
[!] Starting Zeek.
checking configurations ...…
-
Hi,
I'm trying to update our pipeline to the latest version (28) and I'm getting a
`Failed to execute action {:action=>LogStash::PipelineAction::Create/pipeline_id:logstash-7.16.2-logs-staging-cs…
-
Before opening a new issue, please make sure you've reviewed the troubleshooting guide:
https://github.com/brimsec/brim/wiki/Troubleshooting
**Describe the bug**
Loading a *.pcap file yielded thi…
-
## Summary
In 8.12.0, Fleet [introduced new extension points](https://github.com/elastic/kibana/pull/170270) for ingest pipeline customization in the form of additional `pipeline` processors in Fle…
-
## What are the steps to reproduce this issue?
1. install corelight kit
2. install zeek kit
3. uninstall corelight kit
## What happens?
Chunks of the zeek kit are uninstalled
## What wer…