@cryptotaxi247 / netdata-1 / commits / 32f1e862e

Add simple patterns readme to learn (#14366)

Add simple patterns

Chris Akritidis committed Jan 30, 2023 at 08:57 UTC 32f1e862ecedaff415b9f5681bf15a5de12f897b
1 file changed +6 -2
libnetdata/simple_pattern/README.md
+6 -2
@@ -1,10 +1,14 @@
1 <!--
2 -title: "Netdata simple patterns"
2 +title: "Simple patterns"
3 description: "Netdata supports simple patterns, which are less cryptic versions of regular expressions. Use familiar notation for powerful results."
4 custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/simple_pattern/README.md
5 +sidebar_label: "Simple patterns"
6 +learn_status: "Published"
7 +learn_topic_type: "Tasks"
8 +learn_rel_path: "Developers"
9 -->
10
7 -# Netdata simple patterns
11 +# Simple patterns
12
13 Unix prefers regular expressions. But they are just too hard, too cryptic
14 to use, write and understand.