Indexing content and permissions

Hi,

can elasticsearch index files and associated permissions? How does it work?
We are working on a fileserver which is connected to LDAP.

Regards,
Marco.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/de288189-32ed-4a5d-947a-281e848b1e52%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No. You have to manage that yourself.

That said about indexing files on hard drive you could have a look at:


About FSRiver, it could be a nice addition to support addition of security metadata (groupeid, userid). You could may be open an issue and/or submit a pull request.

HTH

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr

Le 3 décembre 2013 at 08:36:13, marco.grupe@googlemail.com (marco.grupe@googlemail.com) a écrit:

Hi,

can elasticsearch index files and associated permissions? How does it work?
We are working on a fileserver which is connected to LDAP.

Regards,
Marco.

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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/de288189-32ed-4a5d-947a-281e848b1e52%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/etPan.529d8b36.6b8b4567.bd3d%40MacBook-Air-de-David.local.
For more options, visit https://groups.google.com/groups/opt_out.

Thank you for your reply.
Can Elasticsearch index Confluence pages? I only found this solution on

but it isn't free.
In this case is it possible to write an elasticsearch river plugin?How much
effort does it take?

Am Dienstag, 3. Dezember 2013 08:41:42 UTC+1 schrieb David Pilato:

No. You have to manage that yourself.

That said about indexing files on hard drive you could have a look at:
GitHub - dadoonet/fscrawler: Elasticsearch File System Crawler (FS Crawler)
GitHub - scrutmydocs/scrutmydocs: Search Web Application for hard drive documents

About FSRiver, it could be a nice addition to support addition of security
metadata (groupeid, userid). You could may be open an issue and/or submit a
pull request.

HTH

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr

Le 3 décembre 2013 at 08:36:13, marco...@googlemail.com <javascript:> (
marco...@googlemail.com <javascript:>) a écrit:

Hi,

can elasticsearch index files and associated permissions? How does it
work?
We are working on a fileserver which is connected to LDAP.

Regards,
Marco.

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 elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/de288189-32ed-4a5d-947a-281e848b1e52%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/035de837-ff37-4159-80e2-1e7c533ab289%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Am Donnerstag, 5. Dezember 2013 09:32:52 UTC+1 schrieb
marco...@googlemail.com:

Thank you for your reply.
Can Elasticsearch index Confluence pages? I only found this solution on
Accenture | Let There Be Change it isn't free.
In this case is it possible to write an elasticsearch river plugin?How
much effort does it take?

Am Dienstag, 3. Dezember 2013 08:41:42 UTC+1 schrieb David Pilato:

No. You have to manage that yourself.

That said about indexing files on hard drive you could have a look at:
GitHub - dadoonet/fscrawler: Elasticsearch File System Crawler (FS Crawler)
GitHub - scrutmydocs/scrutmydocs: Search Web Application for hard drive documents

About FSRiver, it could be a nice addition to support addition of
security metadata (groupeid, userid). You could may be open an issue and/or
submit a pull request.

HTH

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr

Le 3 décembre 2013 at 08:36:13, marco...@googlemail.com (
marco...@googlemail.com) a écrit:

Hi,

can elasticsearch index files and associated permissions? How does it
work?
We are working on a fileserver which is connected to LDAP.

Regards,
Marco.

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 elasticsearc...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/de288189-32ed-4a5d-947a-281e848b1e52%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5090ad2a-939a-4fea-849a-71f710548e9a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I'm not aware of it.
Building a river is easy from an elasticsearch point of view.

The hard part is IMHO how to extract data from the source and and transform it to JSON.
So if you know how much effort it takes to read confluence data, then you have almost your own answer.
I would say add some hours (one day?) more for the river part itself.

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr

Le 5 décembre 2013 at 09:32:55, marco.grupe@googlemail.com (marco.grupe@googlemail.com) a écrit:

Thank you for your reply.
Can ElasticSearch index Confluence pages? I only found this solution on http://www.searchtechnologies.com/elasticsearch-connector-confluence.html but it isn't free.
In this case is it possible to write an elasticsearch river plugin?How much effort does it take?

Am Dienstag, 3. Dezember 2013 08:41:42 UTC+1 schrieb David Pilato:
No. You have to manage that yourself.

That said about indexing files on hard drive you could have a look at:


About FSRiver, it could be a nice addition to support addition of security metadata (groupeid, userid). You could may be open an issue and/or submit a pull request.

HTH

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr

Le 3 décembre 2013 at 08:36:13, marco...@googlemail.com (marco...@googlemail.com) a écrit:

Hi,

can elasticsearch index files and associated permissions? How does it work?
We are working on a fileserver which is connected to LDAP.

Regards,
Marco.

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 elasticsearc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/de288189-32ed-4a5d-947a-281e848b1e52%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/035de837-ff37-4159-80e2-1e7c533ab289%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/etPan.52a053a2.25a70bf7.bd3d%40MacBook-Air-de-David.local.
For more options, visit https://groups.google.com/groups/opt_out.

I think it takes too much effort because three levels of permissions have
to indexed.

Am Donnerstag, 5. Dezember 2013 11:21:22 UTC+1 schrieb David Pilato:

I'm not aware of it.
Building a river is easy from an elasticsearch point of view.

The hard part is IMHO how to extract data from the source and and
transform it to JSON.
So if you know how much effort it takes to read confluence data, then you
have almost your own answer.
I would say add some hours (one day?) more for the river part itself.

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr

Le 5 décembre 2013 at 09:32:55, marco...@googlemail.com <javascript:> (
marco...@googlemail.com <javascript:>) a écrit:

Thank you for your reply.
Can Elasticsearch index Confluence pages? I only found this solution on
Accenture | Let There Be Change it isn't free.
In this case is it possible to write an elasticsearch river plugin?How
much effort does it take?

Am Dienstag, 3. Dezember 2013 08:41:42 UTC+1 schrieb David Pilato:

No. You have to manage that yourself.

That said about indexing files on hard drive you could have a look at:
GitHub - dadoonet/fscrawler: Elasticsearch File System Crawler (FS Crawler)
GitHub - scrutmydocs/scrutmydocs: Search Web Application for hard drive documents

About FSRiver, it could be a nice addition to support addition of
security metadata (groupeid, userid). You could may be open an issue and/or
submit a pull request.

HTH

 -- 

David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr

Le 3 décembre 2013 at 08:36:13, marco...@googlemail.com (
marco...@googlemail.com) a écrit:

Hi,

can elasticsearch index files and associated permissions? How does it
work?
We are working on a fileserver which is connected to LDAP.

Regards,
Marco.

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 elasticsearc...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/de288189-32ed-4a5d-947a-281e848b1e52%40googlegroups.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 elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/035de837-ff37-4159-80e2-1e7c533ab289%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/276ffea9-364c-44da-b936-134955b567ad%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I think it takes too much effort because three levels of permissions have
to indexed.

https://confluence.atlassian.com/display/CONF34/Permissions+Overview

Am Donnerstag, 5. Dezember 2013 11:21:22 UTC+1 schrieb David Pilato:

I'm not aware of it.
Building a river is easy from an elasticsearch point of view.

The hard part is IMHO how to extract data from the source and and
transform it to JSON.
So if you know how much effort it takes to read confluence data, then you
have almost your own answer.
I would say add some hours (one day?) more for the river part itself.

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr

Le 5 décembre 2013 at 09:32:55, marco...@googlemail.com <javascript:> (
marco...@googlemail.com <javascript:>) a écrit:

Thank you for your reply.
Can Elasticsearch index Confluence pages? I only found this solution on
Accenture | Let There Be Change it isn't free.
In this case is it possible to write an elasticsearch river plugin?How
much effort does it take?

Am Dienstag, 3. Dezember 2013 08:41:42 UTC+1 schrieb David Pilato:

No. You have to manage that yourself.

That said about indexing files on hard drive you could have a look at:
GitHub - dadoonet/fscrawler: Elasticsearch File System Crawler (FS Crawler)
GitHub - scrutmydocs/scrutmydocs: Search Web Application for hard drive documents

About FSRiver, it could be a nice addition to support addition of
security metadata (groupeid, userid). You could may be open an issue and/or
submit a pull request.

HTH

 -- 

David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr

Le 3 décembre 2013 at 08:36:13, marco...@googlemail.com (
marco...@googlemail.com) a écrit:

Hi,

can elasticsearch index files and associated permissions? How does it
work?
We are working on a fileserver which is connected to LDAP.

Regards,
Marco.

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 elasticsearc...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/de288189-32ed-4a5d-947a-281e848b1e52%40googlegroups.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 elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/035de837-ff37-4159-80e2-1e7c533ab289%40googlegroups.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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/68ddb9dc-b0a2-45b1-9abc-1e9d802b7d53%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.