본문 바로가기
반응형

Etc91

ELASTICSEARCH – TERM 쿼리 지정한 단어가 들어있는지를 확인한다. GET /_search { “query”: { “filtered”: { “filter”: { “term”: {” programname”: “WHORUEventAuth”} } } } } 다만 단어 하나와 완전히 일치해야 한다.위와 같이 검색한다면 WHORUEventAuth 와 동일한 단어가 들어있는 Document들은 검색대상이 된다. 즉 WHORUEventAuth 가 WHORUEvent 로 검색할 경우에는 검색되지 않는다. NEST를 이용한 검색 구분은 다음과 같다 var request = new SearchRequest { Query = new TermQuery { Field = “programname”, Value = “WHORUEventAuth” } }; 2020. 11. 4.
Google/Bing Search Subject Keyword Recommend Engine – Moz One of the ways that you can write and write well in the past is keywords that are in the title. While you may be able to write these keywords alone, you can use them to find out what keywords are actually used, and you can use them to help you use effective names for your searches. The site below is called Moz. This site is mainly used by me, but it is free, but I recommend it after searching. .. 2020. 11. 4.
PART2-INSTALL ELASTICSEARCH 6 CLUSTER FOR CENTRALIZED SYSLOG https://www.youtube.com/watch?v=gjhhra19YsA If you have not read the PART1 document, check below. https://allmnet.tistory.com/entry/PART-1-INSTALL-ELASTICSEARCH-6-CLUSTER-FOR-CENTRALIZED-SYSLOG PART 1 INSTALL ELASTICSEARCH 6 CLUSTER FOR CENTRALIZED SYSLOG https://www.youtube.com/watch?v=ScLFL7UI644 Here we will configure Elasticsearch as a cluster and configure the ability to collect logs centra.. 2020. 11. 4.
Elasticsearch – Index Delete, disk full, can’t gathering data on some node If you cluster Elasticsearch. When can indexing some node data before disk full, unplaned reboot. However, you must delete last index. If you have Kibana just use DELETE /logstash- or / OR You haven’t any UI, You can use CLI command, curl -XDELETE ‘localhost:9200/logstash- or / Cluster is sync automatically so, don’t care about any node. Cheers! 2020. 11. 3.
Office365 라이센스 비교 및 비용 검토 아래 가격은 1년 약정을 한 금액임 Office 365 Business: 가격 월 $8.25 Office Pack + Onedrive Office 365 Business Premium 가격 월 $12.50 Office Pack + Exchange, Onedrive, Sharepoint, Teams Office 365 Business Essentials 가격 월 $5.0 Exchange, Onedrive, Sharepoint, Teams Business와 Enterprise 차이는300명 기준임, 따라서 300명 넘어가는 경우 Enterprise에서 선택해야함 자세한 기술 문서 https://docs.microsoft.com/en-us/office365/servicedescriptions/office-36.. 2020. 11. 3.
Azure add DNS address when use dynamic ip By default, Azure does not give a DNS name. And if you use dynamic IP, IP will be changed by server restart or automatic check (update), so DNS must be used to access the server. Configurations are possible under the VM. Just fill in the appropriate name. 2020. 11. 1.
Can’t accept ADSense Terms policy This issue is simple If you only show “SIGN OUT OF ADSENSE”, This reason is because the user who added the Administrator privilege, not the origin account. You must find to origin account!! 2020. 11. 1.
Revive Old Posts - Unable to share post for facebook. Error: (#100) Unable to share post for facebook. Error: (#100) Only owners of the URL have the ability to specify the picture, name, thumbnail or description params. Revive Old Posts You have to add domain on facebook business manager Add assign pages on domain And another issue is Verification Further, That you can use Individual option. 2020. 10. 30.
SNS – 소셜 네트워크와 무의식적인 지배 관계 Facebook, Twitter 를 보면 대부분의 글들은 부러운 상황의 글들이 많다. 간혹 힘든 상황도 있지만 대부분이 성공 혹은 달성에 대한 남들이 부러워 할만한 글들이다. 먹방을 보면서 대신 만족을 하는 건지는 모르지만, 무의식적으로 자신의 상황을 비교하게 되면서 약자가 될 수 있는 소지가 많다. “이런 사람도 알고 있다니” “친한가 보다” “저 비싼걸 어떻게” “사업 잘 되나 보다” “대단한데” SNS 글을 보며 드는 생각들 위 상황들은 나와 비교하면서 무의식중에 한번도 본적이 없는 사람도 아는 사람이 되고 나보다 대단한, 높은 사람이라는 의식을 가지게 되는 확률이 높아진다. 인생을 살면서 사회(직장)생활을 하다보면, 다른 사람에게 자랑거리나 성과적인 것을 공유하고, 남들이 쉽게 못한것을 공유할 때.. 2020. 10. 30.
반응형