AWS Route53 - Getting simple metrics such as “number of requests in the last 24hrs”How to account AWS...
What causes the sudden spool-up sound from an F-16 when enabling afterburner?
A poker game description that does not feel gimmicky
Does it makes sense to buy a new cycle to learn riding?
Does the average primeness of natural numbers tend to zero?
Doomsday-clock for my fantasy planet
Why do we use polarized capacitors?
What is the command to reset a PC without deleting any files
What is GPS' 19 year rollover and does it present a cybersecurity issue?
Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?
What happens when a metallic dragon and a chromatic dragon mate?
Could a US political party gain complete control over the government by removing checks & balances?
Is every set a filtered colimit of finite sets?
What is the offset in a seaplane's hull?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Is there any use for defining additional entity types in a SOQL FROM clause?
What do the Banks children have against barley water?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
How do I create uniquely male characters?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
Are white and non-white police officers equally likely to kill black suspects?
Calculate Levenshtein distance between two strings in Python
New order #4: World
Re-submission of rejected manuscript without informing co-authors
AWS Route53 - Getting simple metrics such as “number of requests in the last 24hrs”
How to account AWS cloudfront metrics if the logs are not reliiable for this?AWS Route53 Subdomain Does Not Work All The TimeGetting different number of AWS instances depending on how I countGetting the private ip address of a recently terminated ec2 instance in awsWhat happen to the REST requests inside the AWS cloud?AWS Route53 not routing the web traffic to failover serverHow to list pending route53 requests via AWS CLI?Why does the AWS console show such a high CPU usage for my Elastic Beanstalk instance?Want to see all the changes happned to aws environment during last one monthAWS Route53 & Lambda: Redirecting Naked HTTP requests to HTTPS WWW for a serverless application
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
My goal is to get a simple "# of requests per day" value against a Route 53 hosted zone.
I see no straightforward way to do this.
I have created the query logging as explained here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html
However this is extensive logging and it's split per global edge server. All I want is "domain example.com was queried 40,000 times in the last 24 hours" and similar metrics.
Is this possible? The logging seems overkill and I'll have to do quite a bit of parsing through all the subdirs to get that type of sum.
amazon-web-services amazon-route53 amazon-cloudwatch
add a comment |
My goal is to get a simple "# of requests per day" value against a Route 53 hosted zone.
I see no straightforward way to do this.
I have created the query logging as explained here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html
However this is extensive logging and it's split per global edge server. All I want is "domain example.com was queried 40,000 times in the last 24 hours" and similar metrics.
Is this possible? The logging seems overkill and I'll have to do quite a bit of parsing through all the subdirs to get that type of sum.
amazon-web-services amazon-route53 amazon-cloudwatch
add a comment |
My goal is to get a simple "# of requests per day" value against a Route 53 hosted zone.
I see no straightforward way to do this.
I have created the query logging as explained here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html
However this is extensive logging and it's split per global edge server. All I want is "domain example.com was queried 40,000 times in the last 24 hours" and similar metrics.
Is this possible? The logging seems overkill and I'll have to do quite a bit of parsing through all the subdirs to get that type of sum.
amazon-web-services amazon-route53 amazon-cloudwatch
My goal is to get a simple "# of requests per day" value against a Route 53 hosted zone.
I see no straightforward way to do this.
I have created the query logging as explained here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html
However this is extensive logging and it's split per global edge server. All I want is "domain example.com was queried 40,000 times in the last 24 hours" and similar metrics.
Is this possible? The logging seems overkill and I'll have to do quite a bit of parsing through all the subdirs to get that type of sum.
amazon-web-services amazon-route53 amazon-cloudwatch
amazon-web-services amazon-route53 amazon-cloudwatch
asked 4 mins ago
emmdeeemmdee
3931833
3931833
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f962141%2faws-route53-getting-simple-metrics-such-as-number-of-requests-in-the-last-24h%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f962141%2faws-route53-getting-simple-metrics-such-as-number-of-requests-in-the-last-24h%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown