From a meetup we did in NY

#dc comics#dc#batman#tim drake#dick grayson#dc fanart#bruce wayne#batfamily#batfam


seen from China
seen from India
seen from South Korea
seen from China

seen from Brazil
seen from Israel
seen from United States
seen from United States

seen from Malaysia
seen from Germany

seen from Brazil
seen from China
seen from Malaysia

seen from India

seen from United Kingdom

seen from Lithuania

seen from Malaysia
seen from India

seen from Singapore
seen from Brazil
From a meetup we did in NY

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
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

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
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.