TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Amazon CloudWatch Logs Insights

94 pointsby jbergknoffover 6 years ago

10 comments

pcxover 6 years ago
CloudWatch has the worst UX of any log management tool I&#x27;ve used. We are using Logentries currently, and it is so easy and intuitive.<p>I just don&#x27;t get how AWS developers are able to accept the eyesore that is their UX. It&#x27;s easy to miss things in any AWS service&#x27;s UI. I keep discovering functionality even after years of use. Google Cloud UX is light years ahead. Also, Google&#x27;s Stackdriver seems great, haven&#x27;t used it yet though. Would be great if any Stackdriver users here share how it is better than CloudWatch or other log management tools.
评论 #18550770 未加载
评论 #18552116 未加载
nlhover 6 years ago
Interesting -- they&#x27;re going after the various log management companies (Scalyr, DataDog, Splunk, Sumo Logic, etc.).<p>Figured this was bound to come eventually since it&#x27;s a very very big market and their basic CloudWatch product was lacking in many ways. It&#x27;s not like Amazon to let an ecosystem eat their lunch.<p>Few things stand out:<p>(1) Per-query pricing seems...odd? Likely a good deal for small folks with a low volume of logs (i.e. just need to check actual AWS infrastructure logs vs. application logs), but if you have any actual volume this gets absurdly expensive ($0.005&#x2F;GB scanned = $5 per query if you need to scan a terabyte. Large enterprises ingest multiple terabytes per day.)<p>(2) The quote &quot;I pick the first one, click Run query, the logs are scanned and the results are visible within seconds&quot; doesn&#x27;t sound terribly promising performance-wise. &quot;Seconds&quot; is an eternity in the log management world.<p>Still, super interesting!
评论 #18549364 未加载
评论 #18549152 未加载
评论 #18549590 未加载
评论 #18550379 未加载
code4teeover 6 years ago
It’s version 1.0 but this starts to make Splunk and similar utilities look less and less important or differentiating in the future of cloud.<p>AWS understands most people using tools like Splunk probably only need a few simple features so AWS just goes and builds that and gives a lot of people excuses to dump expensive licenses for the AWS version of it. It’s a sneaky but highly successful business model.
allengeorgeover 6 years ago
We’ve had a poor experience with Cloudwatch for logs. The UX is poor and queries over large data sets take forever. So much so that I’m sure we’re ‘using it wrong’. What have others’ experiences been like?
评论 #18550956 未加载
j4mieover 6 years ago
This looks great, and the query syntax is fairly easy to pick up (just from the &quot;tips&quot; in the UI - I haven&#x27;t been able to find the documentation yet). The idea of connecting the parts of the query with pipe characters reminds me of <a href="https:&#x2F;&#x2F;stedolan.github.io&#x2F;jq&#x2F;" rel="nofollow">https:&#x2F;&#x2F;stedolan.github.io&#x2F;jq&#x2F;</a><p>The feature where you can add the queries to a Cloudwatch dashboard seems to be a bit broken at the moment. First, the version of the query that I copied to a dashboard didn&#x27;t seem to respect the time limit I&#x27;d set so instead of looking at the last hour, it was looking at all time - could get accidentally very expensive! Also, I couldn&#x27;t see a way to show the visualisation (ie the stats graph) on the dashboard - just the raw table of query results, which is not ideal. Hopefully I&#x27;ve missed something, or those niggles will be sorted out soon.<p>Overall, very impressive!
fomojolaover 6 years ago
Any idea what the query engine&#x2F;translation layer they are using is? I&#x27;m assuming there is something like Presto underneath it, but quite curious.
评论 #18549679 未加载
评论 #18549298 未加载
throwaway829over 6 years ago
Here&#x27;s the user guide for Amazon CloudWatch Logs Insights: <a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AmazonCloudWatch&#x2F;latest&#x2F;logs&#x2F;AnalyzingLogData.html" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AmazonCloudWatch&#x2F;latest&#x2F;logs&#x2F;Ana...</a>
nprateemover 6 years ago
Have they got an ML tool yet to allow me to configure alerts for things that aren&#x27;t &quot;normal&quot;? Logs are all well and good but I generally just care about things that are abnormal for my stack.
borlumover 6 years ago
Looks like Humio. I wonder if they can match speed and flexibility of Humio.
baseballManover 6 years ago
Reminds me of log analytics in Azure!