Update example you will see from elasticsearch

This commit is contained in:
Aaron 2025-10-25 09:55:52 -04:00
parent 939cc4c5ee
commit 799cf76b44

View File

@ -79,4 +79,8 @@ curl -X POST "http://es:9200/ta_channel/_search?pretty" \
} }
} }
}' }'
``` ```
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.