* Add Network Flow Logs documentation and navigation entry
* Enhance Network Flow Logs documentation with updated retention policy and troubleshooting examples
* Enhance NetFlow documentation with detailed examples for traffic verification and troubleshooting
* Update section title in NetFlow documentation for clarity
* Enhance NetFlow documentation with additional examples and clarifications for flow log analysis
* Enhance NetFlow documentation with detailed troubleshooting guidance and insights on flow log utility for network visibility
* Enhance NetFlow documentation with updates on log retention policy, log shipping to DataDog
* Update NetFlow documentation to clarify use cases and enhance examples for TCP, UDP, and ICMP connections
* Enhance NetFlow documentation with new examples and clarifications for flow log analysis
* Enhance NetFlow documentation with improved formatting, additional details, and examples for flow log entries
* Enhance NetFlow documentation with additional images and improved clarity for peer-to-host and peer-to-subnet connection scenarios
* Update NetFlow documentation to include flow direction and clarify data volume measurement
* fix doc
* Update src/pages/how-to/netflow.mdx
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
* Update src/pages/how-to/netflow.mdx
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
* Update src/pages/how-to/netflow.mdx
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
* Update src/pages/how-to/netflow.mdx
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
* Update src/pages/how-to/netflow.mdx
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
* Update src/pages/how-to/netflow.mdx
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
* Update src/pages/how-to/netflow.mdx
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
* Clarify data volume measurement in NetFlow documentation and remove redundant peer-to-peer log entry explanations
* Remove redundant explanations in NetFlow documentation for clarity
* Replace instances of "flow log" with "traffic event" for consistency in NetFlow documentation
* add update image to reflect correct info and added retention info.
* add more information to the traffic events page and temporarily disable netflow page from navigation
* correct wording
---------
Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
tar xcf does not make sense, as x instructs tar to unpack an archive while c instructs it to create one. I changed c to z to tell tar to unpack and decompress the archive.
* Update quickstart.mdx
Explain that to connect to the API on a self-hosted system they need to use port 33073.
* Update quickstart.mdx
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
---------
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
* Update faq.mdx to reflect relay usage
Updated the Documentation to account for the relay service. May be used in a peer-to-peer setting, where one peer acts as a router.
* Fixed Typo
* [docs] Fixed documentation indentation mistake
Someone made a mistake when editing the docs, thinking they added a comment. Fixed this as it looks weird on the actual ui.
* [docs] Added compose to the cp command
Docker cannot detect the container if it's not using the compose file. Hence re-adding the compose for the copy command.
---------
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>