fscrawler icon indicating copy to clipboard operation
fscrawler copied to clipboard

Elasticsearch File System Crawler (FS Crawler)

Results 150 fscrawler issues
Sort by recently updated
recently updated
newest added

Bumps [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api) from 3.0.1 to 4.0.0. Commits 7e887b2 Update API version of : to 4.0.0 92b60b0 #224: ModelUtil error in JAXBContext.newInstance() 997005c xmlb-12, xmlb-13, xmlb-8 and xmlb-25 are recreated in...

update

# Issue Description # Good evening, @dadoonet. My name is Procopie Gabi and I decided to use a verification tool on your application for a project given by my university....

bug

We have been indexing a number of large size zip files. These zip archives sometimes contains such file formats which do not require to be crawled. we haven’t found a...

feature_request
component:core

**Describe the bug** As requested by @dadoonet [here](https://discuss.elastic.co/t/how-to-add-metadata-to-an-image-such-that-it-gets-indexed-by-fscrawler/300141/2) I open an issue with my question about being unable to index custom metadata. My goal is to add/modify file metadata tags...

feature_request
component:extractor

on versions of crawler before 2.7 the method generateIdFromFilename contained the following code: ` private String generateIdFromFilename(String filename, String filepath) throws NoSuchAlgorithmException { return fsSettings.getFs().isFilenameAsId() ? filename : SignTool.sign((new File(filepath,...

check_for_bug

I have fscrawler configured to crawl the base directory in a remote drive, using SSH to authenticate between the collector and the data location. The account I'm using to authenticate...

check_for_bug

hello i m using fscrawler 2.8 on debian it index data to elastic cloud here is my _settings : ```yml name: "a-next-projects" fs: url: "/home/data/projects" update_rate: "15m" excludes: - "*/~*"...

check_for_bug

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Need a windows gui like [DocFetcher](http://docfetcher.sourceforge.net/) for easy operation **Describe alternatives you've considered**

feature_request

**Is your feature request related to a problem? Please describe.** We want to be able to send commands to FSCrawler which could fetch a file from any provider like the...

feature_request
component:rest