Simple UI / Client

Hi All,

I am using plugins like FileSystem, SubversionRiver, rssriver, Wiki / web
crawler (not done yet) - for this kind of data - which UI / client will be
simple to implement and best that you know of ...

any suggestion... I just want something like a google home page (type a
text, search all these indexes and return results")

Currently using elasticsearch-head

Thanks,
Muthu

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Muthu,

If your objective is to search through the log events you have captured and
if each event has a timestamp associated with it, then the UI that I would
recommend is Kibana.

You can checkout Kibana here

http://three.kibana.org/

http://three.kibana.org/about.html

http://three.kibana.org/intro.html

You may also want to familiarize yourself with the Lucene Query Syntax. It
could come in handy.

Author and Instructor for the Upcoming Book and Lecture Series
Massive Log Data Aggregation, Processing, Searching and Visualization with
Open Source Software

http://massivelogdata.com

On Wed, Sep 4, 2013 at 4:12 PM, Muthuveerappan Periyakaruppan <
muthu.veerappan@gmail.com> wrote:

Hi All,

I am using plugins like FileSystem, SubversionRiver, rssriver, Wiki / web
crawler (not done yet) - for this kind of data - which UI / client will be
simple to implement and best that you know of ...

any suggestion... I just want something like a google home page (type a
text, search all these indexes and return results")

Currently using elasticsearch-head

Thanks,
Muthu

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Have a look at scrutmydocs.org project.
This is somehow what we are building there.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 4 sept. 2013 à 22:12, Muthuveerappan Periyakaruppan muthu.veerappan@gmail.com a écrit :

Hi All,

I am using plugins like FileSystem, SubversionRiver, rssriver, Wiki / web crawler (not done yet) - for this kind of data - which UI / client will be simple to implement and best that you know of ...

any suggestion... I just want something like a google home page (type a text, search all these indexes and return results")

Currently using elasticsearch-head

Thanks,
Muthu

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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

You can try https://github.com/okfn/facetview to see if a simple JS UI
meets your requirement.

Demo http://okfnlabs.org/facetview/

Github https://github.com/okfn/facetview

Jörg

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Take a look at Calaca, it's a simple search UI for Elasticsearch and it's got pretty much what you're asking for, just a simple search field, and will list out the results for you, with minimum configs required. On github - https://github.com/romansanchez/Calaca