Advertisement
alacercogitatus

Search Results

Jun 2nd, 2014
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. var mySearch = splunkjs.mvc.Components.getInstance("search_id");
  2. var mySearch = mySearch.data("results");
  3. myResults.on("data", function() {
  4. _.each(myResults.data().rows, function(column, rowCount) {
  5. username = String(column[0]);
  6. role = String(column[0]);
  7. //DO AS YOU WISH TO CREATE ARRAYS OR MAPS
  8. });
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement