I'm trying to extend the functionality of Elastic Agent and I have the following questions:
-
If I create an Integration and upload this package to Kibana, is this a feature available only in the commercial version, or is it free? I see the following prompt .
-
I have a program that I want to run as a subprocess of the Elastic Agent and upload the data it generates to Kafka. How should I go about this? Should I create a Component and an Integration? In my development environment, I tried placing my program in the Components directory and wrote a spec.yaml file. Then I configured an input in the elastic-agent.yaml. When I started the Elastic Agent, I found that it launched my program. What should I do in a production environment?