From a meetup we did in NY
seen from China

seen from Türkiye

seen from Australia
seen from Australia
seen from Russia
seen from Romania

seen from Türkiye
seen from China
seen from China
seen from China
seen from Malaysia
seen from Algeria
seen from Romania
seen from Türkiye

seen from Tunisia
seen from United States
seen from China

seen from Türkiye

seen from United States

seen from Australia
From a meetup we did in NY
Sumo Logic IRC on freenode
Just a friendly reminder, check out the #sumologic channel on freenode (IRC). It's frequented by Sumo Logic staff and users. It's a great place to bounce around ideas and interact with the community. Sumo Logic IRC channel
Using jQuery to Search Sumo Logic (API)
// <![CDATA[ $.SyntaxHighlighter.init(); // ]]>
Getting your data out of Sumo Logic is easy. You can export raw results from the UI, but you can also leverage the REST API to query your data. Here's a quick snippet of code to use jQuery/AJAX to search Sumo
$.ajax ({ type: "GET", url: $sumoURL, dataType: "json", beforeSend: function(xhr) { xhr.setRequestHeader("Authorization", "Basic " + btoa($sumoAccessID+":"+$sumoAccessKey));}, async: false, success : function(JSONdata) { response = JSONdata; } }
A few notes, the $sumoURL variable is the URL encoded API search. Here is an example:
https://api.sumologic.com/api/v1/logs/search?q=error&from=2012-04-04T13:01:02&to=2012-04-04T15:01:02
For details on valid parameters and formatting, check out the documentation on GitHub
The $sumoAccessID and $sumoAccessKey variables refer to the API keys that you can set up in the Sumo Logic UI.
And that's about it. The results come back in JSON, so do some crafty parsing and do awesome stuff with it.
Be sure to protect your API keys, putting them in an HTML or JS file on a public server is a BAD idea - this is all client side, so prying eyes could get your credentials.
Eventually, I'd like to put together a form where you can enter the authentication info and a search and have it return a JSON document - thinking that this could be integrated as a header for a web application that uses the Sumo Logic data. However, my free time is a bit limited these days, too busy keeping up with the 4PB of data we're processing daily!
#Splunk losing massive market share to #SumoLogic | http://m.barrons.com/articles/BL-TB-43781 http://click-to-read-mo.re/p/7dsn/53413f12
love it - in house marketing production FTW
Anomaly detection algorithms use machine learning, statistical analysis, and human insight to classify and solve problems hidden within terabytes of data. The challenge: to react and respond to critical events in real time.
Sumo Logic: Is the Internet of things a problem or an opportunity?
ANSWER: OPPORTUNITY
My prediction for overused buzz phrase/acronym for 2014 is "Internet of Things" and IoT. Tired of hearing about "big data," NoSQL, web scale and your non-technical staff asking if "we're Hadooping" yet? Don't fear, the nonsensical questions about the Internet of Things and a push to replace office refrigerators, microwaves and staplers with newer, network connected models is looming.