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