﻿---
title: Can't read log files from network volumes
description: We do not recommend reading log files from network volumes. Whenever possible, install Filebeat on the host machine and send the log files directly from...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/filebeat/filebeat-network-volumes
products:
  - Beats
  - Filebeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Can't read log files from network volumes
We do not recommend reading log files from network volumes. Whenever possible, install Filebeat on the host machine and send the log files directly from there. Reading files from network volumes (especially on Windows) can have unexpected side effects. For example, changed file identifiers may result in Filebeat reading a log file from scratch again.
If it is not possible to read from the host, then using the [`fingerprint`](/elastic/docs-builder/docs/3028/reference/beats/filebeat/filebeat-input-filestream#filebeat-input-filestream-file-identity-fingerprint) file identity is the next best option.