From 78cd73db81539f75cecd84d67a9a9c82538f223c Mon Sep 17 00:00:00 2001
From: Alex Grin <lyoshenka@users.noreply.github.com>
Date: Fri, 16 Apr 2021 12:16:20 -0400
Subject: [PATCH] Update wallet-server.md

---
 documents/resources/wallet-server.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/documents/resources/wallet-server.md b/documents/resources/wallet-server.md
index 116b724..d4033eb 100644
--- a/documents/resources/wallet-server.md
+++ b/documents/resources/wallet-server.md
@@ -111,6 +111,14 @@ echo '{"id":1,"method":"server.version"}' | timeout 1 curl telnet://localhost:50
 You should see a response like `{"jsonrpc": "2.0", "result": ["0.46.1", "0.0"], "id": 1}`. If you do, congratulations! You've set up your own wallet server.
 
 
+To check Elastic search, there are two commands you can use: 
+
+```
+curl localhost:9200 # get Elastic status
+
+curl localhost:9200/claims/_count # check how many claims have been synced to Elastic
+```
+
 ## Maintenance
 
 ### Stopping and Restarting