Skip to content

Commit 7d4be4b

Browse files
committed
added state documentation
1 parent 915702b commit 7d4be4b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,19 @@ and check you have copied the data to a new index with::
9898
curl -XGET localhost:9200/test2/test2/1
9999
{"_index":"test2","_type":"test2","_id":"1","_version":1,"exists":true, "_source" : {"key":"value 1"}}
100100

101+
102+
State
103+
-----
104+
105+
While exports or imports or running, you can check the state with::
106+
107+
curl -XGET localhost:9200/_export/state
108+
109+
or
110+
111+
curl -XGET localhost:9200/_import/state
112+
113+
101114
Choosing a different location
102115
-----------------------------
103116

0 commit comments

Comments
 (0)