Jasmeet2011
Jasmeet2011
Could you please tell whether there are any settings that can be done in the yaml file to change the document id to a user defined field (checksum in this...
I have tried using "filename_as_id: true". This works with same filename whereas our requirement is to use "checksum_as_id: true" so that identical files are not indexed again, This does not...
yes, that way i can prevent duplicate files getting indexed from the folders which contain duplicates.
Hi, couldn't find any documentation in Tika parser that could provide the ability to look into the file types in zip archive. Having this feature eventually in fscrawler would be...
Thanks for the response. As per the documentation of Logstash **Syntax:** event.get(field) **Returns:** Value for this field or nil if the field does not exist. Returned values could be a...
I can read the binary string and write it as a Word Document. I can send the Word doc as read from the Event API however the binary string when...
So i managed to view part of the Blob data content #
sure, i will revert
THIS DOES NOT WORK `doc= Docx::Document.new(event.get('resume'))` This is the Error I receive: ``` `][ERROR][logstash.filters.ruby ] Ruby exception occurred: string contains null byte' 'C:/Users/sun/Downloads/elk/logstash-6.8.0/vendor/bundle/jruby/2.5.0/gems/awesome_print-1.7.0/lib/awesome_print/formatters/base_formatter.rb:31: warning: constant ::Fixnum is deprecated' '{ "first_name"...
I am also having the same issue!