Hello All,
Is there a way to push logs/metrics directly into Elastic without FB and LS?
Imagine a process where I have a metric called "Price" for a NASDAQ security. I want to push the {"ticker": "MSFT", "price", 250.62} directly into the system without a disk write, Filebeat, and logstash.
Can I set up a socket connection directly into the database? Can I establish a Websocket connection? A HTTP/RESTful endpoint to directly insert records?
Thanks,
Keith :^)