Denis
Denis
When you change the source code of a component or a store on the server it should trigger a reload of the components that depend on the change in a...
[Slides](http://slides.com/ai/pcss-iso-short) by Post-CSS author [Repo](https://github.com/outpunk/postcss-modules) We need to find out if this flow is applicable to cat-components and how can we integrate it.
Now Catberry supports a config object while creating the app object. But it would be nice to have a good configuration system that supports: - strict rule where the configuration...
Need to create a library that supports testing components and stores in an easy way. Might be a declarative approach or some kind of API for creating components and stores...
**Describe the enhancement:** It's possible to register a [hook](https://github.com/elastic/elastic-agent-client/blob/3e014f7c0e838727f2596e3463f5110590e529cf/pkg/client/client_v2.go#L96-L100) in the control protocol V2 so when the agent requests diagnostics from Filebeat it could send some data useful for debugging...
The purpose of this test is to verify that the current version of the shipper client is able to successfully publish events to the shipper server. We could take the...
I tried to ingest 250 files (1000 lines each) on Mac 13.2.1 with the following configuration: First run: `log` input ```yaml filebeat.inputs: - type: log paths: - "{{ROOT}}/logs/file*.log" path.data: "{{ROOT}}/data-log"...
Morphing `` element should have a different algorithm because we have a set of immutable elements such as: ``, `` and ``. Changing these element's attributes or re-creating of these...
**Describe the enhancement:** Currently, we always add default processors like in Filebeat here: https://github.com/elastic/beats/blob/f4374dce89786b1feb7012b1dc984f2435c5a061/x-pack/filebeat/cmd/root.go#L40-L57 Auditbeat: https://github.com/elastic/beats/blob/f4374dce89786b1feb7012b1dc984f2435c5a061/x-pack/auditbeat/cmd/root.go#L67-L77 Packetbeat: https://github.com/elastic/beats/blob/f4374dce89786b1feb7012b1dc984f2435c5a061/x-pack/packetbeat/cmd/root.go#L67-L115 Some of the processors like these 3 ```json {"add_cloud_metadata": nil}, {"add_docker_metadata": nil},...
If a project has a config object in `package.json` that specified the components and stores directories CLI could use them when adding new components and stores to the project.