Log report software for ELK stack - elasticsearch

I have a node ELK (elasticsearch-logstash-kibana), and i need save report and statistics of logs, there is software that does this?
I have found other dashboard for elasticsearch but are all similar to kibana and not save report (packetbeat, elasticsearch-monitoring etc...)

According to this github thread you can save the results of a chart into CSV.
From there, it's easy to use MS Excel or some other tool to create a report.
I think is as far as you can go with free tools.
p.s.: this seems to be another option but it looks like it only dumps the result, not produce reports like you want.

Related

KSC Reports via Email/System output

I have a KSC report that i run once a month that gives me the previous months usages on specific firewall interfaces i am interested in.
Is there any way to get this report via email in a PDF for example? Or Alternatively get the output via a script onto the file system?
Thanks
Joe.
Not at the moment.
There is some work ongoing to make KSC reports available via Grafana, which has a "snapshot" feature that might meet your requirement.

I need a tool to analyze log Hadoop

I have log files from Hadoop
I want to analyze these large files to generate as a report, So I am looking for a convenient tool for the analysis of these files. Please introduce tools for the analysis of these files.
You may want to try LogStash or better to say ELK Stack.
For your help i am mentioning few googled links/blogs by other people that may hep you:
Link1, Link2 ,Link3

SpagoBI _ Exporting Documents

Does anyone know how to export a document\set of documents (cockpits, reports, charts, etc) from one server instance to another?
I haven't found any info on this subject and really would like to know, as it's important for future development and upgrading. We want\need to have two separated environments, one for dev and another for use by end-client.
Thank you in advance :)
See my write-up of Exporting SpagoBI Report Documents from one server and importing them into another SpagoBI Server. That will will give you a largely manual process, but it is repeatable.
Exporting and Importing of SpagoBI Documents
If you're interested in exporting one report document, possibly versioning it as an artifact, and then deploying it to one or more SpagoBI servers in an automated fashion, see my working SpagoBI Export deployer project in Github dbh / SpagoBIInteg and my blog post SpagoBI report deployment via SDK
Here is a former discussion thread on the Spago World forum which which went without comment.
If you find any of this useful, please let me know. I'm happy to collaborate.

VSTS Load test reports

We've setup some different load tests and need to generate/send the result pr. e-mail, a link, pdf or similar. The output and metrics are saved to a database (resultstore), but I haven't been able to find too much information on how to generate a report without having visual studio. One thing that comes into mind, is creating a custom report in reporting service (any one know of existing reports I could use?).
Any thoughts?
Thanks
Ended up with creating a report myself using reporting services. If I can make generic enough, I'll post it here.

Cruise Control .NET time build spends in failed state

My team has a goal to minimize the amount of time that our build is broken.
We use CruiseControl.NET for continuous integration. What I'd like to find out is how best to approach answering the following question:
"In the last {timespan}, how much time has {project-name} spent in a broken status?"
For example:
"Over the last 1 month, how much time has our project spent in a broken status?"
Are there any advanced features of CruiseControl.NET that would facilitate making this information available in some type of a report or somewhere in the dashboard?
Alternatively, how would you approach parsing the xml artifact files to glean this info?
you can use the statistics publisher,
http://www.cruisecontrolnet.org/projects/ccnet/wiki/Statistics_Publisher
and you can display them via project statistics plugin
I see at least two ways to approach this:
You write an external tool which parses CC.NET's XML log files for a project (stored in buildlogs subdirectory by default), calculates statistics and writes a HTML report. This is probably easier to do, but it won't be directly integrated with CC.NET.
You write a CC.NET plug-in to do this. You'll need to do a bit of investigating in this case. My guess the starting point would be to look at the source code of some existing plug-in.
Here are some links about CCNET plugins:
http://www.cruisecontrolnet.org/projects/ccnet/wiki/DevInfo_MakingPlugins
BrekiLabeller - my own plug-in, useful if you want to see how a plug-in can be implemented.
Having had a very quick look at the CC docs, I imagine if you were writing your own Cruise control dashboard, you could consume the RSS feed of build results, parse in all the date times and success/failure states up to your threshold, then sum up the totals.
As for displaying it in a dashboard, I think Cruise Control has a plugin architecture which might help http://cruisecontrol.sourceforge.net/main/plugins.html
So my eventual solution wasn't ideal, but it was easy to do and it works:
I had CC.NET send build emails to an email address (we'll call it build_emails#build_statistics.com). Then I use a ruby script to get the emails via imap and process them to determine our build failure time.
I didn't go the route of directly parsing the xml because I would have had to parse every xml file in the timeframe to build up a timeline and then go over the timeline to make my calculations. It just seemed too complicated to get a simple statistic like this.
I like cc.net, but in this case TeamCity just does this for you. It has lots of other great statistics too. It's free for less than 20 projects.

Resources