Re: Elastic Search

2014-07-02 Thread Jamie A

>
> Thanks Mark,
>

 Yeah sorry I realized after the post that I should have done pastebin but 
I couldnt edit my post. Yes I am using the logstash dashboard. I changed 
the number of pages to a max record size of 10,000 results. I also realized 
that my query in kibana was only selecting the last days worth of records. 
So in the end I'm a dumbass. Works now after I change the date for the 
query.

:)

Jamie

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/427b5e09-40d5-4183-b3c6-a6a63514768a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Elastic Search

2014-06-30 Thread Jamie A
And here are my settings


{
  "logstash-2014.06.25" : {
"settings" : {
  "index" : {
"uuid" : "7Ef7H3lPTjeoxN4hEw9rCQ",
"number_of_replicas" : "1",
"number_of_shards" : "5",
"refresh_interval" : "5s",
"version" : {
  "created" : "1020199"
}
  }
}
  },
  "logstash-2014.06.27" : {
"settings" : {
  "index" : {
"uuid" : "nZN5YTGgTqy-Y0CDsTTXlg",
"number_of_replicas" : "1",
"number_of_shards" : "5",
"refresh_interval" : "5s",
"version" : {
  "created" : "1020199"
}
  }
}
  },
  "kibana-int" : {
"settings" : {
  "index" : {
"number_of_replicas" : "1",
"number_of_shards" : "5",
"uuid" : "cnwgCOisSAilYMYHstoMkQ",
"version" : {
  "created" : "1020199"
}
  }
}
  },
  "logstash-2014.06.29" : {
"settings" : {
  "index" : {
"uuid" : "ROniHwjgRxGAKzcUPPiOyw",
"number_of_replicas" : "1",
"number_of_shards" : "5",
"refresh_interval" : "5s",
"version" : {
  "created" : "1020199"
}
  }
}
  },
  "logstash-2014.06.26" : {
"settings" : {
  "index" : {
"uuid" : "4N4SdU2QRbal8teLjEdZ3Q",
"number_of_replicas" : "1",
"number_of_shards" : "5",
"refresh_interval" : "5s",
"version" : {
  "created" : "1020199"
}
  }
}
  },
  "logstash-2014.06.28" : {
"settings" : {
  "index" : {
"uuid" : "IDOGt7IjTcWwXo6eRVCCwQ",
"number_of_replicas" : "1",
"number_of_shards" : "5",
"refresh_interval" : "5s",
"version" : {
  "created" : "1020199"
}
  }
}
  },
  "logstash-2014.06.24" : {
"settings" : {
  "index" : {
"uuid" : "p_FsKi7qQhKjYBpGUAhw3Q",
"number_of_replicas" : "1",
"number_of_shards" : "5",
"refresh_interval" : "5s",
"version" : {
  "created" : "1020199"
}
  }
}
  },
  "logstash-2014.06.30" : {
"settings" : {
  "index" : {
"uuid" : "-617SOMrRhaBYVX2I8h-qA",
"number_of_replicas" : "1",
"number_of_shards" : "5",
"refresh_interval" : "5s",
"version" : {
  "created" : "1020199"
}
  }
}
  },
  "logstash-2014.06.23" : {
"settings" : {
  "index" : {
"uuid" : "FYE44fGpRQyJM7LNNIVXGw",
"number_of_replicas" : "1",
"number_of_shards" : "5",
"refresh_interval" : "5s",
"version" : {
  "created" : "1020199"
}
  }
}
  }
}

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/fb49ec96-2b9d-426b-8b20-97311ab89cb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.