Questions tagged [solarwindslem]

SolarWinds Log & Event Manager - SIEM made Simple & Affordable Automated Log Collection, Analysis, & Real-Time Event Correlation.

SolarWinds Log & Event Manager - SIEM made Simple & Affordable Automated Log Collection, Analysis, & Real-Time Event Correlation.

  • Collects, normalizes, & analyzes log data & performs real-time, in-memory event correlation
  • Delivers immediate, actionable intelligence for security, compliance, & operational issues
  • Includes built-in Active Responses for automated threat remediation, & incident response
  • Provides advanced search & data visualization for fast forensic analysis, & anomaly detection
  • Streamlines compliance reporting with predefined templates for PCI, HIPAA, SOX, & more

Reference: http://www.solarwinds.com/log-event-manager.aspx

11 questions
1
vote
1 answer

Windows login script to add line in configuration file

I am new to this website, and fairly inexperienced with scripting, so be easy on me. For this particular issue, my environment consists of roughly 1,000 Windows 7 PCs. Every PC has a Solarwinds Log and Event Manager agent running in the background…
0
votes
0 answers

How to fetch data from SolarWinds Access Right Manager product?

Currently, I am working on the SolarWinds ARM Product. I am supposed to fetch the data from the ARM and perform some functions on that data. In order to get that data, I tried to find the API Documentation, SDK of the SolarWinds ARM Product, but…
0
votes
0 answers

F5 integration with solarwinds

Heading How to integrate F5 with solarwinds can someone help me with steps and what parameters can be monitored through solarwinds of F5 device.
deepak rawat
  • 270
  • 1
  • 2
  • 9
0
votes
1 answer

SolarWinds N-central 5000 Query failed using zeep

I am trying to add Customer using zeep in Python3 in N-central Solarwind and getting error 5000 Query failed. def addcustomer(request): client =…
Ankit Arora
  • 87
  • 10
0
votes
1 answer

Python - TypeError querying Solarwinds N-Central via Zeep SOAP

I am using zeep for the first time in Python3, to access XML data from N-central Solarwind and trying to get customer information but I am stuck on Settings parameter I am getting TypeError got an unexpected keyword argument 'Key' I have tried…
Ankit Arora
  • 87
  • 10
0
votes
2 answers

Forward firewall logs from kiwi syslog server to elasticsearch?

I have setup the Kiwi Syslog Server where I'm collecting the Sonicwalls Firewall traffic logs, but I want to access that logs through any API or want to send on elasticsearch. Is there any way to setup the logstash and elasticsearch to collect…
0
votes
1 answer

Can i Monitor iptables on Monitoring system

I have a Centos server and I install iptables on this for firewall. I want to connect iptables to monitoring system Like (Prtg,Solarwinds,Opmanger) Is this possible?
0
votes
0 answers

web scrape through an input form

I'm a beginner to web scraping and although I can do it to an average webpage, I've tried in both node.js and python to scrape Solarwinds but it only returns the login page despite giving the correct login credentials. import mechanize from bs4…
0
votes
1 answer

Solarwinds SWQL to Query Data for Routers and Switches

Does anybody know where to find Sample Solarwinds SWQLs to get Health Data for Routers and Switches? If anybody can post any samples, would be of great help.
0
votes
1 answer

Filter page hits from a monitoring program

I am running a SolarWinds synthetic transaction against my existing web site which is connected to GA. The synthetic transaction looks like a hit from vanilla IE (based on the agent string). Because of that, I am unable to filter it from the logs.…
-2
votes
1 answer

SQL Query For using multiple inner join

SELECT N.NodeID AS NodeID, Interfaces.InterfaceID AS InterfaceID, N.StatusLED AS Status_Icon, N.Caption AS NodeName, Interfaces.StatusLED AS Status_Icon_1, Interfaces.Caption AS Interface_Caption, MAX(E.EventTime) AS DownTime, …