Log-analysis is the process of parsing log file, created from any logging service or application.
Questions tagged [log-analysis]
126 questions
0
votes
1 answer
Is there any way to determine visitor statistics from Rails 3 log files?
Recently a Rails 3 app we built and host had some issues with the Google Analytics tracker installed. This resulted in vastly diminished statistics being tracked during the last month. We have our production logs from the app and I'm wondering if…

Zachary Abresch
- 756
- 3
- 8
- 20
0
votes
2 answers
User and session identification from web server search logs
Here i have a web server search log(transaction Logs) which contains the details such as client's ip address web page he/she has requested date and time stamp, status code and many other fields. So by using this web search log file how can i perform…
user1233664
-1
votes
1 answer
Recommendations for log analysis tools for ejabberd logs
I'm looking at a massive set of ejabberd logs, and I'm trying to pry out some useful information from them. Are there any existing tools that can help me get some of the work done, or am I left to roll my own?

blueberryfields
- 45,910
- 28
- 89
- 168
-1
votes
2 answers
Free device logs for analysis
I am setting up HOME SIEM lab using SPLUNK. I am looking for sources which can provide different logs for various devices but not limited for below ones.
Windows Logs
IIS Logs
IDS/IPS Logs
Based on the logs i am planning to build search queries…

user3196630
- 1
- 3
-1
votes
1 answer
Pyspark iphython notebook error
This is a simple log Analysis with pyspark Program available on Databricks spark tutorials:
import sys
import os
from test_helper import Test
baseDir = os.path.join('data')
inputPath = os.path.join('cs100', 'lab2',…

Ojas Kale
- 2,067
- 2
- 24
- 39
-3
votes
1 answer
To summarize total of string that appears in output in python
For instance, I want to show that how many times is Dest port number 53 is appeared, and there are 2000 datas in the log file, so I need to show each Dest port sum. This is my code :
def main():
f = openfile("/Users/rin/Desktop/new…

warezers
- 174
- 10