Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- OPCUA
- ELK
- framework
- PYTHON
- airflow
- kibana
- Crontab
- node.js
- filebeat
- typescript
- logstash
- 7.7.1
- windows
- package.json
- path.data
- dense_vector
- DSL
- configure
- query
- elasticsearch
- Data Engineering
- KoA
- grok
- ubuntu
- Tutorial
- devtools
- json
- CSV
- elastic
- venv
Archives
- Today
- Total
목록machinebeat (1)
Gibbs Kim's playground
[ElasticStack-33] Machinebeat test with opcua
opc-ua 서버를 테스트하던 도중 해당 데이터를 ES에 적재하여야 하는 상황을 겪었다. 이때, machinebeat라는 수집도구를 사용하여 opc-ua 서버에서 ES로 적재하는 것을 알게되었다. 해당 과정에 대한 수행내역을 기록해본다. 1) opc-ua 테스트용 서버 구축 https://mingsigi.tistory.com/entry/opc-ua-test-server-via-python opc ua test server via python from time import sleep import random from opcua import Server server = Server() server.set_endpoint("opc.tcp://127.0.0.1:12345") server.register_name..
Tech 기록지/Elastic Stack
2021. 6. 1. 16:13