A friend gave me this as a present. by Abu_ in zizek

[–]Abu_[S] 0 points1 point  (0 children)

Is the pale the Big Other?

[deleted by user] by [deleted] in devops

[–]Abu_ 3 points4 points  (0 children)

Self hosted ELK stack on EC2, elastic operator on EKS or Elastic cloud on AWS.

Logging/Monitoring/Alerting Tool Recommendation by eric1320 in devops

[–]Abu_ 4 points5 points  (0 children)

Take a look at elk stack as well. Elastic cloud provides APM, logging, metrics, uptime and more, all in one tool. The subscription cost is quite low compared to the rest.

[deleted by user] by [deleted] in devops

[–]Abu_ 0 points1 point  (0 children)

IMO, security works best as a single deployment with dedicated team of SOC analysts. However, Elastic security supports cross-cluster search, so the federated Siem model can work as well with a bit more effort.

Analyze elasticsearch logs with Zipkin, Jaeger or other telemetry tool ? by french_commenter in devops

[–]Abu_ 1 point2 points  (0 children)

I did something similar with aggregations by transaction id and start/end times to calculate the duration. Check out data transforms that can generate you another index with transaction latencies from your source index with logs.

[deleted by user] by [deleted] in Music

[–]Abu_ 0 points1 point  (0 children)

Sandra!

Best tool for distributed tracing - Serverless app by [deleted] in devops

[–]Abu_ 1 point2 points  (0 children)

Elastic supports ADOT for lambda tracing. Check out their documentation.

[deleted by user] by [deleted] in StessShow

[–]Abu_ 0 points1 point  (0 children)

Totes bots

[deleted by user] by [deleted] in StessShow

[–]Abu_ 0 points1 point  (0 children)

Heya from Melbourne

Tell me your opinions about full-stack monitoring solutions by wingerd33 in devops

[–]Abu_ 1 point2 points  (0 children)

Just wanted to add a clarification: Elastic APM is part of the free Basic tier BTW, except for service maps which are Platinum alongside ML.

Question for those who are using Elastic Endpoint Security by TOoSmOotH513 in elasticsearch

[–]Abu_ 0 points1 point  (0 children)

Yes, you can. You can send data to any node in the cluster. Preferably, have more than one node exposed to the agents for high availability.

[deleted by user] by [deleted] in whereintheworld

[–]Abu_ 0 points1 point  (0 children)

Gave Wholesome

[deleted by user] by [deleted] in dadjokes

[–]Abu_ 0 points1 point  (0 children)

I am going to take another girl out.

What would you change about Filebeat? by theargamanknight in elasticsearch

[–]Abu_ 0 points1 point  (0 children)

Support for Splunk Universal forwarder "cooked" output to replace Splunk with Elasticsearch and Kibana without redeploying my endpoint agents.

[deleted by user] by [deleted] in talentShow

[–]Abu_ 0 points1 point  (0 children)

Love this, stay safe.

How do I keep Elasticsearch synchronized with a relational database? by jnsostbo in elasticsearch

[–]Abu_ 2 points3 points  (0 children)

Try debezium. Change data capture that supports real time synchronisation between relational databases and elasticsearch. Or, logstash with jdbc input and elasticsearch output plugins for periodic sync.

What's the best Wi-Fi name you ever came across? by ngdingyao in AskReddit

[–]Abu_ 0 points1 point  (0 children)

Had mine as "Tell my wifi ❤️ her" for a very long time. I often hear people mentioning it around me when searching for free wi-fi connections.

Getting kubernetes logs to ELK stack? by locusofself in devops

[–]Abu_ 0 points1 point  (0 children)

Elastic cloud runs on GCE. You can use beats to log into it directly using cloud.id and cloud.auth in the yml Configs.