Questions tagged [log-analysis]

Log-analysis is the process of parsing log file, created from any logging service or application.

126 questions
0
votes
1 answer

@Azure/M365 Legends - How to query ACTIVE Azure AD Guest Users that has EMPLOYEE TYPE as "Something" using KQL in Azure Log Analytics? Thanks all

@Log Analytics (Azure Monitoring) @Azure/M365 Legends - How to query ACTIVE Azure AD Guest Users that has EMPLOYEE TYPE as "Something" using KQL in Azure Log Analytics? Thanks all. I tried using the below but it doesn't bring up the accurate…
0
votes
1 answer

web analytics software which can analyze existing log archives too

I am looking for a web analytic solution which can also help me to analyze my existing log files. we are moving from sawmill to other solutions.. explored Google Urchin and it has some limitations on analyzing custom existing logs. Currently…
user747858
0
votes
0 answers

convert log format w3c to NCSA for goaccess

I tried to analyze a file /usr/local/cpanel/logs/access_log using goaccess but goaccess could not parse the log format of that file. Is there any way to convert log format in that file to a format goaccess can analyze? The file access_log has…
0
votes
0 answers

Send Mail when string in logfile is found (only once per entry)

i try to analyze which customers come over google ads on an product in my webshop. I think there is a competitor which clicks on these ad to reduce my daily budget. I have a little script which sends me an e-mail when the string is founded in the…
nils50122
  • 63
  • 5
0
votes
1 answer

How to import Linux logs into ELK stack for log analysis?

I'm building a log analysis environment with the purpose of analyzing linux logs such as: /var/log/auth.log, /var/log/cron, /var/log/syslog, etc. The goal is to be able to upload such a log file and analyze it properly with Kibana/Elasticsearch. To…
Humbur
  • 1
  • 2
0
votes
1 answer

Azure log analytics, memory result not showing

I wanted to get the performance report of my azure VMs using log analytics. I found a blog here which shows what I wanted. The problem is when I run the code in my log analytics, it gives all the details except FreeMemoryGB and TotalMemoryGB as…
0
votes
1 answer

Dynamic parsing of logs in Azure using KQL

I have a couple of Custom Logs in Log-Analytics. I want to parse columns of one log using columns from another log. Using join I can get to the stage where all the data is in a single table. Like: Label Data First First=abc , Second=def ,…
0
votes
1 answer

Parsing and Formatting log file into Structured format in Python

I have a log file which has 1000+ line in the below format
0
votes
1 answer

Logstash Reading all ELB logs from s3 not just current

Logstash is reading all ELB logs files stored on the s3 bucket but I want it read-only current logs not all.
0
votes
0 answers

R ggplot linear regression model containing log function

R ggplot linear regression model containing log function - is this valid, are we allowed to perform linear regression on model whereby both dependent and independent variable contains log terms. Example: mdl1 <- lm(log(abs(y)) ~ log(abs(x1)) +…
learning
  • 47
  • 6
0
votes
1 answer

Local Log Analyzer Tool

At work we have Splunk in Production. That is a powerful tool that generates timecharts, statistics, tables, groupings from logs in real time. However sometimes I have to analyse logs that are not indexed in splunk, hence I spend a lot of time using…
javando
  • 139
  • 1
  • 1
  • 12
0
votes
1 answer

Is there way to analyze App Engine HTTP logs?

I mean getting comprehensive stats like AWSStats provides at other hosters, showing traffic stats by bots, etc. which Google Analytics does not provide (because not all bots execute Javascript)
Tom
  • 7,515
  • 7
  • 38
  • 54
0
votes
0 answers

My database logs doesn't show a specific executed command

I have a table in my database that I know a record deleted here definitely. (because of evidence of users and some of my application audit log) I have tried to get information from logs via "SQL Log Analyzer" but it doesn't show that specific record…
Mohammad
  • 1,197
  • 2
  • 13
  • 30
0
votes
1 answer

detect unused files/folders in a server via apache log

I inherited a server on which a large number of applications and files are installed. Many of these are no longer in use, but I have no documentation of what is in production and what is not. I should try to clean up and remove unused files and…
Zauker
  • 2,344
  • 3
  • 27
  • 36
0
votes
1 answer

Deepracer log_analysis tool - sagemaker role errors

I'm trying to run the Deepracer log analysis tool from https://github.com/aws-samples/aws-deepracer-workshops/blob/master/log-analysis/DeepRacer%20Log%20Analysis.ipynb on my local laptop. However I get below error while trying to run step [5]…
Bernie Lenz
  • 1,967
  • 23
  • 45
1 2 3
8 9