From 799cf76b44cbcc3ddd7dcae8d2362fbd85263875 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sat, 25 Oct 2025 09:55:52 -0400 Subject: [PATCH] Update example you will see from elasticsearch --- ElasticSearch-Common-Commands.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ElasticSearch-Common-Commands.md b/ElasticSearch-Common-Commands.md index 55daee3..3267efb 100644 --- a/ElasticSearch-Common-Commands.md +++ b/ElasticSearch-Common-Commands.md @@ -79,4 +79,8 @@ curl -X POST "http://es:9200/ta_channel/_search?pretty" \ } } }' -``` \ No newline at end of file +``` + +You should get back an example like this: [ Example-channel-info-elasticsearch.json](Example-channel-info-elasticsearch.json) + +I'm using this as an example to update channels in TubeArchivist that are missing data. I wish kibana would let me do it. Maybe I can Just haven't figured it out yet. \ No newline at end of file