- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to pull Sharepoint document library meta data into Splunk?
I want to create a Splunk app that uses document meta data from a document library to create reports based on their meta data tags. An example would be, these 6 documents have a meta data tag that correlates to an item. I want to be able to say, this item needs 10 documents, show that it is only 60% complete. What would be the best way to do this?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We figured it out. We are going to use a REST API call to pull the metadata from the list and then use another REST call to pull user data to correlate the sharepoint IDs with user IDs. From there we can either dump it straight into splunk or format it, either way will work.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
would you be willing to share how you set up the REST input?
Thanks
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
bump because I really need some help
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
tesorrells,
Do you need put the metadata of Sharepoint's that are generated in some file? Or you want to integrate the database of Sharepoint with Splunk?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a sharepoint that contains a document repository. Each document contains metadata such as who created it, which item it belongs to, etc. I want to use splunk to track how many documents a person creates/approves/etc.
