Lab 2.1: Added Nginx Integration/Agent but Kibana/Discover is empty

I just added Nginx Integration to my environment; the course doc was not clear so i added it with the command "./elastic-agent install --certificate-authorities=/home/elastic/ca/ca.crt" as a standalone agent and answered "No" at "Do you want to enroll this Agent into Fleet? [Y/n]:n".
Now if I go to Discover I don't see anything...

Did I make wong decision? how can I uninstall this agent and do the add integrazion again correcltly?

Thanks.
F.

Hi @fabio.iovine ,

please try running the following command to uninstall the agent: sudo /opt/Elastic/Agent/elastic-agent uninstall

If you cannot run this command please send an email to training@elastic.co and ask them to replace your environment.

Best,
Andre

it worked:
(elastic) elastic@ip-172-31-38-81:~$ sudo /opt/Elastic/Agent/elastic-agent uninstall
Elastic Agent will be uninstalled from your system at /opt/Elastic/Agent. Do you want to continue? [Y/n]:Y
Elastic Agent has been uninstalled.

no need to open a new ticket :wink:
Thanks.